Tagged: 

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #688873

    Hey guys!
    Any ideas for how I can get the mega menu to look professional?
    I have my in-progress link, as well as an example of what I am after included.

    Thank you,
    JS

    #690771

    Hey Justin,

    this is quite vague. What exactly do you want to change? Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Andy

    #692361

    Hi Andy, did you see the links I sent in the initial message?
    LMK if this helps ..

    Thank you.
    Justin

    #693196

    Hi,

    Example site is not loading on my end : /
    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
    Also, you can try using UberMenu plugin :)

    Best regards,
    Yigit

    #693212

    Hi Yigit. Want to doubl-check your connection? This seems to work fine on my end: http://www.crossfitincendia.com/ Just want to give you an example. Navigate over PROGRAMS.

    #693215

    Hi!

    It was stuck at preloader screen now it loaded fine. Please refer to this post – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/. You should add menu items as titles and place other menu items below it so there should be three levels under your mega menu.

    Regards,
    Yigit

    #693217

    Thank you Yigit. I will take a closer look :)

    #696681

    Not quite sure what I am missing here Yigit…but under SERVICES in the menu, everything from the Alaska Back Pain Protocol and down should be in its own column. Please see link

    #696685

    Actually it has its own column. But still so distant from the 1st column. Is that something I should just look to style?

    #697278

    Hi,

    not sure what you want to achieve. I checked your menu under “SERVICES”, but it looks fine to me. A mockup showing what you would like to achieve instead would help.

    Make sure to check this when opening a column inside your mega menu: http://i.imgur.com/VmFIAYi.png

    Best regards,
    Andy

    #697394

    Andy, I would like to close the gap between columns just a tad. Unnecessarily large. Is it possible?
    Thanks!

    #697725

    Hi,

    thanks for the screenshots. Try this code:

    #top #header .avia_mega_div > .sub-menu {
    padding-right: 80px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #698094

    NO luck boss :/ Thanks!

    #699055

    Hi,

    I can’t find the menu in question anymore, but we need to be able to inspect the elements in question, to be able to support you. Can you provide us a precise link please?

    Try my code and add an !important into it:

    #top #header .avia_mega_div > .sub-menu {
    padding-right: 80px !important;
    } 
    

    Best regards,
    Andy

    #699203

    Yes Andy, that was actually the next step I took…adding ‘important’

    #699204

    …no change…

    #699867

    Hi,

    again:
    I can’t find the menu in question anymore, but we need to be able to inspect the elements in question, to be able to support you. Can you provide us a precise link please?

    Best regards,
    Andy

    #700303

    Sure Andy, the menu currently renders as seen in the link below UNDER THE TAB “CONDTIONS”…
    How can I obtain the desired results seen in the screenshot below (see link) … Does this help?

    thank you,
    Justin

    #701008

    Hi,

    Thank you for the info. Please add this css code in the Quick CSS field.

    #menu-item-41 .avia_mega_div.avia_mega3.nine.units {
        width: 500px !important;
    }

    Best regards,
    Ismael

    #701367

    Thank you…..and for the SERVICES tab?
    We have to specify each class using the mega menu ?

    #702040

    How do I obtain the same results for SERVICES? Thanks

    #702338

    Hi,

    you simply need to find out the specific menu-item-id. For “Services” it’s #menu-item-44. So use Ismael’s code as a template for “Services” now:

    #menu-item-44 .avia_mega_div.avia_mega3.nine.units {
        width: 500px !important;
    }

    Best regards,
    Andy

    #725728

    How does the mega menu work? Rightr now it looks like this…

    #726028

    Hi,

    some custom code you’re using seems to cause this behavior on your mega menu. So please remove any custom code you’re using to find out which one is causing it. Let us know about your results and then send us admin access.

    Best regards,
    Andy

    #727811

    Stripped it section by section in the CSS. Can’t figure this out.

    #728107

    Hi,

    remove any customizations you’ve done and then let us know when you’re ready, so we can have a look at a clean Enfold installation. If your mega menu still behaves weird, then there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Andy

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