ten9inc
Forum Replies Created
-
+1 for this issue. The plugin should either add a form design-specific stylesheet for whatever design is chosen, or at the very minimum only print those styles out on the page.
I temporarily solved the issue by editing function print_styles in library/modules/custom-forms/front/front-render.php on line 2261. I added the code in bold. I know it’s not a permanent solution, but it’ll do until the next update and/or fix.
public function print_styles() {
$style_properties = $this->get_styles_properties();
$theme = $this->get_form_design();if ( ! empty( $style_properties ) && ‘none’ !== $theme ) {
- This reply was modified 3 years, 8 months ago by ten9inc.
I can also confirm the same error and broken site: undefined method MainWP_DB::getGroupsForManageSites().
I’ve disabled the plugin for now but an update would be great as this plugin is very useful.
@gijo I posted before I noticed that adding the code in my previous comment caused the plugin to not show up in the admin menu. Looks like adding it around the add_action in inject-js.php is working correctly.
I was having trouble with wp-admin pages when Flying Scripts was enabled, for example Slider Revolution admin would not load. I fixed it by adding if( !is_admin() ){ } around lines 22-27 of flying-scripts.php in the plugin folder.
Now everything works properly.
Try moving the CF7 script to the footer in W3TC minify settings. This solved the issue for me; when it was minified in the header, neither AJAX submit or acceptance field disabling the submit button were working.
EM version 5.8.1.3
Yes, the booking email is received by us and we also receive all WordPress notification emails. The only thing that isn’t sending is the email to the attendee.
Thanks for your help!
Yes, both subject line and message are set.
Forum: Reviews
In reply to: [Ultimate Maintenance Mode] Excellent pluginI meant to post this for another plugin. Oops. Ultimate Maintenance Mode gets 5 stars from me as well for being a quick, easy to use plugin to temporarily shut down my sites for updates. Very nice plugin