roekone
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Links To] Open link in new tab does not workI had this problem while using the POST grid which is supplied by Visual Composer. It was slow to load the posts on the page so I switched to Posts, note the (s), grid and now the “open in new tab” works. Try a different post grid on your page
Agreed. Make new Captcha keys. That resolved this issue for me
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] reCaptcha slips under Submit buttonyou probably figured it out by now but move the [recaptcha] after your submit button after all the fields on the form. This worked for me
Forum: Plugins
In reply to: [Contact Form 7] not receiving HTML content type emailsI had the same problem with only receiving emails when checking the HTML email box.
My problem was not having <p> tags. I see you do however. I wonder if the form fields you have in there are making it not work?
When mine wasnt working, this is how mine looked:
Thank you for your interest in COMPANY NAME! We will get back to you shortly.
—
This e-mail was sent from a contact form at COMPANY NAME
(https://www.COMPANYNAME.com)
<img src=”https://www.COMPANYNAME.com/wp-content/uploads/2015/09/logo_sm.jpg”/img>Then I added <p> tags and it started working:
<p>Thank you for your interest in COMPANY NAME! We will get back to you shortly. </p>
<p>–
This e-mail was sent from a contact form at COMPANY NAME
(https://www.COMPANYNAME.com)</p>
<img src=”https://www.COMPANYNAME.com/wp-content/uploads/2015/09/logo_sm.jpg”/img>I’m going to try adding the form field info as well
** UPDATE**
I added the form fields and it works perfectly for me.<p>Thank you for your interest in COMPANY NAME! We will get back to you shortly. </p>
<p>–
<p>From: [name]</p>
<p>Company Name: [company-name]</p>
<p>Customer Name: [name]</p>
<p>Phone Number: [phone-number]</p>
<p>Email Address: [email-address]</p>
<p>Company Address: [company-address]</p>
<p>Additional Info/ Questions: [info-questions]</p>
<p>–
This e-mail was sent from a contact form at COMPANY NAME
(https://www.COMPANYNAME.com)</p>
<img src=”https://www.COMPANYNAME.com/wp-content/uploads/2015/09/logo_sm.jpg”/img>Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)Thank you @frique! Added that code to my theme’s functions.php and it all is well again!
Forum: Fixing WordPress
In reply to: Dashboard Statistics gone after update 4.2.2Thanks for the fast response! I dont know how I disabled it but now that I have it enabled again, do you know if there is anyway to get the data back? The stats are all zeroed out.