mikeecho
Forum Replies Created
-
+1 Any solution to this issue yet?
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Blank Search termHi Ajay
Yes, I kind of figured that it is not Better Search, but the main WordPress search causing it. So I managed to find some code that stop the main search in it’s tracks, when the search terms passed is blank.
Here it is, in case someone else has a similar issue:add_filter( 'posts_search', function( $search, \WP_Query $q ) { if( ! is_admin() && empty( $search ) && $q->is_search() && $q->is_main_query() ) $search .=" AND 0=1 "; return $search; }, 10, 2 );Forum: Plugins
In reply to: [Printful Integration for WooCommerce] products have no imagesHaving the same issue with client’s woocommerce/printful store, No image, and products come through as “PRIVATE”
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Access to Printful dashboardFound a solution
Forum: Plugins
In reply to: [WooCommerce] Strange jump behaviourHi, I managed to find a work-around. The main issue for me was that when the jump happens, it caused my heading to be overlapped with the content on the scroll to the top.
I managed to solve this issue by specifying a minimum height for my main section, now the jump still happens, but the overlapping is gone.
Thanks anyway
Forum: Plugins
In reply to: [WooCommerce] Strange jump behaviourSorry had to close it again
here is login details
username: berg a11n
pass: IAce*I6nR3Rjk%8PomUZK(2!Forum: Plugins
In reply to: [WooCommerce] Strange jump behaviourHere is the specific url https://comfyfeet.co.za/product/ipanema-vir-mans/
Forum: Plugins
In reply to: [WooCommerce] Strange jump behaviourHi berg a11n
Thanks for the reply, I opened the website, so would really appreciate if you can have a quick look.
The theme is the Elementor’s Hello theme (I use Elemenor pro for dev)
Forum: Plugins
In reply to: [Maspik - Ultimate Spam Protection] Request Entity Too LargeAfter some testing I discovered what was causing the issue
It seems to be somehow related to the Spam Log getting too large, because I cleared the spam log & count, and magically the error above disappeared
- This reply was modified 4 years, 6 months ago by mikeecho.
Forum: Plugins
In reply to: [Maspik - Ultimate Spam Protection] Wild cardsAwesome, thanks, it works
+1
+1 Same problem here
- This reply was modified 4 years, 10 months ago by mikeecho.
Forum: Reviews
In reply to: [Elementor Website Builder - more than just a page builder] Elementor.
Forum: Plugins
In reply to: [Job Postings] Show Latest JobsGreat, thanks.
I will update and then test, well done!