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

    Good evening,
    can someone explain me how to setup a megamenu so that HTML and images can be used in the menu?
    The documentation is not really helpful at this point.

    Maybe its a good idea to ask some questions before:
    1: is it possible to use custom HTML in the menu?
    2: is it possible to use images in the Menu?
    3: Is it possible to show a google map in the MegaMenu?

    We used “Ueber-Menu” before but it seems to have a conflict with Enfold (no Ajax Search anymore and more) .
    But i want to have some images and a certain layout structure in the megaMenu

    Thanx in advance
    regards axel

    #186617

    Hey kaMai!

    Please see this video tutorial http://vimeo.com/channels/aviathemes/67651241

    Best regards,
    Yigit

    #298949

    Hi,
    is it also possible to make images responsive in megamenu.

    I have tried to insert code like following:
    <img class="avia_image" src="/wp-content/uploads/my_image.png" />

    But it dosen’t work how i want it.
    Regards

    K.R.

    • This reply was modified 10 years, 3 months ago by mercator62.
    #298954

    Hey K.R.!

    Can you post a link to your website?

    Regards,
    Josue

    #298967

    Hi Josue,

    http://www.sunshine.berlin/
    Look under ‘Produkt’

    Regards
    Karl

    #298977

    Hey Karl!

    Try adding this code to the Quick CSS:

    #mobile-advanced .avia_mega_text_block {
        display: block;
    }
    
    #mobile-advanced .avia_mega_text_block img{
        width: 100%;
    }
    
    #mobile-advanced .avia_mega_text_block a, #mobile-advanced .avia_mega_text_block p{
        margin: 0;
        padding: 0;
    }

    Cheers! 
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘MegaMenu – how to add images or HTML’ is closed to new replies.