Damian
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] cannot get any pop up to showIt looks like your theme is missing the wp_footer() function that handles all the scripts and hooks of the normal wordpress websites.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Turning off pop up – edits page layoutHi @mrcrm111 , that also happens with a new blank popup? If that is not the case the reason is probably you left some html tag unclosed on the popup content.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] PHP 8.2 error $need_ajax depricatedHi @jorisdw13 , we will definetly address it on the upcoming version. just FYI that not an error but a warning in PHP. The plugin will work as usual, you should have warning turned off on your live environment for security reasons.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Youtube video not workingIt seems my comment was removed. I paste it again
remove_filter( 'wppopups_content', 'wp_kses_post' );
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Youtube video not workingPlease add this in your functions.php theme file
That’s exactly what the guide I shared is for. Depending on the cookies you set the popup won’t open again.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Not showing when logged outHi @ladysham,
Sorry for the delay. This is probably whats going on https://wppopups.com/docs/how-to-configure-popup-closing-and-cookies/
Try clearing your cookies or changing their name
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] close on conversion not workingHi Pancho,
that’s why the link is a scroll link so it never finish the link action. Try adding this in your link:
<a href="/#gallery" onclick="window.wppopups.hidePopup(6604,true);"><img class="alignnone size-medium wp-image-6584" src="https://lacasitadelombu.com/wp-content/uploads/2024/07/PopUpLocal-300x300.jpeg" alt="" width="400" height="400"></a>
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Top Bar and Fixed HeaderYes you could use CSS like for example:
.header?{
top: 60px;
}Set the height to whatever the heigh of the popup you set
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Vimeo iframe not displayingHi @mikemcminn,
I don’t see the iframe and it’s probably due to secutiry that is being removed. Please try adding the folllowing code in your theme’s functions.php
remove_filter( 'wppopups_content', 'wp_kses_post' );
Then save your popup again.
- This reply was modified 4 months ago by Damian.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Problem with User Display RulesOn that page the popup works for me every time. The thing is that it takes long the site to load entirely and the popup is not working until it does. I see you have Litespeed cache but it’s disabled.
You should enable it at least for non logged users and serve cached pages.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Problem with User Display RulesCould you create again the popup and only apply it to a test page so you can share a url with me for testing the popup?
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Problem with User Display RulesCould you please provide the popup ID which you are having issue with logged in users rule? Works fine on my end.
Also which url I could check. https://sentlive.com/ seems offline for me. Do you have any country firewall?
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] hyperlink as a buttonThe easiest way is to just copy the button you already have on your site. Checking the code I can see the following button. You just need to copy and change the url
<a class="fbr-button fbr-mobile-100 fbr-mobile-100" target="_self" ><span class="fbr-button-text">P?ihlásit</span></a>