Superfly Menu disappears

Hi There

I have superfly on a customer website however it is not showing in Firefox at all and also when you refresh the screen in chrome it disappears. This just happens on the home page.

I have added this to the customiser but it makes no difference. Also cleared cache etc

#sfm-sidebar .sfm-menu li > a span {
z-index:9999;
}
@-moz-document url-prefix() {
#sfm-sidebar .sfm-menu-level-0 > li {
opacity: 1 !important;
}
}

Website is next

Update

I discovered from much searching that the superfly menu does not inform if there is an update so I followed instructions to update (now have two versions on but the latest activated).

However

I cannot stop it showing the copyright on the bottom of the slide out menu even though it is not activated and nothing in the box in the menu setups.

The beginning of the list of menu items I have set using padding from the top BUT this does not work in Firefox as it puts the list OVER the logo in the slide out menu.

The css I have is underneath. I think I am nearly there but can you advise what I can do to

A. remove the copyright notice from the bottom of the slide out menu (its not activated in the menu settings!)
B show the menu correctly in firefox without it going over the logo in the slide out menu.

Many thanks.

@media(min-width: 969px) {
#sfm-sidebar .sfm-va-middle {
vertical-align: inherit;
padding-top: 50px;
}}
#sfm-sidebar .sfm-menu li a {
text-transform: none !important;
}
#sfm-sidebar .sfm-menu li > a span {
z-index:9999;
}

Hi Eileen,

Thank you for reaching out to us.

  • Go to Appearance > Widgets and find Superfly Widget Area and see you’ve added the copyright text in there and remove it. Alternatively you can hide it with CSS by adding the following code in the Theme Options > CSS:
.sfm-widget-bottom.sfm-copy {
    display: none;
}
  • I checked your site in Firefox and the menu is displaying correctly and it’s not overlapping with the logo (see secure note) It could only be a cache issue, you can simply clear your Firefox browser’s cache and check the site again.

Hope this helps!

Thank you Nabeel

For anyone watching this thread.

I found out that I needed to take out the css I had in previously to make it work because the recent update to pro actually solved the problem without the css. So once I took that out it all looked fine.

Thank you for your help.

Kind regards

Glad it’s working now and thanks for sharing :wink:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.