0
Welcome Guest! Login
0 items Join Now

SOLVED Gantry Menu like Bootstrap

  • SOLVED Gantry Menu like Bootstrap

    Posted 12 years 4 months ago
    • Is there a way to get the Gantry Menu to behave exactly like the default bootstrap menu?

      I would like to get the behavior where you have to click to see the dropdown menu as well as the other default styles.

      As an example, I would like to get my blog joomla menu (doory.com/blog) to look like my Bootstrap menu (doory.com).

      Happy Holidays
    • Last Edit: 12 years 3 months ago by Jeff Kershner.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Gantry Menu like Bootstrap

    Posted 12 years 4 months ago
    • RokNavMenu is implemented as "hover on" menu and not "click to see" menu :oops:
    • Check my services at: Mihha-Vision
  • Re: SOLVED Gantry Menu like Bootstrap

    Posted 12 years 4 months ago
    • Is there a way to not use the RokNavMenu and default back to the default bootstrap menu or does Gantry require this menu plugin?
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Gantry Menu like Bootstrap

    Posted 12 years 4 months ago
    • As with all our templates, situation here is the same. Gantry templates use RokNavMenu to show menus on the fronend
    • Check my services at: Mihha-Vision
  • Re: SOLVED Gantry Menu like Bootstrap

    Posted 12 years 4 months ago
    • OK.. I can deal with that.

      Do you know if there is a way to have the My Account (last menu item) displayed on the right edge of the menu bar?

      When I did that in HTML/bootstrap, I created a new UL with a pull right class. Is there a way to do this with RokNavMenu?
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Gantry Menu like Bootstrap

    Posted 12 years 4 months ago
    • Based on your web site config add this to your custom css file
      .item126 {
      float: right !important;
      }

      This is how you create a custom CSS file...
      www.gantry-framework.org/documentation/j...-a-custom-stylesheet

      When we release upgrades template files will change and you will have to reapply all your changes again (that's if you can remember where they all are). If you keep your changes in a separate Custom CSS file you'll have no issues upgrading.
    • Check my services at: Mihha-Vision
    • zambego's Avatar
    • zambego
    • Sr. Rocketeer
    • Posts: 146
    • Thanks: 2

    Re: SOLVED Gantry Menu like Bootstrap

    Posted 12 years 4 months ago
    • Igor Mihaljko wrote:
      As with all our templates, situation here is the same. Gantry templates use RokNavMenu to show menus on the fronend

      IS that really true?

      I have a menu that does not use RockNavMenu as it was easier to just copy the css from my old site.

      Sure, its not my main menu - but then it should't matter, I'm sure I could just not display the RockNavMenu output.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Gantry Menu like Bootstrap

    Posted 12 years 4 months ago
    • All our templates utilize RokNavMenu to show main menu configured from template configuration. You are also free to disable menu in the template config and use whichever menu module you like
    • Check my services at: Mihha-Vision
  • Re: SOLVED Gantry Menu like Bootstrap

    Posted 12 years 3 months ago
    • Thanks Igor. I have a couple more questions about the menu that I will ask in the RokNavMenu forum.

Time to create page: 0.076 seconds