Damian
Forum Replies Created
-
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>
That’s because that area of your theme does not support shortocdes
could you elaborate on “Shortcode is getting dispalyed in the html mode as well when we trying to see with debugger”
I dont know what that means
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] embed code not displaying in popupYou can use the contact form on our website.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] embed code not displaying in popupCould you change the content to text (instead of visual tab) and take a screenshot for me please?
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] embed code not displaying in popupHi @rogerswd Im not sure to understand what’s the issue here. Could you please elaborate a bit more?
Is the popup template not working? What are you exactly adding into the popup content?
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Redirect to pageYou will need to configure it on the Form side, the popup doesn’t have redirect on external forms.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Redirect to pageAre you using our marketing form on the popup or a external form?
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] popup to woocommerceHi @jandelacruz,
What do you mean exactly?To show on the checkout page? Yes that’s possible using display rules
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Multiple configurable triggers?Yes you can try the following. On that button instead of using a class you could use javascript like this:
<a ahref="#button" onclick="wppopups.showPopup(123,true);">CLICK</a>
Replace 123 with your popup ID
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Close Button on MobileI think I got your message wrong. That’s normal behaviour when someone clicks OUTSIDE of the popup. If clicked inside of the popup it won’t close.
Clicking outside usually means the user wants to actually close the popup. The premium version does include a way to disable advanced closed method, but not the lite version.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Popup shown once per sessionThat link is working just fine for me. Have you tried again?
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Close Button on Mobilethat shouldn’t happen. If you create a new popup with just the demo content also happens?