I’ve just tried to insert Crelly Slider into popup maker and I have no problems. Do you have a specific error?
@fabiorino – Author of PM here, glad it works out of the box. Love to list your info in our plugin & docs as compatible. Ping me on twitter or wp slack.
No errors, the popup appears as it was empty. Just a white bar with close button. I’ve tryed with the shortcodes of some other plugins like Text Slider and Smart Slider 3 and it works.
Please, could you link me your website?
@danieliser I wrote you on Slack
I wanted to use your plugin in a company private website so I can’t give you access. Please have a look at this test site where I replicated the problem. Crelly’s shortcode is within the first popup then, when you close it, a second popup will appear with smart slider shortcode. Am I doing something wrong?
Edit your slider and delete all the current code in the “Callbacks” text area. Then paste this:
beforeStart : function() {$(window).trigger('resize');},
Ok, let’s do another quick test: paste this code at the end of header.php
<script>
jQuery(document).ready(function($) {
var popup = PUM.getPopup('.crellyslider-slider');
popup.on('pumAfterOpen', function() {
$(window).trigger('resize');
});
});
</script>
Could you please try to remove the other popup? I mean, keep the popup with Crelly Slider only