Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #819588

    Mobile menu is missing and there a strange red X in the upper left corner of the browser window.

    Looking at the source I discovered the following code:

    <a id="advanced_menu_toggle" href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
    ::before
    </a>
    <a id="advanced_menu_hide" href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
    ::before
    </a>
    #819595

    Strangely, it doesn’t appear on all pages.

    #819600

    Hi,

    I tried to login to your site however i am getting “This site has been blocked by the IP filters.” error. Could you please temporarily disable IP restriction while we check your site? :)

    Best regards,
    Yigit

    #819628

    See if you can access it now.
    I have noticed another strange thing happening. I use images with some menu items for the desktop view. I have noticed that the images are now showing up in the mobile menu when they didn’t in the past.

    #819635

    Hi,

    It still did not load however i am able to load the login page using VPN but this time, login credentials did not work :) Could you please check them once again?

    Best regards,
    Yigit

    #819656

    Updated pswd included

    #819658

    Hey!

    I actually simply purged cache in your caching plugin and that helped :) Please refresh your page and review your website

    Regards,
    Yigit

    #819660

    Thank You.
    What about the images that are used in the mega menu that are now showing up in mobile menu. I don’t recall ever seeing them there in the past.

    #819680

    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: 767px) {
    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a img {
    display: none; 
    }} 
    

    Best regards,
    Yigit

    #819696

    Thanks, that will work. It leaves a blank space where that image was displaying, which looks like something is missing, but it will do for now. Just curious, did the update cause those images to display in the mobile menu or was there something that I did that caused them to appear?

    #819708

    Hi,

    I changed the code in Quick CSS to following one

    @media only screen and (max-width: 767px) {
    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a.dt-only {
    display: none!important;
    }}

    and i gave your links a custom class “dt-only” :)

    Previous mobile menu was completely renewed in this update, therefore previously used CSS selectors for mobile menu would not work in current version. I believe that is the case however the solution i came up with is a pretty solid one too, in my humble opinion :)

    Best regards,
    Yigit

    #819727

    Yigit,
    That looks great! Thanks again for your help.
    Jim

    #819729

    Hi,

    You are welcome! :)

    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 :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Mobile View Missing + Strange red "x" in upper left corner of window’ is closed to new replies.