Site logo

Archived topic

Conflict in Slideout Navigation

12 replies · Started by JHH on March 14, 2019

Viewing posts 1–13 of 13

Hi,

On my website I have a conflict in my Slideout Navigation. On one moment the location of the menu is replaced to the end of the page in the footer. It 's a conflict because the SN must be in above at the left corner.

Could someone help my with a solution or support?

Kind regards,

Joey

Hi there,

that is odd, can you try disabling all other plugins to see if this removes the problem. Let me know. If not we can look at other causes

Hi David,

Thanks for your reply. It was the NextGEN Gallery plugin. Is there no way to use this plugin with a good working Slideout Navigation?

There is no difference between On, Mobile Only and Desktop Only. I want this navigation only using on Mobile. However, if I choose Mobile Only the menu is visible, but not clickable on all kinds of devices.

Kind regards. Joey

I wonder what they're doing that would conflict with the nav. Is it possible to link me to a page where the gallery is active?

There is one problem with the Volume Site that the Slidout Navigation has to be set on both mobile and desktop for it to work. So you will need to keep it active on both and use this CSS to hide it on desktop:

@media (min-width: 769px) {
    #generate-slideout-menu {
        display: none;
    }
}

Is it ok to leave that there while we investigate?

Thanks!

You're welcome

Hi,

I'm just posting to let readers know I was having the same issue and had no NextGen plugin installed.

The issue was due to Autoptimize configuration. I had to uncheck the Force JS in <head> option.

Thanks!

Hi there,

thanks for the feedback - very odd, as i haven't experienced this issue with autoptimize, i can onl assume there are some other scripts getting in the way. We are looking at a workaround in the future to stop this from happening.

Hi David,

Yes, I found it odd too, since I have GP working with Autoptimize in other installs and never had this issue before.

Not sure it's the right fix but the truth is it's fixed, for now anyway.

Thanks.

It definitely is an odd one. Glad it worked for you in this instance. Just be mindful that some JS needs to be executed in the foot for it to work :)

This archived topic is closed to new replies.