Modules messed up on category list view

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Wed Jun 20, 2012 7:22 pm
I am using Restaurant on this site: http://ffres.org/cms2/

I have added a top nav menu but just noticed that when I view a category list page, all the modules appear at the bottom of the page like this: http://ffres.org/cms2/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=476

Is there anything wrong with the code on the altered default.php page? Here is the bit I added:

Code: Select all
       <?php $this->layout->loadBlock('top'); ?>
                 
      <section id="gkPage"> <?php if( $this->API->modules('topnav')) : ?>
             <div id="gkTopNav" class="clear clearfix">
                <jdoc:include type="modules" name="topnav" style="<?php echo $this->module_styles['topnav']; ?>" />
             </div>
             <?php endif; ?>
          <?php $this->layout->loadBlock('main'); ?>


If anyone could advise I would be most grateful. Sorry I was so busy getting the homepage sorted forgot to check on the category views so not sure when it went awry. :blush:
User avatar
Senior Boarder

GK User
Thu Jun 21, 2012 6:34 am
Hi,

What if you delete the code to make the file back original? Can you also send me a PM to provide with backend and FTP access to check further?

Thanks,
User avatar
Platinum Boarder

GK User
Thu Jun 21, 2012 9:42 am
Hi Don,

Thanks for your response, I have checked it with the default default.php file and the same is happening.

I will try and replace default CSS files and see if I have done anything to those to cause this also.

PM sent.

Thanks again.
User avatar
Senior Boarder

GK User
Thu Jun 21, 2012 9:50 am
Hi,

So I guess there may be some close tag is missing in your content, please check your items and make sure that I haven't copied them from MS Word.
User avatar
Platinum Boarder

GK User
Thu Jun 21, 2012 2:49 pm
Hi Don,

Thanks for your suggestion but I am quite careful to remove all formatting before using text from external docs like Word - and it is too conincidental that it happens on all the category list view pages ONLY.

I have checked all my modules and content items for missing close tags - there are none.

I have checked all layouts and blocks - none missing in those either.

If I switch to another template (I initially used gk_music) then the problem is gone so it must be in the template somewhere - I think!
User avatar
Senior Boarder

GK User
Fri Jun 22, 2012 11:37 am
I have checked again but still don't know why that happens, however try adding this code to CSS Override to fix it:
Code: Select all
#gkBottom2{
margin: 0 auto;
}
footer {
    margin: 0 auto;
    text-align: center;
    width: 980px;
}

Let me know if it helps.
User avatar
Platinum Boarder


cron