0
Welcome Guest! Login
0 items Join Now

RokNavMenu Drop Down Menus NOT Displaying?

    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: RokNavMenu Drop Down Menus NOT Displaying?

    Posted 10 years 9 months ago
    • This is how you create a custom CSS file...
      www.gantry-framework.org/documentation/j...custom_stylesheet.md

      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
  • Re: RokNavMenu Drop Down Menus NOT Displaying?

    Posted 10 years 9 months ago
    • Thanks Igor, but I've already got a rt_metropolis-custom.css file and it's wonderful. My problem is, the code that APRD shared below, from their website: www.naturallyfun.org is not in their custom.css it must be in some other css file, but I can't figure out which...

      #rt-top-surround .rt-block {
      background-color: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: none;
      }
      
      li.item501 {
      background: #2077a6;
      height: 50px;
      width: auto;
      padding: 2px 2px 3px 3px;
      margin: 4px;
      }
    • Last Edit: 10 years 9 months ago by quantumottle.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: RokNavMenu Drop Down Menus NOT Displaying?

    Posted 10 years 9 months ago
    • I have to admit that I don't understand the issue
    • Check my services at: Mihha-Vision
  • Re: RokNavMenu Drop Down Menus NOT Displaying?

    Posted 10 years 9 months ago
    • Igor Mihaljko wrote:
      I have to admit that I don't understand the issue

      I am trying to duplicate the Metropolis menus APRD has at NaturallyFun.org. The script they shared does not go in the custom.css, I am trying to find out what CSS file it goes into.
    • APRD's Avatar
    • APRD
    • Jr. Rocketeer
    • Posts: 46
    • Thanks: 2

    Re: RokNavMenu Drop Down Menus NOT Displaying?

    Posted 10 years 9 months ago
    • Your custom css file is where you want to make your changes.

      This is from our custom css:
      .rt-block .rt-dark-block{
      background:transparent;
      }
      
      .rt-light .rt-block.rt-dark-block, .rt-light .rt-dark-block .sprocket-mosaic-wrap, .rt-light .side-panel.rt-dark-block, .rt-dark .rt-block.rt-dark-block, .rt-dark .rt-dark-block .sprocket-mosaic-wrap, .rt-dark .side-panel.rt-dark-block {
      
          background-color: rgba(7,57,90,0.0);
        filter: none;
        border-top: 0px;  
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0), 0 0 1px rgba(0, 0, 0, 0);
        webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
      }

      That may not be all of the code, but again, you can inspect our elements and do a little trial and error with firebug or something similar. Sorry, it has been a little while since we made some of these changes. Again, all css changes should go in your custom css file so they aren't overwritten. You can use !important; if something doesn't seem to work. Also be sure you aren't loading a cached version of your site when checking to see if changes worked.

      We've been playing with some css consolidation/compression scripts, so it is possible when you looked that it may not have appeared to be coming from our custom css.
  • Re: RokNavMenu Drop Down Menus NOT Displaying?

    Posted 10 years 9 months ago
    • Thank you once again for taking the time to reply APRD, I appreciate it very much. I'll keep trying to figure it out, based on your css code.
  • Re: RokNavMenu Drop Down Menus NOT Displaying?

    Posted 9 years 4 months ago
    • Hello APRD,

      I have the same problem you have mentioned in the beginning of this post.
      Have you resolved this issue? I'll really apreciate if you can give me the solution.

      Thanks in advance.

Time to create page: 0.053 seconds