Talisman
Forum Replies Created
-
Forum: Plugins
In reply to: [I Agree! Popups] Undefined Variable line 201Hi there, thanks for your query. Could you please let me know when this started happening and also which version of WP you are using? I have tried to replicate the error when this issue was previously flagged up but have been unable to do so.
Forum: Plugins
In reply to: [I Agree! Popups] iOS problemsHi there, thanks for your query. This is most likely a theme conflict issue. Can you please tell us exactly what theme you’re using and maybe provide a screenshot of the issues? If you could include a link to the site in your reply that would be great too, but I understand if you wish not to.
Forum: Plugins
In reply to: [I Agree! Popups] Doesn't work with Enigma themeHi there, thanks for your query! I’ll take a look at the Enigma theme now and report back.
Forum: Plugins
In reply to: [I Agree! Popups] assign popup to a button?Hi there, thanks for your query. Right now it’s not possible to assign popups to just links, only pages and posts. This is certainly something we’ll keep in mind for a future release though.
Forum: Plugins
In reply to: [I Agree! Popups] Works on Mobile but not on PCHi there, thanks for your feedback and enquiry. We’ve not been able to replicate this issue at our end and it shouldn’t matter what device you’re viewing the website on, the popups should work regardless. The only thing I can think of is if you’re using two separate themes, one for desktop and one for mobile. Please provide us with some additional information on your install and we’ll try and help you if possible. Many thanks ??
Forum: Plugins
In reply to: [I Agree! Popups] Undefined variable: swOrsp in wp-content/plugins/i-agree-pHi there, could you describe your issue in a little more detail please? Where and when are you getting this message? Are you still able to use the plugin or is it not working for you? Any additional information you can give would be much appreciated. Many thanks ??
Forum: Plugins
In reply to: [I Agree! Popups] Exclude one PageHello again. I haven’t heard from you but trust you found the above snippet useful.
I’m marking this as resolved but please don’t hesitate to get in touch if you need any further help.
Thanks!
Forum: Plugins
In reply to: [I Agree! Popups] Adjusting Cookie DurationResolved
Forum: Plugins
In reply to: [I Agree! Popups] Resize the popup windowResolved
Forum: Plugins
In reply to: [I Agree! Popups] Exclude one PageHi! Glad you’re enjoying the plugin, thanks for your feedback.
This is certainly a feature we’ll look at implementing in a future version. In the meantime, copy the snippet below into your functions.php and replace the ‘2’ in
is_page(2)
with the ID of the page where you would like the popup hidden.<?php function exclude_popup() { if (is_page(2)) { echo '<style>.iAgreePopup {display:none!important;}</style>'; } } add_action('wp_footer', 'exclude_popup', 1); ?>
Forum: Plugins
In reply to: [I Agree! Popups] Word Press NoticeHi there, as we’ve not heard from you in a couple of weeks, I’m marking this topic as resolved. Please do let us know if there’s anything else we can help with though. Thanks again for your query!
Forum: Plugins
In reply to: [I Agree! Popups] Adjusting Cookie DurationHi Eric, thanks for your feedback and query. As it currently stands, there’s no way to set the cookie duration to anything less than a day, but it’s certainly something we’ll be looking at in the next version.
Forum: Plugins
In reply to: [I Agree! Popups] Resize the popup windowHi there! There is currently no in-built functionality to change the size of the popup box, but it’s something we’ll be considering for the next release.
In the meantime, you could override the CSS to make it whatever size you want. The class you need to target is
.iAgreePopup .popupContainer
and the properties aremax-width
andmax-height
.Forum: Plugins
In reply to: [I Agree! Popups] Word Press NoticeHi there, thanks for the feedback. Do you get that message on the front or back end of your website? Does it prevent the plugin from working at all? And are you using popups on individual posts/pages or sitewide? Let us know and we’ll try and shed some light on this. Please provide a screenshot if you can!
Forum: Plugins
In reply to: [I Agree! Popups] How do we add Email box ?Hi again, I am marking this as resolved but if you would still like to see this functionality implemented in a future version of the plugin, do let us know and we can investigate further. Thanks again!