• Resolved Cellus Nandes

    (@cellusnandes)


    Hi! Congratulations on the excellent Popup Maker plugin.

    1.I’m using https://localhost/wordpress/

    2. In the WordPress menu, the “Search” menu item opens Popup Maker on all pages except Home.

    3. At Home I use the Crelly Slider which prevents opening the Popup Maker.
    a) Disabling the Crelly Slider Popup Maker works.
    b) To test it, I installed another Popup plugin and it works even with Crelly enabled.
    c) I changed the Popup Maker index-z and it didn’t work.

    4.To open Popup Maker on the Home click on the menu item “Search”, but it doesn’t work.

    In order for Crelly to occupy the entire width of the screen, I use the code in wp-content\themes\astrid-child\page-templates:

    <?php /* If it's HOME, Insert CreallySlider as "FullWidth" at the top. Necessary because Home is Widgetized and does not accept FullWidth via Panel. */ ?>
    			<?php if (  is_front_page() ) : ?>
    				<div class="top_slider">
    				  <?php crellySlider("slider_inicio"); ?>
    				</div>
    			<?php endif; ?>

    Any help would be welcome.

    Grateful.

    • This topic was modified 3 years, 9 months ago by Cellus Nandes. Reason: Change title to English
Viewing 2 replies - 1 through 2 (of 2 total)
  • Bel

    (@belimperial)

    Hello @cellusnandes

    Thank you for reaching out!

    I’m sorry to hear you’re facing this trouble on your local site. This will be hard to debug as the site is not online. Could you please try the following and see if this will help sort the issue:
    – Kindly use the debugging process on this link?Test if a Plugin or Theme Interferes with Popup Maker?

    Use the?Health Check & Troubleshooting plugin?on the debugging link and then activate the troubleshooting mode so you can safely deactivate the other plugins and switch the theme to a default WordPress theme.?Kindly see if the issue exists when just Popup Maker, Crelly Slider and default WordPress theme are active.

    – Kindly include this CSS under the Appearance > Customize > Additional CSS:

    .pum-overlay.pum-active,
    .pum-overlay.pum-active .popmake.active {
        opacity: 1 !important;
        display: block !important
    }

    Hope that helps. If your issue is resolved please take a moment to rate and review the plugin.
    If you still need help please message us directly at https://wppopupmaker.com/support/

    Thread Starter Cellus Nandes

    (@cellusnandes)

    Hello Bel!

    The problem was solved by adding the CSS you suggested.

    Thank you for your help with this excellent Popup Maker plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict between Popup Maker and Crelly Slider’ is closed to new replies.