Hallo,
I have put a module in position copyright and put the module suffix title2
The module suffix is not handled correctly ( I see this in Firebug). The reason for it is that I get class="customtitle" iso class="custom title2"
If I place the same module on another position, e.g. sidebar-a, it works OK.
What can be the reason?
Thanks.
Regards, Sara
Oh, the site is
www.yordanov.nl/colorcity
and it is the module SITEMAP at the bottom. I saw this with firebug
Joomla 1.7
The template is clear.
I guess you have to change the mod-chrome in the index.php of the template:
find
<?php echo $gantry->displayModules('copyright','standard','limited'); ?>
and change it to
<?php echo $gantry->displayModules('copyright','standard','standard'); ?>
Wow!
Thanks!
I would never find this by myself.
Is there a .... short explanation or a link to a place where the meaning of these values can be found?
Have a nice... evening?
Thanks again.
Sara
the last value in
<?php echo $gantry->displayModules('copyright','standard','limited'); ?>
is telling Joomla wich mod chrome should be used.
the mod chrome is what the module gets rendered in.
the code can be changed in modules.php in the html-folder of your template.
Hello,
I found this post online, and since I am having a relating problem I thought I send you an email. I am using Oculus theme, and the "Gantry to Top" widget of the copyright section of the homepage is out of whack on my mobile device - It is aligned perfectly on other pages but the Front Page of the site -
green-dock.com/haforshortwp
.