Archived topic
Urgent : Slideout Navigation not working
3 replies · Started by imraan-ftg on May 4, 2018
Hi,
I am facing a issue related to slideout nav.
Its showing blank overlay nothing else. see > http://prntscr.com/jdy85v
I have already set the menu > http://prntscr.com/jdy8ad
Also, i set slideout in customizer > http://prntscr.com/jdy8kg
Please help me urgently as the site is live.
see here https://cluecommerce.com/
Something is preventing the javascript from removing the display: none from the element. Perhaps Rocket Loader? It looks like you have it enabled (in Cloudflare maybe?).
For now you can do this:
#generate-slideout-menu {
display: block !important;
}
Yes, i have rocket Loader enabled in Cloudflare.
What happens if you turn it off?