ebrent
Forum Replies Created
-
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] too expensiveWorks great. Free for 500MB is plenty. I build sites for small companies and use this plugin for building on a staging site and moving it to prod. Simple as can be. And their URL changer works great too.
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] Free version is a jokeMine worked great. If you run into IMPORT issue, this is a limitation of your web host. Installing the ‘All-in-One WP Migration File Extension’ plugin fixed this for me.
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] Max upload Import500MB is plenty for a website. If your site is larger than this, then you can either work around it by removing old, large images and videos or simply pay of the upgrade. It’s a no-brainer for saving time.
Forum: Plugins
In reply to: [Contact Form 7] Hide Contact form on submitOK I see now. For normal forms, you need to add this to your CSS somewhere like (WP/Appearance/Customize/Additional CSS):
.wpcf7 form.sent p { display: none; }But if you’ve styled your form using other HTML elements like tables etc, that CSS may not find them and hide them. In that case, submit a form and view your source. See what is outside of your form/p tags or not a <P> tag.
Thanks. Works as directed.
Forum: Plugins
In reply to: [Contact Form 7] Hide Contact form on submitOK I see how to hide the FORM after submitting by using
.span {display:none;}but that also hides the confirmation “thank you” message. Is there a way to show the message but hide the form? Am I doing something silly and wrong? Thx!