Basically, what the title says. I followed every step from a official youtube video for your popups but still I cant get the photo to be shown on my popup. Text is showing correctly..
]]>Would be nice if I could use the manual triggers and other automatic/scheduled triggers together.
Please separate them.
Hello,
While using Elementor + Qwery theme, how does one go about changing the default image for a pop up? I can’t seem to find where it’s set. Any idea?
Thanks in advance!
]]>How can I make the popup display rule to show up on all pages except a few urls/pages I don’t want the popup to show up?
It would also be useful to filter display rule based on page template, as I would choose a specific template for landingpages where the popup should not show up.
]]>Hello,
I love your popup plugin, but is there any way to have a minimize button instead of the close button?
That would be an amazing feature to add.
Thanks,
Andrey
]]>Hi!
When i disable a popup on mobile while using the display overlay option, the overlay still appears on mobile.
A bug perhaps?
]]>Hi,
I display (via your plugin) a Popup on all my article pages except on my affiliate pages.
How to exclude certain pages? Is it possible to provide this possibility in an update? this is important for current sites.
Thanks
]]>
Hey, I’ve tried to set the popup option to display as Notification Bar or Box, but the content I entered doesn’t show up, only the close button.
]]>Absolutely loving how lightweight this plugin is, and I’m psyched that it just uses Gutenberg. However, it is not respecting my GenerateBlocks at all. Is there a way that I can get my GB blocks to display properly? Any PHP snippet or code change that will enable that? Thank you!
]]>Hi, is there a place where the different trigger options are documented?
]]>Hey guys, any chance you could add support for GenerateBlocks? At the moment if I add any element from GB it’s not rendering CSS and I need to add snippet to functions.php to make it available. But that’s for single id (popup).
To make GenerateBlocks in Advanced Popup (single) I have snippet:
add_filter('generateblocks_do_content', function ($content) {
$post = get_post(1729);
return $content . $post->post_content;
});
So it’s definitely doable because you have css integration for powerkit blocks…
// Integration css of powerkit blocks.
if ( function_exists( 'cnvs_gutenberg' ) ) {
// Parse blocks.
$blocks = parse_blocks( $popup->post_content );
$blocks_css = cnvs_gutenberg()->parse_blocks_css( $blocks );
if ( $blocks_css ) {
echo sprintf( '<style>%s</style>', $blocks_css ); // XSS.
}
}
please add GenerateBlocks integration
]]>I’m trying to limit the display of a popup to only 1 for each visitor for 7 days, even if they visit more than one page or post.
At the moment, it seems that it will display the “limit display” setting for every post. I have tried the “entire site” or rule “articles” setting. Am I setting it wrong ? Or is this the expected behaviour ?
If not, could it come from the use of cache plugin ? Could you consider bringing this extra setting “limit display for whole website or per post/page” on new update ?
]]>Hello everyone!
We are struggling to differentiate the popups for different languages.
I tried already to use a display rule based on language taxonomy. But it does not detect and is not delivering the popup.
Is there some way to do it or to test it?
Thanks!
]]>I think this must be a bug.
Whenever i create a new popup, i cant access the “Limit display” and “Limit display cache lifetime” options after i save the popup. They are just gone from the options tab.
I have tried your plugin on three different sites and its the same problem.
]]>If you choose taxonomy based rules, the selected taxonomies don’t show after you save the popup and edit it again later. See the screenshot which shows what’s visible instead.
I can confirm the selected taxonomies are saved to the database postmeta table for the _adp_popup_rules
key so I’m guessing it may have something to do with the Select2
library perhaps?
Thanks for a very useful & well-written plugin. I have a specific requirement on a project I’m working on and I have created a temporary fork of your plugin to enable the functionality I need on this occasion.
I think it might be useful to enable a hook that determines if the popup should appear when none of your built-in rules apply. In my case, I wanted to be able to control if the popup shows, based on the post tags.
File: includes/helpers-advanced-popups.php
Function: adp_is_popup_visible()
// Apply a final filter to determine visibility
$visible = apply_filters('advanced_popups_is_popup_visible', $visible, $popup_id);
This allows me to control whether the popup shows for any URL and I think it’s a small, but powerful change to the plugin. I’m wondering if you’ll find my suggestion useful enough to incorporate into a future release?
]]>Are there any plans to enhance the display rules to show the popup whenever a visitor is on a blog post tagged with a specified value? For instance, if I were to create a post tag called “Members” and then tag specific posts with “Members, I’d like the popup to show when a visitor is viewing any one of those posts.
]]>In the documentation, it says that there is the option of using an image as a background. There is also a demo for this, however, I couldn’t find it. Does anyone know how to do that? Is there a case option?
]]>