Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #244917

    Hi,

    I’ve added some pictures to the mega menu (3×2). The images themselves worked fine, but now I added special heading with h4 tags to them, and it is completely distorted. The strange thing is, that the first menu item works fine, the others are either moved further down or the code is displayed. I copied and pasted everything from the first submenu item (top left) to all other submenu items.

    You can check it out here: http://www.meoartis.com under “Produkte”

    Thanks,

    Gabriel

    #245303

    Hi chiummog!

    It sounds like a typical html/css issue. The items need to be floated so that they don’t get the stepping down behavior your screenshot shows.

    The site is coming up with a white screen for me right now so I can’t inspect the code and offer a fix but if you can let us know when its up we can take another look.

    Best regards,
    Devin

    #245333

    Hi Devin,

    sorry for the inconvenience, your Josue was working on some other issue and left some code in there that crashed the site. Now it’s up and running again, if you could please check again?!

    Thanks,

    Gabriel

    #245497

    Hey!

    We’re sorry about that, glad you get it back from running.

    There seems to be a space before the special heading which breaks the shortcode. If you don’t mind posting the login details or check the avia heading shortcode on the menus, that would be great. The alignment of headings are now correct, checked on firefox and chrome.

    Regards,
    Ismael

    #245635
    This reply has been marked as private.
    #246208

    Hi Gabriel!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia_mega_div .av-special-heading {
    margin-top: 0!important;
    }

    Regards,
    Yigit

    #246245

    Hi Yigit,

    thanks, this solves the margin issue, but as you can see in the screenshot above, in 2 out of the 6 submenu items, the special header is not working, it displays the raw code in fronted, although I copied the entire content from the menu name, so that there is definitely no different code there.

    Can you please check?

    Thanks,

    Gabriel

    #246383

    Hey!

    I deactivated all plugins and reactivated them and the shortcodes started to work. To be on the safe side I also added:

    
    add_filter('wp_nav_menu_items', 'do_shortcode');
    

    to the functions.php file – you can add this code to the child theme functions.php file if you want to make it update safe.

    Cheers!
    Peter

    #246472

    Thanks, perfect! Please close post!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mega Menu issue’ is closed to new replies.