Tagged: x
-
AuthorPosts
-
March 22, 2017 at 1:11 pm #1416568
Hello, I created a modal popup with convert plug that should appear by clicking on some links.
Unfortunately on the superfly menu the link does not work. In addition to adding the class do I have to set something else? thank youMarch 22, 2017 at 11:17 pm #1417194Hi There,
Thank you for writing in! 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
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
March 23, 2017 at 2:52 am #1417318This reply has been marked as private.March 23, 2017 at 8:32 am #1417610Hi There, I notice your modal editor is taking quite long to open,
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
March 24, 2017 at 5:37 am #1418816hello Joao, the problem is a conflict between Convert Plug and Superfly menu. If you have to modify some modal popup you have to deactivate Superfly menu. Please see here https://community.theme.co/forums/topic/convert-plug-stuck-at-loading-screen/#post-1402972
March 24, 2017 at 8:17 am #1418952Hi There,
Please update Convertplug to Version 2.3.3. Developers found that this is an issue on Convertplug and should be ok now after update. Do let us know how this goes.
March 24, 2017 at 8:34 am #1418966done but still it doesn’t work
March 24, 2017 at 5:18 pm #1419596Hi there,
SuperFLy Menu doesn’t inherit the class you added through WordPress’ Menu Class attribute. Instead, I added sfm-menu-item-916 as the class trigger on your ConverPlug.
Hope this helps.
March 25, 2017 at 11:14 am #1420125you rock! thank you!
I have another question, maybe it’s something that doesn’t need another thread, it’s a glitch on Superfly menu. When I click on MENU the links on it disappear. If I move the mouse over them, then they appear. any advice?March 25, 2017 at 11:48 pm #1420442Hi there,
You mean it should be 3 lines instead of one? Please add this CSS to Admin > Appearance > Customizer > CSS
.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:after, .sfm-sidebar-close:before { z-index: 1 !important; }
Hope this helps.
-
AuthorPosts