KennySVG
Forum Replies Created
-
Forum: Plugins
In reply to: [Translation with DeepL API] Paragraphs LostRolling back to an older plugin version solved the issue for now.
Forum: Plugins
In reply to: [Translation with DeepL API] Paragraphs LostActually just for clarification, we can see the formatting is still fine up to where you are calling the deepl_translate function. Still need to look more closely at what happens with the strings in getTranslations.
Forum: Plugins
In reply to: [Sokol: Smart WooCommerce Search] Not returning all resultsSorry for the delay. I was able to see why I was getting back many irrelevant results. It’s because of the query that runs on postmeta through your search_postmeta function.
In my case I only wanted to search title and excerpt, then the postmeta query runs and simply returns all published products not in “exclude from search” since it had no other criteria. These results then of course merge with results from the other main query.
I was able to get around it by checking Search SKU, just so the query would have some other criteria for postmeta and not bring back everything.
Forum: Plugins
In reply to: [Sokol: Smart WooCommerce Search] Not returning all resultsWhat I’m saying is the results are not relevant. Pretty much all products are being returned as results, including a majority that have no mention of the search term anywhere.
Forum: Plugins
In reply to: [Sokol: Smart WooCommerce Search] Not returning all resultsSomething is still wrong with this after the update. It seems to just bring back all the products now as search results, or definitely a much larger set than it was bringing back before.
Payment Gateway: Paypal
Add-ons: Better URL’s, Discounts and Partial Payments, Client Area, PDF EmailThe plugin author is not obligated to provide support for a free plugin. So you need to address whatever misconception you have going on.
Sorry for not mentioning. No captcha settings are on in neither User Registration nor Brute Force. In fact it’s a clean install and I have not changed anything yet from the default setup.
Thanks Rob, that works fine.
Much appreciated.