How does the Shortcode work?
text – Click text to activate popup Default: Click Me
image – Click image to activate popup
htmltag – Which HTML tag to be used Default: Span
Content – This can be any content, an image, text, a full section or just anything.
shortcodes :-
[sppro id="5"][/sppro] -> SPAN
[sppro id="5" htmltag="a"][/sppro] -> LINK
[sppro id="5" htmltag="button"][/sppro] -> BUTTON
How to activate popup on button, image or any HTML element?
To activate Slick Popup on any HTML element on the page, you need to provide a class “sppro-showpopup” to the element and it will open up the popup form.
For any HTML element, example: button, span and div
<button class="sppro-showpopup">Click me</button> <span class="sppro-showpopup">Click Me</span>Example
Span Popup
For an anchor tag you should use the HREF attribute as href=”#”
<a href="#" class="sppro-showpopup">Click Me</a>Example
For an Image element
<img src="" class="sppro-showpopup" />Example
How to activate popup on everytime the page loads?
Go to Settings > Popup Effects > Activation Mode > Change the how to activate popup -> Auto popup on page load > Re- ask After > -1
How to load popup with a jQuery element?
In the href attribute of the anchor tag use javascript:sppro_loader(s’popupid’);
<a href="javascript:sppro_loader('id')">Click here</a>
Is it possible to enable popup only for a selected page?
Yes, you can do it in Plugin settings, just check for the “Where to show” options in the settings
Is it possible to disable the plugin on mobile devices?
Yes, you can do it in Plugin Settings > configuration.
How to change the text of the default button?
In your editor go from visual to text and look for button tag
[sppro id="5" htmltag="button"][/sppro]
as you can see it does not have a text attribute in it so the default text goes as “click me” to change it just add a text attribute
[sppro id="5" text="Slick Popup" htmltag="button"][/sppro]
Can we customize the popup ourselves?
Yes, you can we have made your plugin with a lot of filters that helps the developer to modify or change the popup with the required needs.
Can I import the demo forms that are displayed on your website?
Yes, you can to use are forms you just have to import them from setting.
Is it possible to have to popups on the same side?
No, it is not possible to have two popups on the same side but you can add one popup on each side.
Where can I find the filters?
You can find all the filters on the documentation page or you could ask us at poke@slickpopup.com
When can we get in touch with you?
You can mail us anytime our team would surely reply to you at their earliest convenience.