jenkinsmi
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search showing exact match low down in results$thanks = true;
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search showing exact match low down in resultsHmm that’s interesting as our search results definitely changed after we added relevanssi, but it sounds like you are right as the admin search results gets the correct results.
The way I am doing the relevannsi search in my search-product.php, I found the relevanssi_do_query at https://www.relevanssi.com/user-manual/functions/relevanssi_do_query/:$args = array(
‘orderby’ => ‘menu_order’,
‘order’ => ‘ASC’,
‘post_type’ => ‘catalogue’,
‘s’ => $search_query
);
$query ? ? ? ? ? ? ? ? ? ?= new WP_Query( $args );
$query->parse_query( $args );
relevanssi_do_query( $query );
Forum: Plugins
In reply to: [Yoast SEO] No ‘file editor’ in ToolsOk we managed to get it working we had the robots.txt in the wrong file. No worries!
Forum: Plugins
In reply to: [Yoast SEO] No ‘file editor’ in ToolsAh don’t worry we’re moving over to Rankmath, but just so you know about this potential issue people could have i’ll leave this here.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 is not working in a siteBtw is the box around the error you get fully red or is it orange? As Orange can mean spam related problems we found. Making a new Recaptcha account sorted us out for now.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – no longer working on any of my sitesIt broke again for me until I created a new recaptcha v3 account, the colour of the box around the error matters.. mine was actually orange indicating spam problems.
We realise it’s actually an orange box with the error, meaning it’s to do with recaptcha correct? Creating new recaptcha 3 accounts for our sites has fixed it for now, once again if you have any ideas or advice for permanently working forms let us know ??
Nope the forms are back to not working, any ideas?
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – no longer working on any of my sitesRestarting my server seems to have fixed it for now.
Okay restarting my server actually fixed it, but let me know if there is a true fix i’m seeing other people having this error suddenly.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – no longer working on any of my sitesAlso having the same issue
Hey actually would it be possible to remove this topic? Otherwise we have this coming up on our google search results on which we have very little else
Thanks if you can.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error saving account keys.We’ll try and enable cURL, thanks will mark as resolved
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error saving account keys.As a matter of fact, the keys did save whilst it said they did not, I feel we may be in luck
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error saving account keys.Just saw an error on wordpress saying –
WooCommerce Stripe – cURL is not installed.