• Morgan71

    (@morgan71)


    Hi Fabio, I’m playing with your plugin…Very good job and it would be perfect for my purpose!
    I’d like to put its shortcode in a popup (popup maker plugin) but it doesn’t work.
    I’m not good with code. Can you give some advice to make it work?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    I’ve just tried to insert Crelly Slider into popup maker and I have no problems. Do you have a specific error?

    Daniel Iser

    (@danieliser)

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

    Thread Starter Morgan71

    (@morgan71)

    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.

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Please, could you link me your website?

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    @danieliser I wrote you on Slack

    Thread Starter Morgan71

    (@morgan71)

    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?

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Edit your slider and delete all the current code in the “Callbacks” text area. Then paste this:

    beforeStart : function() {$(window).trigger('resize');},

    Thread Starter Morgan71

    (@morgan71)

    done but same result

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    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>
    Thread Starter Morgan71

    (@morgan71)

    same as before

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Could you please try to remove the other popup? I mean, keep the popup with Crelly Slider only

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Use of shortcode’ is closed to new replies.