Gisela Giardino
Forum Replies Created
-
UPDATE:
I had the setting “data storage” disabled at each Form Settings. I don’t know why, because I never saw this setting before, and it says that by default is enabled:
“Data Storage
By default we will store all submissions in your database.
Enable Disable store submissions in my database
Disable store submissions in my database
If you do not want to store submissions in your database you can disable this feature. Alternately you can also schedule automatic deletion of submissions after a period of time below”Now it’s recording submissions. I leave this comment so others that may come across this problem can try this out. Thanks
- This reply was modified 3 years, 7 months ago by Gisela Giardino.
Following this thread, I have exactly the same problem in two websites.
I already have like 5 submissions, on 3 different forms, not showing.
In Settings I checked to keep forever the submissions.
Wordpress installation: WordPress 5.6.2
Plugin version: Version 1.14.8.1Thank you, great plugin!
Forum: Plugins
In reply to: [WP Night Mode] Activate NightMode in TemplateIf you are asking to add the button to the template, it should work this way:
<?php echo do_shortcode(“[wp-night-mode-button]”); ?>
That’s how you insert a shortcode in PHP.
- This reply was modified 4 years, 2 months ago by Gisela Giardino.
Forum: Plugins
In reply to: [WP Night Mode] Does wp night mode work with divi?Hi, it’s a bit late to reply to this thread perhaps. But for the record, the plugin does work with Divi perfectly. Depending on how far you went with your Divi customization it requires extra custom css. But it’s rather simple, by adding body.wp-night-mode-on to any css directive, like this I’m working on now:
/* NIGHT MODE */ body.wp-night-mode-on { background-color: #333333; } body.wp-night-mode-on .et_pb_section { background-color: #333333; } body.wp-night-mode-on .et_pb_contact p input,body.wp-night-mode-on .et_pb_contact p textarea,body.wp-night-mode-on .et_pb_subscribe .et_pb_contact_field input,body.wp-night-mode-on .et_pb_subscribe .et_pb_contact_field textarea, body.wp-night-mode-on #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button { background-color: #474747; } body.wp-night-mode-on .et_pb_blog_grid .et_pb_post { background-color: #474643; border: none; }
In other words, consider that WPNightMode adds the class .wp-night-mode-on to the Body. From there, any customization is quite easy for most themes.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Form not being savedUpdate: I tried uninstalling and installing the previous version of the plugin that I had running OK in another website and it still does the same. Now the “saving” icon in the right of the Update form button doesn’t even show. Really puzzled!
The problem seems to be here:
Ajax Submissions >> Enable Ajax Submissions. (No page reloads)
I disabled this and now it’s working. It will be good anyway to sort this out because many people have this way of working (subdir install until release > move to root). And still want to have the ajax submission.
Thank you!
To be precise: I didn’t move physically the WP installation, it’s still in the subdirectory. I did this:
Thank you David! I imagine it’s quite complex to build. I hope it comes as an add-on eventually, because not all the people may need it and to have the option to pay for it when you need makes a lot of sense.
Gracias!!