olnerpsm
Forum Replies Created
-
Correct, there is no Yoast column data in the CSV. The SEO data was there prior to a new CSV upload and i use the built-in importer within woocommerce/wordpress.
Forum: Plugins
In reply to: [The Events Calendar] Events are being over written via CSV importHi @abzlevelup,
I am using the standard YYYY-MM-DD format for dates.
Here is the information you requested:
1.Wordpress 6.1.1
2. PHP 7.4.33
3. TEC Pro Version 6.0.4As I had 385 events to import, I realised if I reduced those into smaller chunks then importing from CSV had less issues. Also, there seemed to be an issue with Siteground Optimizer and WPRocket. I did follow TEC guides on setting the correct caching but it didn’t seem to make much difference. So had to turn them off while I imported the CSV files.
Hi, there seems to be an issue with categories as well. Is there a private messaging way to send a secure url and password?
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Chrome reCAPTCHA IssuesHi, thank you for the prompt reply. The following plugins used are:
CF7, CF7 Dynamic Text Extension, CF7 Extension for Mailchimp and ReCaptcha v2 for Contact Form 7 (which was only used as v3 wasn’t working at all so had to use this plugin to rollback to v2). No plugins have been installed or updated in order to cause this issue. But will debit with Health Check and get back to you if anything is found.Could the multiple form issue also be the reason as to why v3 has never worked?
Many thanks
Forum: Plugins
In reply to: [Contact Form 7] Dropdown form optionsHi this is my set up. Can you see what’s going wrong?
Description (which includes dates data):
<div>
<h2>Dates</h2>
<p>
24 February – 06 March 2020</p>
<p>
22 June – 03 July 2020</p>
<p>
19 October – 30 November 2020</p>
<p>
No Date</p>
</div>my cf7 form:
<div id=”booking-form”>
<div role=”form” class=”wpcf7″ id=”wpcf7-f150-p383-o1″ lang=”en-US” dir=”ltr”>
<form>
<p>Please ensure you fill out all fields</p>
<div style=”height:15px”></div>
<label>Your Name*</label>
[text* your-name]<label>Your Email*</label>
[email* your-email] <p></p>[hidden your-course “post_title”]
[select coursedates “booking-dates”]
<label>Your Message*</label>
[textarea* your-message] <p></p><div style=”margin-top:35px”>
[submit class:button primary “Book now”]</form>
</div>
</div>