Tagged: x
-
AuthorPosts
-
March 21, 2017 at 1:19 pm #1415307
Hello,
I am having a problem with Superfly on this website: http://www.artilliodesigns.com/
In my browser(latest Firefox) it does not show the page links, on my desktop or mobile phone. However, It’ll show them in Google Chrome. I can’t figure out if this is a browser conflict or plugin. Any chance this has happened before and been resolved?
Thanks,
ChuckMarch 21, 2017 at 11:45 pm #1415814Hi There,
Thanks for writing in.
This does not happened before. Probably because of your browsers. Please try to install the latest browser versions. If still not helping, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
March 23, 2017 at 11:56 am #1417920This reply has been marked as private.March 23, 2017 at 6:41 pm #1418338Hello,
Which Firefox version are you using? I checked using Chrome Version 56.0.2924.87 and Firefox 51.0.1 (32-bit), it worked fine.
Let us know.
March 23, 2017 at 11:44 pm #1418620Firefox 52.0.1
Works fine in Chrome. Problem is FirefoxMarch 24, 2017 at 3:51 am #1418772Hi Chuck,
To fix it, you can add this under Custom > Edit Global CSS in the Customizer.
#sfm-sidebar .sfm-menu li > a span { z-index:9999; }
Hope that helps.
March 24, 2017 at 1:21 pm #1419345Unfortunately, that did not work. Is there another code that will work?
March 24, 2017 at 11:27 pm #1419850Hello There,
The code should have work. That code is the right code for it. Since you have installed a caching plugin SG Optimizer and Autoptimize, please clear your plugin cache before testing your site. This can cause the changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.
Please let us know how it goes.
March 25, 2017 at 12:19 pm #1420160Flushed everything, still having trouble. Are you able to see the problem from your end? I know you were using an earlier version of Firefox.
Thanks
March 26, 2017 at 1:35 am #1420458Hi there,
I can replicate it on my end and looks like opacity reset back to zero upon load. Please add this custom CSS
@-moz-document url-prefix() { #sfm-sidebar .sfm-menu-level-0 > li { opacity: 1 !important; } }
Hope this helps.
March 26, 2017 at 10:30 am #1420696That did the trick! Thanks!
March 26, 2017 at 9:22 pm #1421103You’re welcome!
-
AuthorPosts