0
Welcome Guest! Login
0 items Join Now

Menu Levels in Gantry Framework

  • Menu Levels in Gantry Framework

    Posted 12 years 9 months ago
    • My Problem is, that the built-in fusionmenu seems not be able to restrict the menu levels in the template manager.

      When I create a new module (with roknavmenu) i can choose the levels in the parameters and it works, but not as a fusionmenu, due to the fact that javascript is not working, i.e. opacity, fade in...

      Is there a way to restrict the levels with the built-in menu?

      Thanks in advance for your help

      Ballyhoo
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Menu Levels in Gantry Framework

    Posted 12 years 9 months ago
    • you may want check templateDeatails.xml (in joomla 1.5)
      and look for
      <param name="limit_levels" type="hidden" default="0"/>
      <param name="startLevel" type="hidden" default="0"/>

      if that is not there you probably have to add that.

      change
      <param name="limit_levels" type="hidden" default="0"/>
      to
      <param name="limit_levels" type="hidden" default="1"/>

      to set the end-level to 2 (as an example)add
      <param name="endLevel" type="hidden" default="2"/>

      but it really depends on the template ...
  • Re: Menu Levels in Gantry Framework

    Posted 12 years 9 months ago
    • Hallo Henning,

      just tried your suggestions - and it works, you are amazing!

      Thank you so much.

      By the way, i use the gantry framework, no template, and tried to update roknavmenu to 3.2, but with no success. Is there a trick or is it just not working?

Time to create page: 0.034 seconds