Conflict between Popup Maker and Crelly Slider
-
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.
- The topic ‘Conflict between Popup Maker and Crelly Slider’ is closed to new replies.