Tagged: x
-
AuthorPosts
-
February 20, 2017 at 8:38 am #1378189
timrooke1991ParticipantHello,
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?
Thanks,
Tim
February 20, 2017 at 9:10 am #1378244
RahulModeratorHey 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!
February 20, 2017 at 10:57 am #1378406
timrooke1991ParticipantHi 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
February 20, 2017 at 11:48 am #1378490
JoaoModeratorHi 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
February 20, 2017 at 11:52 am #1378493
timrooke1991ParticipantHi,
I have done this. However, the issue is still persisting. I have cleared cache.
Does this fix the issue on your end?
Thanks,
Tim
February 20, 2017 at 3:22 pm #1378766
Nabeel AModeratorHey 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!
February 20, 2017 at 3:29 pm #1378778
timrooke1991ParticipantHi,
I have applied this where you have suggested, but no luck. The transition still appears to be happening.
See site with this CSS applied.
Thanks,
Tim
February 21, 2017 at 12:08 am #1379309
LelyModeratorHello 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 21, 2017 at 3:46 am #1379496
timrooke1991ParticipantThis reply has been marked as private.February 21, 2017 at 5:43 am #1379619
ChristianModeratorI 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.
February 21, 2017 at 12:49 pm #1380210
timrooke1991ParticipantHi 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
February 22, 2017 at 2:42 am #1381006
LelyModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1378189 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
