• Resolved twistiff

    (@twistiff)


    I am having the same problem.

    The URL is https://kund.asaence.com/testnyasaence8sida/

    I first thought the problem was with having a saved section as the menu, however, I am now using the regular menu and it still happens.

    I only use fullscreen menu on the URL above. This is a test page I use.

    The theme I use is Astra, but happened in Phlox also.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter twistiff

    (@twistiff)

    I figured out a solution. I added an entrance animation to the section. It also works to only have entrance animation on the widget itself. Without the animation, however, the menu is visible when loading the page.

    Plugin Author Solitweb

    (@solitweb)

    The problem is that the CSS is loading slow on your site. So the following CSS rules are loaded when the html is already on the page:

    
    .fsmfe-wrapper .menu-overlay {
        z-index: 0;
        visibility: hidden;
        opacity: 0;
    }
    

    You can try to add these CSS rules as high as possible in the <head>.

    We use advanced caching on all of our websites. Caching could also be a possible solution. As we don’t see this problem on our own websites.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The menu is visible while the page is loading’ is closed to new replies.