Also, whenever I uncheck “checking this causes the popup to be fixed”, and then click “save”, it shows that it’s still checked. It won’t allow me to uncheck it…
Also, I would actually like to make it uncloseable for 10 seconds (not just 4.6 seconds)… but I guess I can’t? Do you have this option in your pro version?
@lorik84 – The author dropdown is like any post editor in WP, simply sets the person who authored the popup itself. Has no bearing on function.
Targeting conditions need at least one option set to load, this will not be the case in the next version and they are more powerful + easier to understand.
Popups in popup maker by default don’t auto open. Tricky as that sounds the core allows click open popups as well, so its not always desireable to auto open for every popup. There is a section called Auto Open Settings. Enabling that will trigger the popup.
Fixed position is a known bug, setting saves properly but always renders checked.
All of these changes have been made already in the dev version which is only a few issues from open beta this week.
Also all of the sliders have text boxes next to them displaying the value, clicking on the text box allows manually editing to any value you like.
Hope that helps.
Please take a moment to rate and review the plugin and or support.
Hi,
Actually I should have mentioned that I have two targeting conditions checked (but like I mentioned before, I have “tested” every single targeting condition, some tests were done on every single condition where it was the ONLY condition, some tests were done where there were 2 different conditions of all different types of conditions and scenarios).
I did have auto open selected as well on all of my tests. Some tests were done with no (“0”) delay, and other tests were done with 2,000 ms delay.
Even if the script didn’t recognize that “auto open” was selected, there was still nothing that showed up on this page, I moused over every square centimeter of the page, triggering no manual-open popup.
I guess my question should be, is there any hosting requirements that we may need in order for this to work?
What’s confusing is the debug/admin mode works fine for admin. But when unchecked, it doesn’t work for anyone.
Thanks again,
Lori
Never mind! Don’t know what was going on the other day, but I logged back out of my admin panel and back in, and checked off the admin debug just to test it out again. And now it works! Maybe there was something going on with my cache at the time.
Thanks for your time. π
@lorik84 – Awesome, I was going to suggest caching may be an issue. Glad you got it.
Hi i installed this plugin hour ago. It is working on the backend preview section. however it is not showing on the frontend.
<a class="popmake-1170" href="#">Open Popup1</a>
I tried to inspect and it shows some javascript error in the console.
Uncaught TypeError: o.addClass(…).position(…).trigger is not a function
e.fn.popmake.methods.reposition @ popup-maker-site.min.js?defer&ver=1.3.9:4e.fn.popmake @ popup-maker-site.min.js?defer&ver=1.3.9:4e.fn.popmake.methods.open @ popup-maker-site.min.js?defer&ver=1.3.9:4e.fn.popmake @ popup-maker-site.min.js?defer&ver=1.3.9:4(anonymous function) @ popup-maker-site.min.js?defer&ver=1.3.9:4m.event.dispatch @ jquery.1.11.2.min.js:3r.handle @ jquery.1.11.2.min.js:3
Any suggestion please.
@pradipchongbanglimbu – This almost always indicates that your theme or a plugin is loading multiple copies of jQuery. We are making changes to help alleviate these issues in the upcoming update but resolving the multiple queries will help in a lot of ways other than Popup maker. It also means one less file to load.
Hope that helps.