Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1415307

    Headlines34
    Participant

    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,
    Chuck

    #1415814

    Nico
    Moderator

    Hi 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1417920

    Headlines34
    Participant
    This reply has been marked as private.
    #1418338

    Rahul
    Moderator

    Hello,

    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.

    #1418620

    Headlines34
    Participant

    Firefox 52.0.1
    Works fine in Chrome. Problem is Firefox

    #1418772

    Paul R
    Moderator

    Hi 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.

    #1419345

    Headlines34
    Participant

    Unfortunately, that did not work. Is there another code that will work?

    #1419850

    Rue Nel
    Moderator

    Hello 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.

    #1420160

    Headlines34
    Participant

    Flushed 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

    #1420458

    Rad
    Moderator

    Hi 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.

    #1420696

    Headlines34
    Participant

    That did the trick! Thanks!

    #1421103

    Rad
    Moderator

    You’re welcome!