Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #714865

    Hi!

    I have a widget with an image (british flag) linked to another website (english version) underneath the menu, in the left sidebar. The problem is the following : in the mobile version I added the quick CSS `@media only screen and (max-width: 767px) {
    .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area {
    display: block;
    }}`

    and went to Enfold theme options > Sidebar Settings and check “Sidebar on Smartphones” to display sidebar on smartphones

    BUT

    I don’t want others widgets (Facebook like box, mobile phone number). So the best would be that my flag appear directly in the menu to make that the menu button stay on the logo right side. What is the best way to do that ?

    Thank you for your help.

    #715113

    Hey MKP74,

    I think you should be able to achive that if you add a widget area to the header instead: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Rikard

    #715192

    Thank you Rikard, but if I want this widget area visible only on smartphones what I have to do ?

    No way to put this flag link in the smartphone menu ?

    Thanks a lot

    #715229

    Just thinking : if I had a link in the menu (with a CSS class included the picture flag), is it possible to display it only for smartphones ?

    I would like the smartphone version looks good and having the flag underneath the logo and the menu button is not so beautiful.

    Hope to be understandable.

    Thank you

    #715272

    Hi,

    Yes it’s possible to only show it on mobile but we need to inspect the element in order to give you accurate CSS, so please let us know once it’s added and we’ll have a look at it.

    Best regards,
    Rikard

    #715379

    Hi Rickard,

    I added the new link in the menu.

    Thank you!

    #715725

    Hi,

    Great, I can see that you added both a widget and a menu item, which one are you going to use? If you only want to show the widget on mobile you can try this CSS:

    @media only screen and (min-width: 768px) {
    #text-7 {
      display:none !important;
    }
    }

    Best regards,
    Rikard

    #715796

    Hi Rikard,

    I would prefer to use the menu item, I think that would look better. Thank you !

    #715985

    Hi,

    Ok, then please use this instead :-)

    @media only screen and (min-width: 768px) {
    #menu-item-292 {
      display:none !important;
    }
    }

    Best regards,
    Rikard

    #716028

    You’re the best! Thank you very much for solving my problem!

    Have a nice day!

    #716041

    Hi!

    You are welcome! Glad Rikard could help :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Widget in mobile menu’ is closed to new replies.