heckraiser
Forum Replies Created
-
Forum: Plugins
In reply to: Share to downloadI would have thought this to be a more popular topic, I guess it’s not. Can anyone point me in the right direction of where to go with this?
Forum: Fixing WordPress
In reply to: Comments Wont DisplayAhhh there we go thanks esmi!
OK i tried Deactivating all plugins, Changing theme, Activating plugins, change theme back.
Didn’t work, spinning arrows still making me dizzy and nothing showed up in my e-mail 🙁
It’s a custom theme so I really change choose another one.
Another one is going into the file wp-content/plugins/contact-form-7/wp-contact-form-7.php and changing
define(‘WPCF7_LOAD_JS’, true);
to false. This is not really ideal because it essentially makes the form work like a method=”post” form instead of using javascript, but at least you get a confirmation.
This however worked like a charm.
Thank very much for your help!
<p>Your Name *<br /> [text* your-name] </p> <p>Your Email *<br /> [email* your-email] </p> <p>Subject<br /> [text your-subject] </p> <p>Your Message<br /> [textarea your-message] </p> <p>[submit "Send"]</p>Those are all the feilds