[popup] Shortcode
-
Hi!
I’m using your [popup][/popup] shortcode to display content from the same page often. I.e. need to show some hidden HTML from the same page in a popup.
Is it a way to make such a popup shortcode stackable? I can’t find any possibility π
Thanks.
-
Hi @webprom,
Thanks for writing in to us!
If I understand it correctly, are you trying to allow 2 or more popups to display at the same time?
If yes, then you can enable that under Popup Settings > Advanced
See: https://share.getcloudapp.com/eDu72BBN
Important Note:
By default, Popup Maker is designed to display only one popup on the screen at a time. When selected, this feature allows two or more popups to display together. Default: unchecked (off).Hope this helps.
If you have any other questions, let us know.
Thank you & have a great day!
Hi!
No, I’m asking about [popup] shortcode options. How to add stackable there?
thanks.
Hi @webprom
Thank you for the clarification.
Are you referring to the shortcode inside the popup shortcode?
See: https://share.getcloudapp.com/qGux0LNg
If yes, please input your shortcode inside the popup content, and not on the popup shortcode.
We hope that helps. Let us know how it goes.
Thank you!
No. Check this in your docs:
https://docs.wppopupmaker.com/article/53-create-read-more-popups-for-postsShortcode [popup], i.e. here:
<?php echo do_shortcode("[popup id='post-". get_the_ID() ."' size='small' title='". get_the_title() ."']". get_the_content() . "[/popup]");?>Hi @webprom
Thank you for your reply and pointing us on the right direction.
We’ll ask our development team to have a look and get back to you.
On the other hand, could you tell us more about what you mean by stackable? For example, more than 1 popup can display on the same post/page at the same time?
Also, the [popup] shortcode has been deprecated since 1.7. Could you use the shortcodes available and let us know if that helps?
https://docs.wppopupmaker.com/article/153-shortcode-button
Thank you for your patience.
Hello @webprom,
The following document has shortcodes currently included:
https://docs.wppopupmaker.com/category/91-shortcodes
Thank you for your patience while we continue to look into this issue.
Yes, it’s missing from current documentation. But you’ve had this shortcode before, for inline popups. Inline popups are crucial for any popup plugin.
Hey @webprom,
Thank you for that additional information.
Could you elaborate on what you mean by stackable and the outcome youβre looking for?
There may be a better and updated way to go about it.
Need to show 2 popups on page, that’s what you call stackable in your docs.
Hi @webprom
Thank you for your reply.
Did you mean by stackable, display multiple popups at the same time? If yes, could you check this article?
https://docs.wppopupmaker.com/article/196-display-multiple-popups-at-the-same-time
Kindly follow the display settings.
Let us know how it goes.
Thanks!
useless support u r
Hey @webprom
We had a discussion about the stackable you mentioned for the shortcode. The [popup][/popup] is deprecated since version 1.7.
We are looking for a different way, and still investigating the issue.
We will get back to you, and we hope for your kind understanding.
Thank you! Need a simple way to make popups from the on-page content. [popup] shortcode is a good way but lacks some options. I’m using it on many sites.
@webprom – Your best bet is to filter
pum_popup_get_public_settingshere.You would want to set
stackabletotrue.Not tested, but after reviewing the code that gets these onto the page, this is likely your best & only real option without modifying the shortcode itself with a new parameter (feasible if your open to submitting a PR).
Hope that helps.
The topic ‘[popup] Shortcode’ is closed to new replies.