0
Welcome Guest! Login
0 items Join Now

Afterburner 2.0 Menu Link wont hide in Frontend

  • Afterburner 2.0 Menu Link wont hide in Frontend

    Posted 8 years 8 months ago
    • Hi,

      I'm trying to hide a Menu Link in Front end with this (newer) Funktion "Hide Menu Item"
      But nothing works here. Links shows up in Frontend.

      Also if i set a custom Menü CSS Class, this wont Apply to Template.
      Seems that nothing i do in this Menü Area takes affect in Frontend.

      The Menu is loaded via Templates Settings and does not have an extra Module...

      Using latest Joomla 3.6.x and Afterburner 2.x

      Would be awesome to get some help with this :-)

      Alternativ i have to set up a hidden Menu..
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Afterburner 2.0 Menu Link wont hide in Frontend

    Posted 8 years 8 months ago
    • That is brand new to J3.6 and does not work if you are using a roknavmenu for the menu.

      Again if you are using a roknavmenu then you need to use the roknavmenu fields in the menu item not the joomla ones.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: Afterburner 2.0 Menu Link wont hide in Frontend

    Posted 8 years 8 months ago
    • Hi,

      thanks for extreme fast Answer!

      I'm not sure. i should have that installed manually i think?
      I didn't.
      Maybe the Screenshots tells more?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Afterburner 2.0 Menu Link wont hide in Frontend

    Posted 8 years 8 months ago
    • Not really in German... Please would you post your URL, superuser id and pswd in the secure tab of your post and i'll have a look for you.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: Afterburner 2.0 Menu Link wont hide in Frontend

    Posted 8 years 8 months ago
    • Thank you,

      i understand and now have deaktivated Menu over Template, but activated roknavMenu MODULE for implementing Menü.
      Works great and solved half of Problems.
      Now i need to hide specific Menu Items.
      How do i get this to work?
      i looked inside of a specific Menu Item but there i have only the option (given from rok...) to set some width for dropdown.

      So how can i hide a specific Menu Item from that Menu?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Afterburner 2.0 Menu Link wont hide in Frontend

    Posted 8 years 8 months ago
    • Use custom CSS like this:
      li.item115 {
          display: none;
      }

      where "115" is the menu item ID that you want to hide.

      This is how to create a custom CSS compatible with Gantry 4...

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_iridescent would be rt_iridescent-custom.css). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.055 seconds