The pop-up is perfect, but it’s not working on my homepage…
]]>Hello,
My client website is https://latinfoodfest.com/. I installed arty-popup but it’s was not close and show in full size of screen so please help as soon as.
]]>Hi,
I recently deactivated and deleted your plugin however the pop up is still showing on my site. Please help me on this.
My site: https://www.sunnah.org/wp/
Thanks
]]>is it responsive ?
]]>Website goes white, no sign of popup plugin!? need help.
Thanks
M
I have installed the plugin and the popup window shows. However, it will not close when clicking the “X”. Is there any further information you can provide to help me get it to work?
Thanks in advance,
Keli
I’ve built a popup contact form into my client’s home page (https://annaeshoo4congress.com), and like the way it looks. But an aspect of the behavior is puzzling to me.
I set the cookie lifetime to 90 days with the expectation that someone who chooses to close it will not see it again if they return to the site a few days (or minutes) later. But the popup shows every time the page loads.
Any suggestions how to fix this?
Eric
]]>I’ve noticed that when popup is in not displaying mode (for example when user has already seen it one time) the overlay div with id wrap out is still active. This cause a double click for the user to deactivate it.
I don’t know if it is the right solution but I’ve solved adding in the style.css #wrap-out{display:none;}
as default and override this rule adding "display": "block"
to the loadPopupBox function in line 158 of arty-popup.php
It works fine for me, hope should help someone else.
]]>Hi, first of all many thanks for this plugin. It is simple to set and customize and very powerfull.
Just a question, there is a way to show the popup in the category pages? There is no option for this in the back end, I’m ok with adding this feature somewhere in the .php files, but I need an help on how to do this.
Many thanks in advance for your help. I’m sorry for my poor english ??
]]>Hi there i want to move my form texts and submit to be directly on top of my baackgrounds. But i can’t see m to be able to move the elements.
https://f97.71e.myftpupload.com/
MY CODE:
<div style=padding-top:270px; padding-right:500px;>
[text email class:fld "Your email address"]
</div>
<div style=padding-top:-50px; padding-right:900px;>
[submit class:btn “Submit”]
</div>
any idea?
]]>I had a problem with the code line 142 of arty-popup.php:
var exdays=<?php echo $options[‘popup_cookie_time’]; ?>;
I simply fixed it replacing with:
var exdays=<?php echo ‘$options[“popup_cookie_time”]’; ?>;
It is the best way…? At least it worked for me
]]>I’m having trouble obtaining the email from the string of code that was provided in the readme file. I tried everything in contact forms 7. How can I get the user emails to appear in the contact form email?
]]>This plugin would be great if the option was given to disable for mobile sites. Currently anyone viewing my blog cannot see it because the image blocks the entire screen and cannot be tapped to close.
Either disable it or allow mobile users to tap anywhere on the popup to close it.
]]>This plugin would be great if there was a delayed timer for when it appears so that bloggers can target the dedicated readers and not turn off potential ones because of an immediate popup.
]]>hello,
actually can i use this plugin to show a picture only without contact form, so when i click a word in a post it shows popup window
if yes pls tell me how
thnx
Hey, can you add a option where admin can add their own HTML instead of images+contact form?
I’m finding this option and checking every plugins like this but didn’t get this option.
Thanks for this great plugin.
Nitya
I would like to use arty popup plugin but I’d like for the popup to be smaller by at least 50%. Is there a way to make that adjustment?
]]>We have set the following settings, so the pop up only pops on the home page and posts:
// default settings
$arty_defaults = apply_filters(‘arty_defaults’, array(
‘popup_width’ => 800,
‘popup_height’ => 580, /* original value:650 */
‘popup_v_pages’ =>’false’,
‘popup_v_Posts’ => ‘true’,
‘popup_v_fpage’ => ‘true’
regardless of the above code, it keeps showing on all pages of the site.
Any ideas?
thanks a lot,
Hi,
Is there a way to disable the plugin for mobile users? Currently, the art-pop up is too big to fit on iOS for iPhone. At least on my 3GS.
Really enjoy the plugin, I’ve used it for a lot of my WP sites and I’m really happy with it!
]]>I entered all of the information for a popup and yet it doesn’t show anywhere on the site. I specified for it to be on the frontpage.
]]>This plugin seems to have an older version of jquery plugin which conflicts with image sliders on sites. I am using it on my site and it has stopped the slider from working.
Any ideas?
Hi EnigmaWeb,
I downloaded your plugin. it works great, but i found that the size of the popup is fixed at 800px (width) and 650px (height).
I’m not a developer, but i found that this values are recorded and readed from the wordpress database, so i added some lines of code in setting_page.php, after “Popup Image” title, to be able to change them.
<tr valign="top">
<td>Popup Image Size</td>
<td>
<p><input type="text" name="arty_settings[popup_width]" id="popup_width" size="3" value="<?php echo $options['popup_width']; ?>"> Width of the image</p>
<p><input type="text" name="arty_settings[popup_height]" id="popup_height" size="3" value="<?php echo $options['popup_height']; ?>"> Height of the image</p>
</td>
</tr>
I hope you can add this code (or a better one) to the official version.
Have a nice day!
]]>