Link to home
Start Free TrialLog in
Avatar of iamdiggnified
iamdiggnified

asked on

Why won't my module show up in my joomla web site?

I created a footer module that I want to appear at the bottom of my webpage. If I assign the footer module to the "footer-contractor" position it won't appear on the webpage. If I assign it to the "start-blankpage" position it will show up. Why won't the footer module show up when it's assigned to the "footer-contractor" position?  Thanks. Here is the code to my index.php template page:

<div id="wrapper-blankpage">
     <jdoc:include type="modules" name="start-blankpage" style="xhtml" />
       <jdoc:include type="component" style="xhtml" />
     <div id="footer_contractor"><jdoc:include type="modules" name="footer-contractor" style="xhtml" /></div>

Here is the code to the TemplateDetails.xml file:

      <files>
            <filename>index.php</filename>
            <filename>templateDetails.xml</filename>
            <filename>template_thumbnail.png</filename>
            <filename>favicon.ico</filename>
            <filename>component.php</filename>
            <folder>images</folder>
            <folder>css</folder>
            <folder>ringsend-images</folder>
            <folder>html</folder>
      </files>
      <positions>
            <position>start-blankpage</position>
            <position>footer-contractor</position>
      </positions>

Page in question:

http://www.ringsend.com/find-a-contractor-compon
ASKER CERTIFIED SOLUTION
Avatar of Member_5340450
Member_5340450

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial