Conflict with Popup Maker
-
Hi! Congratulations on the excellent Crelly plugin.
I use Crelly in the Home where clicking on the “Search” menu should open a popup (Popup Maker), but it won’t open.
This happens only in the Home menu, that is, the “Search” popup is opened on all other pages.
When you disable Crelly, the popup works.
I’ve tried changing the popup maker’s Index-z but it didn’t work.
For Crelly to occupy the entire width of the screen I use wp-content \ themes \ astrid-child \ page-templates the code:
<?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; ?>
Can you help me please?
- The topic ‘Conflict with Popup Maker’ is closed to new replies.