Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #443164

    Hello

    First, Your theme is Awesome, THX

    I try to build a Mega Menu will stay open according to the Page visited like this site : http://www.volxholds.com/

    I don’t know if it’s possible only using CSS

    Can You Help Me Please

    Thx

    #443867

    Hi Veesibility!

    Hmm, not sure if there is going to be an easy way to do that. We could give you some CSS to add to your pages to make the mega menu display all the time but to get it to display as the default like in your link it would take a lot of changes to the javascript and would have to be considered custom work.

    Cheers!
    Elliott

    #444471

    Ok

    Can you give me the CSS part to start, please

    Thx

    #445227

    Hi!

    I’m sorry but this kind of menu can’t be accomplish with css alone, it will require major modification on the theme. You can start with this:

    li#menu-item-202 {
      overflow: visible !important;
    }
    
    li#menu-item-202 .avia_mega_div {
      opacity: 1 !important;
      display: block !important;
    }

    The li#menu-item-202 selector is the unique id of the mega menu item on my own installation. The menu id will be different in yours. Use firebug or google inspector to get the menu id. The code above will display the mega menu but you still have to adjust the main content because the mega menu container will cover it. Like I said, this is not something you can do with css alone. Please hire someone to help you with it. You can contact codeable: http://kriesi.at/contact/customization

    Regards,
    Ismael

    #557792

    Which file contains java script of this function?

    I need to keep my mega sub menu always open.

    Thanks.

    #557938

    Hey!

    You can find the javascript in /enfold/js but as said before it would be best to hire a freelancer to help you out with this customization as it’s pretty complex.

    Best regards,
    Elliott

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.