hbaumhardt
Forum Replies Created
-
How odd upgrading 1.4.21 to 1.5.5 the name of the popup changed which looks like the cause of the extra popmake- in the css class.
version | popup name | popup selector | css class
1.4.21 | popup-request | popmake-popup-request | popmake-popup-request
1.5.5 | popmake-popup-request | popmake-popup-request | popmake-popmake-popup-requestI have renamed the popup to popup-request and all is fine.
As an aside the popup has been working fine for months “as is” with no extra dots or hashes in the name, inspect the green [Online demonstration request] button at http://www.matter-center.com =
avia-button-wrap avia-button-center avia-builder-el-26 avia-builder-el-no-sibling popmake-popup-request pum-trigger
Infact the custom CSS class used by the Enfold theme button does not allow dots or hashes anyway: “Custom Css Class Add a custom css class for the element here. Make sure to only use allowed characters (latin characters, underscores, dashes and numbers)”
Forum: Plugins
In reply to: [Clone] Error Message : PCLZIP_ERR_NO_ERROR (0) :Getting the same on restore both from URL or local ZIP copy.
Fresh install of WP4.7.1 with nothing but WP-Clone 2.2.3 on it.
Zero idea how this stuff works, but I can 100% reproduce the failure mode:
A. Enable “Lockdown WP Admin” and a Formidable valid submit closes Popup Maker window. Fail
B. Disable “Lockdown WP Admin” and a Formidable valid submit does not close Popup Maker window. Success
Just rinsed and repeated that 3 times …
In either case the validation error ajax updates works fine in-form. There may be a clue in the Formidable folks trying to test Ajax on the \wp-admin URL which was hidden/disabled, but that would be me guessing and I don’t do guessing.
The problem was caused by “Lockdown WP Admin” that hides wp-admin page.
https://wordpress.org/plugins/lockdown-wp-admin/
Disable it and and I get the great expected functionality from Popup Maker + Formidable.
Appreciate the great product and all your help. cheers HB
Comical commercial lockout here. I cant submit a support ticket as my Formidable licence doesn’t support submitting tickets. Having already paid for a license for the pleasure of qualifying the product, I am not really amenable to spend more to get it working. Hey ho.
Its a clean install of WP 4.5.3 running the common kriesi.at avia/enfold theme and I have disabled redirect, caching, and wp-admin obfuscation. Theres nothing active except popupmaker, formidable and SMTP. Will log a support ticket. thanks
To see the action go to http://www.matter-center.com and press the green “Online demonstration” button.
If you submit a valid form (feel free, we trim out non target customer stuff) and then press the green “Online demonstration” button again you’ll see the completion message.
I’ll check with formidable on how they update the completion message.
Yup I have the pro version with ajax submit which does fix the error validation updates, but the popup still hides/closes on a valid submit so the user never sees the success/completion message.
OK that’s awesome popup/form knowledge, and yes it looks like formidable does use ajax …
AJAX (“make stuff happen in the background without a page refresh”) Load and save form builder page with AJAX (“recommended for long forms”)
… but from observed behavior not so much. Appreciate the iframe suggestion and will run with that until there is a sweeter solution.
PS it took a stack of messing about to get Popup Maker working with Kriesi / Avia / Enfold theme buttons. For record to enable Custom Css Class its simply: add_theme_support(‘avia_template_builder_custom_css’);