Hi,how to insert html content on content?..
]]>Hello there, I would like to use your pop up so as to insert one of my widget (newsletters subscription widget). is this possible with your plugin ?
thanks
Is it possible to embed other shortcodes or perhaps Javascript in the body of the popovers? Putting shortcodes in currently displays the shortcode text itself.
Please advise.
]]>This plugin works great but I am having a few issues and I don’t know if I’m missing something or if someone can help me.
1. I have the popup about 1300px down the page but every time I open it the page scrolls to the top and then I must scroll down to see the popup.
2. The popup opens and closes fine once but after opening the popup once, it doesn’t show again until I reload the page.
Any help would be appreciated.
Thank you.
]]>I just installed the Onclick show popup plugin and it works fine but it affects my galleries by making them stagnant. Once the plugin is activated the galleries don’t move again. Here is a link to the site and you can check out the galleries.
]]>Activating the plugin wipes out all of the graphics in the WP Admin panel and if I try to configure the plugin the whole site goes down and a mod_security warning page opens.
Don’t install this plugin unless you have a complete backup of your site.
]]>When clicking “Insert Details”, I get the following error message:
WordPress database error: [Field ‘onclickpopup_Random’ doesn’t have a default value]
INSERT INTO wptt_onclick_popup_plugin
(onclickpopup_group
, onclickpopup_title
, onclickpopup_content
) VALUES(‘GROUP1’, ‘Popup Title For Test’, ‘This is the content of the popup. Let\\\’s see what this is going to say.’)
Adding a DEFAULT ” to the columns onclickpopup_Random, onclickpopup_Extra1, onclickpopup_Extra2, onclickpopup_Extra3 solves the problem. This also solves the problem of adding data while installing the plugin.
]]>what about if someone clicks a Submit Button (but the page doesn’t change, because person didn’t provide all required form field information) and I want a pop up to display after time to give an alternative offer with option for visitor to only have to give up their email instead of completing the full form? Is this possible? I’d like to test out in free version…
Thanks.
]]>Would anyone know how to give the pop-up a scroll bar if it needs it. (e.g when it has a lot of content)
]]>Hey guys this is for anyone having problems with the popup only working the first time.
I also have a fix for anyone using a responsive theme where the layout is thrown off on screens of different sizes.
I wrote everything into a tutorial. I wasn’t able to get it working with anyone elses fix. But this worked for me. GL.
https://inteletec.com/wordpress-onclick-popup-popover-plugin-with-multi-click-and-responsive-layout/
]]>POP Closing and Open Problem Solve
Edit your onclick-popup.js
1 Change
Old Code
function PopUpFadCloseX(PopUpFadX)
{
t = -100;
//document.getElementById(PopUpFadX).style.display = “none”;
document.getElementById(PopUpFadX).style.visibility= “hidden”;
//PopUpFadTmr();
return false;
}
New Code
function PopUpFadCloseX(PopUpFadX)
{
t = -100;
//document.getElementById(PopUpFadX).style.display = “none”;
document.getElementById(PopUpFadX).style.display = “none”;
//PopUpFadTmr();
return false;
}
2 Change
Old code
function PopUpFadObj(PopUpFadOpen)
{
return document.getElementById(PopUpFadOpen);
}
New Code
function PopUpFadObj(PopUpFadOpen)
{
document.getElementById(PopUpFadOpen).style.display = “inline”;
return document.getElementById(PopUpFadOpen);
}
Just an idea which would be very useful for sure…
Popup widget area would enable users to add all kind of widgets with functions to popup. (subscribe, share, etc..)
]]>First, I think this is a nice little plugin. It serves my purpose very well.
I notice that I am not able to reclick link in widget after closing the popup window.
Is it possible for the popup link to remain active after someone has clicked it once?
]]>