Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #793297

    Hi,
    I need to customize the layout of the mega menu like shown in this image:

    http://www.blickwald.de/wp-content/uploads/2017/05/Mega-Menu-Principle.jpg

    How can I achieve this? I tried all possibilities in the menu setup but it seems that this is not achievable without coding.

    Thank you for your support!
    Ron

    #793482

    Hey ronaldclauss,

    The way to do that, is to hire someone who will be able to help you with the customizations.
    Let us know if there is anything else I can do for you.

    Best regards,
    Basilis

    #793489

    OK. So you are saying that this is achievable by someone who knows how to do the CSS stuff. How much effort is needed to do this (estimated in hours)?
    Can you suggest someone?

    Thanks – Ron

    #793708

    Hi Ron,

    I’m not sure how long it would take, but if you post a link to the site where you are looking to implement this we might be able to help you out.

    Best regards,
    Rikard

    #793756

    OK. See the credentials for the site in the private section below.

    Another issue that came up when using a mega menu: see my screenshot. It shows how the navigation entries are displayed with a huge offset. Why is it wrong and how can I fix this?

    Screenshot: http://www.blickwald.de/wp-content/uploads/2017/05/chrome_2017-05-16_08-13-10.png

    Thank you for your help!

    Ron

    #793784

    Hi,

    This is caused by the following code in layout.css and custom.css:

    #top .av-main-nav ul ul: {right: -207px !important;}
    

    If you remove that, the mega menu displays as it originally should.

    Best regards,
    Sarah

    #793817

    Sorry – that doesn’t do the trick. I found that code piece in custom CSS only and removed it but the result remains the same.
    No change at all. What am I doing wrong here?

    Best – Ron

    #793963

    Hi Ron,

    You need to remove that code from you child theme styles css as well.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #794127

    I did already! I removed that line from both themes!
    Btw: Please tell me why this is wrong by default. I baught and installed this theme, loaded demo content and it was wrong from the start. Weired!

    You could have a look into my WP install. The login data is in my private message.
    Any news about my custom mega menu issue?

    Best – Ron

    #794645

    Hi,

    We had to remove this css code from the style.css file:

    #top .av-main-nav ul ul {
    	left: auto !important;
    	right: -207px !important;
    }

    Another instance of the same css declaration is inside the css > custom.css file, please remove that via FTP.

    Unfortunately, what you’re after is not possible with the mega menu. Nested columns is not available in the options. Please hire a freelance developer or contact our partner, codeable.

    // http://kriesi.at/contact/customization

    Best regards,
    Ismael

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