Menu flash on pages with Cloudflare

Posted in: Newspaper
Post count: 57

Hello,

I started using Cloudflare.

When I enable Rocket Loader (Improves the paint time for pages which include JavaScript)
I get flashes on pages with menu (I see it in browser too)

https://ibb.co/vP6tqXn

https://ibb.co/hVHwHGp

Is it possible to avoid/solve this?

Thank you

Post count: 21065

Hello @crodexter!

If you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader.

Sometimes, I experience this flash from the menu appears when your pages are not loading so fast.

Thank you!

Post count: 57

Thank you for the quick replay.

I suppose there is flash becuse theme is responsive and flash is from button menu.
But full menu is visible on desktop in full screen?
I don’t know is it possible to disable element if width is above 1000 px.

Something like this to disable button menu on dekstop:

@media
only screen and (max-width: 1000px) {
#header .nav{
display:none!important;
}
}

  • This reply was modified 4 years by crodexter.
Post count: 57

Btw, without Rocket Loader mobile theme is much slower in PSI. From 70-80 to 30-50

Post count: 21065

Hello @crodexter!

The Rocket Loader is caused issues with our theme: https://i.imgur.com/Z9d8fFn.png

Thank you for understanding!

Post count: 91

Hey, crodexter, how did you solve this problem?

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.