Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1378189
    timrooke1991
    Participant

    Hello,

    I have recently added a Superfly menu. It is working as I require. However, it loads slower than the reset of the page. Also, it re-loads on every click. Is there a way to resolve either of these issues?

    http://tradertim.co.uk/

    Thanks,

    Tim

    #1378244
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks for understanding!

    #1378406
    timrooke1991
    Participant

    Hi Rahul,

    I have deactivated all plugins except SuperFly and the issue still persists.

    Do you have any other thoughts? All plugins and themes are updated.

    Thanks,

    Tim

    #1378490
    Joao
    Moderator

    Hi There,

    Would mind adding this in your wp-config.php located at the root directory of your site.

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    You can add it before the line

    /* That’s all, stop editing! Happy blogging. */

    Let us know how it goes.

    Thanks

    #1378493
    timrooke1991
    Participant

    Hi,

    I have done this. However, the issue is still persisting. I have cleared cache.

    Does this fix the issue on your end?

    Thanks,

    Tim

    #1378766
    Nabeel A
    Moderator

    Hey Tim,

    Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    #sfm-sidebar, .sfm-scroll-wrapper, .sfm-sidebar-bg, .sfm-view-level-custom {
        transition: none !important;
    }

    Let us know how this goes!

    #1378778
    timrooke1991
    Participant

    Hi,

    I have applied this where you have suggested, but no luck. The transition still appears to be happening.

    See site with this CSS applied.

    http://tradertim.co.uk/

    Thanks,

    Tim

    #1379309
    Lely
    Moderator

    Hello Tim,

    Would you mind providing us with login credentials so we can take a closer look on your superfly settings? 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.

    #1379496
    timrooke1991
    Participant
    This reply has been marked as private.
    #1379619
    Christian
    Moderator

    I see you’re using optimization plugins. Please clear all caches and deactivate all third party plugins then check again. If that doesn’t help, keep all third party plugins disabled while we investigate.

    Thanks.

    #1380210
    timrooke1991
    Participant

    Hi Christian,

    I have done that – it doesn’t work.

    Please when you take a look at it, disable the plugins yourself. Disabling all of the plugins – including Cornerstone – renders my site illegible, so it isn’t viable for me to disable them my side and have the site effectively offline for an indefinite period.

    Thanks,

    Tim

    #1381006
    Lely
    Moderator

    Hello Tim,

    Upon thorough checking, it is how it works by default. It’s hidden by default to make room for the animation available which makes it not visible at first. On load, since you have chosen it to be visible on Menu Panel > General > Behaviour with no other transition or effect it will just show. This is how CSS works based on specificity. The CSS that hides the superfly menu by default is loaded first(public.min.css). Then the superfly settings on the admin depending on what you have chosen will create a dynamic CSS for that option and it will be loaded last. See this:http://screencast-o-matic.com/watch/cbn3jB6bI4. Those CSS that I have disabled are the dynamic CSS produce by Superfly settings.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1378189 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>