0
Welcome Guest! Login
0 items Join Now

SOLVED Module suffix not handled correctly

    • SaraJK's Avatar
    • SaraJK
    • Rocketeer
    • Posts: 85
    • Thanks: 0

    SOLVED Module suffix not handled correctly

    Posted 13 years 4 months ago
    • 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.
    • Last Edit: 13 years 4 months ago by SaraJK.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Module suffix not handled correctly

    Posted 13 years 4 months ago
    • 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'); ?>
    • SaraJK's Avatar
    • SaraJK
    • Rocketeer
    • Posts: 85
    • Thanks: 0

    Re: SOLVED Module suffix not handled correctly

    Posted 13 years 4 months ago
    • 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
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Module suffix not handled correctly

    Posted 13 years 4 months ago
    • 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.
    • SaraJK's Avatar
    • SaraJK
    • Rocketeer
    • Posts: 85
    • Thanks: 0

    Re: SOLVED Module suffix not handled correctly

    Posted 13 years 4 months ago
    • Thanks!
      ( I still have to learn a lot :) )
    • Chris's Avatar
    • Chris
    • Newbie
    • Posts: 8
    • Thanks: 0

    Re: SOLVED Module suffix not handled correctly

    Posted 11 years 1 month ago
    • 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 .

      Can you suggest how to fix this please?
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Module suffix not handled correctly

    Posted 11 years 1 month ago
    • please post in the Oculus forum

Time to create page: 0.072 seconds