Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #886092

    site is the same…. https://www.weddingplannersintuscany.com

    another problem…. main menu is suddenly disappeared from navigation on smartphone another time….:(

    • This topic was modified 6 years, 11 months ago by niguli.
    #886105

    Hey Nicola!

    Please remove following custom CSS code and flush cache

    @media only screen and (max-width: 1365px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important;
    }
    }

    Regards,
    Yigit

    #886155

    Hi. I don’t have these code lines in my QuickCSS. I simply did a flush cache and now menu and lens are visible, but:
    – they overlap the logo in smartphone view.
    – they don’t appear in it e pt version of the website.

    can you help me solving? thanks

    ENG website

    #886815

    Hi,

    So the search must be hidden on the mobile view?

    Best regards,
    Victoria

    #886873

    No I Would like to keep it visibile, thanks ;)

    #887018

    Hi,
    Please temporary disable your cache plugin and flush, your search is hidden again.

    Best regards,
    Mike

    #887078

    Hi Mike.
    I did it.

    Search icon his still not visible.
    Anyway, main problem is that the hamburger menu is not visible in italian and portuguese language.

    #887599

    Hi,

    Please go to Appearance -> Menu
    and there add new menu for the different languages.

    That should fix the lang issue

    Best regards,
    Basilis

    #887810

    Hi Balisis. I’ve already have menu translated in ita and port (both main menu and secondary menu). The menus are both synchronized via wpml.

    menus
    Please let me know, before proceeding …

    #887942

    Hi,

    I removed following code from Quick CSS field for each language

    li.noMobile.menu-item.menu-item-search-dropdown.menu-item-avia-special a {
        display: none;
    }
    @media only screen and (max-width: 1350px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }}

    Now burger menu and search icon shows up on all languages on my end. Please flush browser cache and review your website.

    Best regards,
    Yigit

    #887967

    I can see it now in all languages, thank you. Last problem: the LENS icon overlaps per Logo in portrait mode. Can you help me more?

    #888185

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 480px) {
    .responsive #top .logo {
        margin-left: 0;
    }}
    

    Best regards,
    Yigit

    #888292

    that’s great thanks!

    By the way, do you know why the lens icon font is not properly shown when you click the lens ?

    lens missing

    code:

    Look at the value…. :(

    • This reply was modified 6 years, 11 months ago by niguli.
    #888305

    Hi,

    I think this is related to one of the plugins you are using. Adding following code to Quick CSS should help

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello'!important;
    }

    Best regards,
    Yigit

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