Popup-Maker
Popup-Maker copied to clipboard
Popup Maker plugin for WordPress
https://wordpress.org/support/topic/height-responsive?replies=5#post-7002696 Something like force aspect ratio checkbox, min ratio height value: min ratio width value etc, max ratio height value: max ratio width value etc. This means setting the width...
Allow setting padding of top, bottom, left & right individually.
When a form (NF, GF, CF7) with our thank you popup option is rendered or when a form that is the target of a form submission trigger is rendered, we...
## Describe the feature request Have a few common popup content sections, like 2 columns with bullet list and image followed by opt-in form, that are available for admins to...
- [ ] Replace 3 update_meta calls with a single query: https://github.com/PopupMaker/Popup-Maker/blob/master/classes/Model/Popup.php#L968-L970 - [ ] Use Action Scheduler to process site/network total calculation & option updates.
We can deploy tags off the master branch directly to wordpress.org. Since we don't merge release/ branches or beta tags into master until they become official releases and are then...
We need to migrate away from the settings available in the form editors. That isn't sustainable long term and leads to needless complexity compared to the new methods. We need...
Currently if you add 2 standard conditions that both fail and a single advanced condition that would pass to an OR block it won't trigger the popup. The issue is...
I have some custom JS on my website that listens to the ninja forms radio: ``` jQuery(document).ready(function($) { var myController = Marionette.Object.extend({ initialize: function() { this.listenTo(Backbone.Radio.channel('forms'), 'submit:response', function () {...
Add acceptance tests. Resources from #731: - [ ] https://wpacceptance.readthedocs.io/en/latest/ - [ ] https://codeception.com/for/wordpress - [ ] https://deliciousbrains.com/codeception-automate-wordpress-plugin-testing/ - [ ] https://ghostinspector.com/blog/automated-ui-testing-for-wordpress/