0
Welcome Guest! Login
0 items Join Now

Best way to show only Split Menu top level

  • Best way to show only Split Menu top level

    Posted 12 years 5 months ago
    • What is the best way to show only the top level of the split menu?

      Is it possible to get position called "none" added to the submenu select box? I could then set the submenu to display in module position none and it would not be rendered on the site.

      or is their a better way?

      I tried turning off the "menu control" in gantry but then I could not get the "Responsive Menu Selectbox" option. I am pretty sure in the RokNavMenu Modules you can not select the responsive menu option.

      Thanks! -- Steven





      Thanks! -- Steven
    • never follow a hippie to a second location.
      Joomla Hosting Reviews
  • Re: Best way to show only Split Menu top level

    Posted 12 years 5 months ago
    • in template-options.xml you can find:
      <field name="mainmenu-position" type="position" translation="false" default="header-b" label="MAINMENU_POS" />
      <field name="mainmenu-limit_levels" type="hidden" default="1"/>
      <field name="mainmenu-startLevel" type="hidden" default="0"/>
      <field name="mainmenu-endLevel" type="hidden" default="0"/>
      <field name="mainmenu-class_sfx" type="hidden" default="top"/>

      try to limit in the hidden fields :)
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Best way to show only Split Menu top level

    Posted 12 years 5 months ago
    • This is actually quite easy to achieve :cheesy:

      Edit file templateDetails.xml under templates root folder

      Find:
      <positions>
              <position>analytics</position>

      Change to:
      <positions>
              <position>none</position>
              <position>analytics</position>

      After that, you can select 'none' as module position under split menu submenu position select box 8)
    • Check my services at: Mihha-Vision
  • Re: Best way to show only Split Menu top level

    Posted 12 years 5 months ago
    • Thanks so much for the replies. It was a very easy fix.

      Here is the site I am working on:
      jhr.intownwebdesign.com/joomla-hosting/rochen-review.html

      The goal is to have a the top two menu level to be on click and the third level to be a flyout. Try mousing over the second level to see the third level flyout.

      Here is my setup
      Level 1: Gantry Split Menu
      Level 2 & 3: RockNavMenu module with gantry-dropdown theme selected.

      Does this seem like the best solution?

      You will notice an Error notice being displayed. I first thought this was a RokNavMenu issue but I think it may be a Gantry Template Override Issue. I posted a thread in the RokNavMenu forum. Should it be moved to this forum?
      http://www.rockettheme.com/forum/index.php?f=208&t=180720&rb_v=viewtopic

      Any thoughts about the error messages I am seeing?

      Thanks! -- Steven
    • never follow a hippie to a second location.
      Joomla Hosting Reviews
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Best way to show only Split Menu top level

    Posted 12 years 5 months ago
    • That "error" message is not a real error actually so you could hide it by lowering error reporting level in Joomla global configuration
    • Check my services at: Mihha-Vision
  • Re: Best way to show only Split Menu top level

    Posted 12 years 5 months ago
    • Thanks for the reply and info.

      I lowered the error reporting to "none" and still seeing the notice.

      After looking at it a bit, could it have something to do with the fact that the responsive template setting (select box or panel) is not being set?

      I commented out line 33 & 46 (i think) the error went away and it all seemed to work.

      Could this be a bug in the new Gantry Template Release?

      Thanks! -- Steven
    • never follow a hippie to a second location.
      Joomla Hosting Reviews
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Best way to show only Split Menu top level

    Posted 12 years 5 months ago
    • Maybe this is a little bug but as I said in your other thread, I reported this to our devs so if it is a bug, they will fix it. Did you install latest version of RokNavMenu when you installed latest version of Gantry?
    • Check my services at: Mihha-Vision
  • Re: Best way to show only Split Menu top level

    Posted 12 years 5 months ago
    • The latest version of RokNavMenu has been installed 2.0.0
    • never follow a hippie to a second location.
      Joomla Hosting Reviews

Time to create page: 0.079 seconds