I would like to change “Close” in the plugin “Anything Popup” to something else. If I do this directly in the code, the layout is destroyed.
Is there a solution to this?
Is there a way to make the background of the webpage darken when a popup is open? Thanks.
]]>.
]]>AnythingPopup_OpenForm(“AnythingPopup_BoxContainer1″,”AnythingPopup_BoxContainerBody1″,”AnythingPopup_BoxContainerFooter1″,”300″,”350”);
]]>Our Anything Popup plugin has been great. But now it’s throwing an error:
Something went wrong. Please try again later.
It’s up to date, as is our WordPress installation. Do you know what could be causing this?
To access the popup, Click the Subscribe button (3rd on the right).
Please let me know!
Terri
]]>Hi guys,
I have downloaded the plugin and am at the next step “Plugin administration”, but I can’t manage to add a new one correctly.
The first values are easy to enter, but then when it comes to “Popup Link Text / Label / Image” and “Popup content” it doesn’t work anymore. Even if I enter anything, I always get the message “Please enter the popup content”.
When I finally think that it worked out, it shows that there are “no records available”.
Can anyone help me?
]]>Hi,
I just notice that my popup doesn’t work on mobile but ok on desktop view.
How can I fix it?
]]>YouTube videos don’t seem to play in popups. The video appears in the text area when in Anything Popup, but when I click on the link to make the popup appear, the video doesn’t play. Is there a special way of getting YouTube videos to play?
]]>We installed “Anything Pop up” and we were wondering if there was a way to make the pop up only appear the first time you visit the homepage. Right now the pop up appears every time you go to the homepage and you have to keep closing it.
I’ve looked inside the Settings of the plugin and there’s only a few things you can modify and this is not one of them. Does anyone know how to do this?
]]>I use CF7 inside Anything Popup and it launches the form correctly – when clicking on the envelop icon.
Problem is that when user sends and not filling out all fields as required the popup closes.
Opening again the popup widows brings the user back with the same CF7 window and the errors indications.
How to make it stay without closing in this case?
Thx
Hello,
It is bad if there is your Ads in Popup window, Screenshot:
Alex
]]>We want to add a pop up information for each application listed in our page. This is presented in tabular form. And I want to change the color of the link into neutral (black). Is there a away that the plugin won’t follow the css style of our page in popup Links? It is automatically being red (as per our theme’s config).
Thank you very much in advance for your help.
]]>how to make anything popup responsive? plz help
]]>Hi,
The popup is not working for responsive.
Can you suggest a quick solution for this?
Thanks!
]]>on the page https://www.amberleaftours.co.uk/testing-area/ I have set up a popup link “Sydney match ticket information” but nothing happens when I click it. I have tried commenting out lines 32 and 33 and re-stating lines 35 and 35 but still no popup on either browser.
]]>Hi,
I have created a contact form 7 with a script tag.When I used this form with anything popup plugin it doesn’t run the script when I click Request button.
But it works fine when I use the form directly in page
I have searched in forum past one day I didn’t find any solution for this.Please help me.
Thanks in advance.
]]>Hi,
I am trying to migrate wordpress site from one domain to another. Everything works fine except anything popup. The popups we have created using anything popup plugin doesn’t migrate from one domain to another. We have created number of popups using this due this problem we have to recreate all, which increases our work load.
Is there any solution which can be used to solve this.
Please help!
Thanks.
]]>hi,
https://rundplus.d-webs.com/aboutus/
first row – on mobile looks bad (image)
pls advice
thx
assa
Hello,
I really like this plugin however, I can’t center the pop-up in opening.
Can someone help?!
Hello, I linked a certain words in the text to pop up with information, but end up with the box around linked word. What is it I’m doing wrong?
Best
J
Hello support:
I gave you a 5 star review, as plugin worked “out of the box” which is always great.
A simple question (you could consider this an improvement).
How to change the cursor from arrow to cross in the popup window?
That way, people will realize the popup window is movable, which is indeed a great feature!
Thanks
]]>So I needed to be able to hide the popup when clicked anywhere on the screen. This was requested a few times here before without any replies, so I tried it myself.
I did it using jQuery code and some workarounds. Hopefully the plugin owner can implement it too ??
This code is changed in anything-popup.php. Line 162, change from
$pop = $pop . '<div style="display: none;" id="AnythingPopup_BoxContainer'.$pop_content_id.'">';
to
$pop = $pop . '<div style="display: none;" class="AnythingPopupBox" id="AnythingPopup_BoxContainer'.$pop_content_id.'">';
And line 169, change from
$pop = $pop . '<div style="display: none;" id="AnythingPopup_BoxContainerFooter'.$pop_content_id.'"></div>';
to
$pop = $pop . '<div style="display: none;" class="AnythingPopupBoxContainer" id="AnythingPopup_BoxContainerFooter'.$pop_content_id.'"></div>';
This code is added in anything-popup.js, anywhere, but outside of the existing functions:
jQuery(document).ready(function (e) {
jQuery(".AnythingPopupBoxContainer").click(function(){
jQuery(".AnythingPopupBox:visible").hide();
jQuery(".AnythingPopupBoxContainer:visible").hide();
});
});
The downside about this method is that it will close all open popups.
]]>Hi Can any one help me how to add this popup to widgets in the sidebar.As i am not getting how to do this.Actually i am having a widget button in the sidebar i need to add this popup to that button.
]]>wordpress version: 4.6
in this page
https://cst.edu/academics/m-div/ml-on-campus
under required courses if you click on the course number: TIR3001 the pop up window does not show, it was working fine before and all of the sudden stop working. None of the links to the popup windows are working.
Hi,
My wordpress install doesn’t use “wp-content” as I changed it to “uploads”
The problem now is that the javascript is enqueued from site url.
Is it possible to enqueue from pluginurl instead in next release?
Thank you,
wp_enqueue_script( ‘anything-popup-js’, get_option(‘siteurl’).’/wp-content/plugins/anything-popup/anything-popup.js’);
]]>I would like to pass GET values and add custom php to the popup box. It is possible with this plugin?
]]>hi,
I’m having issues with the contact form. When I fill in the form I don’t receive the email.
Can you help me out with this please?
Thanks,
Richard
a reply asap would be grateful
]]>Hi everyone,
This page when you click on a button the pop up text is now white. How can I change the text via css?
Sorry to be a pain
Richard
]]>Hi there,
The plugin is not supported in https / ssl – on our wordpress site.
What do you reccommend for resolving this? so the anything popup script is served as https rather than http – which is creating ssl warning..
thank you,
JC
]]>hello im trying to create my own click to agrere and i have my embed code after my terms and conditons to link to my checkout page after they read and accept but my embed code which links to my shopping checkout plugin only works when i also have the embed code on the same webpage as the pop up link code
is there a way i can fix it