Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416568

    scvizar
    Participant

    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 you

    #1417194

    Friech
    Moderator

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

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

    #1417318

    scvizar
    Participant
    This reply has been marked as private.
    #1417610

    Joao
    Moderator

    Hi 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

    #1418816

    scvizar
    Participant

    hello 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

    #1418952

    Lely
    Moderator

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

    #1418966

    scvizar
    Participant

    done but still it doesn’t work

    #1419596

    Rad
    Moderator

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

    #1420125

    scvizar
    Participant

    you 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?

    #1420442

    Rad
    Moderator

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