-
Posted a reply to AJAX Doesn’t Work Under PHP8+, on the site WordPress.org Forums:
As I see from the log file the issue is caused by the qtranslate plugin.… -
Posted a reply to Misspells?, on the site WordPress.org Forums:
Hi, Sorry, but for now the plugin doesn't have such a feature. Only thing that… -
Posted a reply to Ignore space in the search bar, on the site WordPress.org Forums:
So you are using both code snippets. Right? Also please tell me - this TRIO… -
Posted a reply to Ignore space in the search bar, on the site WordPress.org Forums:
Strange, because this code must work and for categories names too. To make things clear… -
Posted a reply to AJAX Doesn’t Work Under PHP8+, on the site WordPress.org Forums:
As I see plugin search response return some server error instead of search results. Please… -
Committed [2860721] to Plugins SVN:
Version 2.72 -
Committed [2860712] to Plugins SVN:
Version 1.61 -
Posted a reply to AJAX Doesn’t Work Under PHP8+, on the site WordPress.org Forums:
Hi, Please check that the path to jquery-3-6-0.min.js file is correct. Also - can you… -
Posted a reply to Labels don’t display, on the site WordPress.org Forums:
Hi, Can you please show me a screenshot of the label display conditions? Also -… -
Posted a reply to 404 Error when selecting a different page number in search results, on the site WordPress.org Forums:
Also please tell me - are you using any filter plugins or something similar that… -
Posted a reply to 404 Error when selecting a different page number in search results, on the site WordPress.org Forums:
Hi, Can you please give me the link to the page with the plugin search… -
Posted a reply to Some custom queries are not working in the ajax search, on the site WordPress.org Forums:
Ok, now I understand you. Here are two ways to implement this. If you have… -
Posted a reply to Some custom queries are not working in the ajax search, on the site WordPress.org Forums:
Hi, Can you please explain this problem in detail? What custom queries are you trying… -
Posted a reply to Electro theme, searh field, on the site WordPress.org Forums:
Hi, In this case instead of using the 'Seamless integration' option please use other ways… -
Posted a reply to Search form not working in custom theme, on the site WordPress.org Forums:
In this case it is very strange. I see only one main reason why this… -
Posted a reply to Ignore space in the search bar, on the site WordPress.org Forums:
In this case please additionally add following code: add_filter( 'aws_extracted_terms', 'my_aws_extracted_terms' ); function my_aws_extracted_terms( $str_array… -
Posted a reply to Search form not working in custom theme, on the site WordPress.org Forums:
Hi, So are you talking about live search results or about search results page? Regards -
Posted a reply to Place Advanced Woo Search in main menu, on the site WordPress.org Forums:
Hi, Well, it all depends on your current theme. Do you theme support widgets areas… -
Posted a reply to Titel before content, on the site WordPress.org Forums:
Glad to help. -
Posted a reply to Relevanssi search issue, on the site WordPress.org Forums:
Hi, Please read this article that describes several ways of how you can add plugin… -
Posted a reply to Titel before content, on the site WordPress.org Forums:
Hi, Yes, title already has more relevance score than content. But, if needed, you can… -
Posted a reply to Ignore space in the search bar, on the site WordPress.org Forums:
Did you cleared the plugin cache after adding this code snippet? -
Posted a reply to Critical error + WPML, on the site WordPress.org Forums:
Please try the following: open wp-content/plugins/advanced-woo-search-pro/includes/class-aws-translate.php file, find lines foreach ( $options_to_reg as $key =>… -
Posted a reply to Changing position of the labels before price, on the site WordPress.org Forums:
I am afraid that you can do this only for specific labels. Maybe only create… -
Posted a reply to Search by varian SKU don’t work, on the site WordPress.org Forums:
Strange that you have this issue because plugin must works exactly as you need. Please… -
Posted a reply to [NSFW] Feature Request : Search Analytics, on the site WordPress.org Forums:
Hi, You are right - it is an important feature and I will add it… -
Posted a reply to Changing position of the labels before price, on the site WordPress.org Forums:
Hi, Looks like I found the solution for you. Please use following code snippet You… -
Posted a reply to Showing all translation of WPML products in Result, on the site WordPress.org Forums:
Hi, I see. Please try the following - open plugin settings page and click 'Reindex… -
Posted a reply to Ignore space in the search bar, on the site WordPress.org Forums:
Please try to use following code snippet: add_filter( 'aws_search_terms', 'aws_search_terms' ); function aws_search_terms( $terms )… -
Posted a reply to Changing position of the labels before price, on the site WordPress.org Forums:
Hi, Do you want this for archive pages or for product single page? Or maybe… -
Posted a reply to Duplicate products in search results, on the site WordPress.org Forums:
Hi, I see. Please try the following - open plugin settings page and click 'Reindex… -
Posted a reply to Search by varian SKU don’t work, on the site WordPress.org Forums:
So, you have a free plugin version. Correct? When searching for that variation SKU what… -
Posted a reply to Ignore space in the search bar, on the site WordPress.org Forums:
Hi, So, as I understand, you see search results for search query “TRIO290” but not for… -
Posted a reply to Critical error + WPML, on the site WordPress.org Forums:
Hi, Can you please do the following - enable WordPress debug mode as described in… -
Posted a reply to Search by varian SKU don’t work, on the site WordPress.org Forums:
Hi, So is it an SKU of the child or parent product? Can you please… -
Committed [2852805] to Plugins SVN:
Version 1.60 -
Committed [2852791] to Plugins SVN:
Version 2.71 -
Posted a reply to Sale Discount Percent Rule, on the site WordPress.org Forums:
Hm, I just checked it and for me all is working fine. Please also send… -
Posted a reply to Scroll after search, on the site WordPress.org Forums:
It is interesting. Can you please give me an example of such page? -
Posted a reply to Sale Discount Percent Rule, on the site WordPress.org Forums:
Thanks, I understand. Can you please give me a screenshot of the rules that you… -
Posted a reply to Sale Discount Percent Rule, on the site WordPress.org Forums:
Ok. Please tell me - what version number of Advanced Woo Labels you are currently… -
Posted a reply to Scroll after search, on the site WordPress.org Forums:
Hi, If you want that scroll on the search results page - then it is… -
Posted a reply to Sale Discount Percent Rule, on the site WordPress.org Forums:
Hi, It is strange. Please tell me - are you using any plugin to create… -
Posted a reply to Search not working for scheduled products, on the site WordPress.org Forums:
Thanks. Looks like I understand that problem and will release a new version next week… -
Posted a reply to Direct redirection to the first product without switching to the tag archive, on the site WordPress.org Forums:
Glad to help. -
Posted a reply to Search not working for scheduled products, on the site WordPress.org Forums:
Hi, I am interested - how do you schedule these products? As I know WooCommerce… -
Posted a reply to Direct redirection to the first product without switching to the tag archive, on the site WordPress.org Forums:
Hi, Please try to use the following code snippet function redirect_to_single_post(){ global $wp_query; if (… -
Posted a reply to Advanced Woo Search Results Page ‘Return to Shop” Button, on the site WordPress.org Forums:
Hi, As I see, problems here can be caused by your theme template for products… -
Posted a reply to Icon only – onclick open search field, on the site WordPress.org Forums:
Hi, Plugin itself doesn't have such a layout. But if your theme does support such… -
Posted a reply to Search Redirects to Shop Page, on the site WordPress.org Forums:
So is it working correctly for you now?
Developer
-
Addons Espania
Active Installs: Less than 10
-
Advanced Woo Labels - Product Labels for WooCommerce
Active Installs: 10,000+
-
Advanced Woo Search
Active Installs: 70,000+
-
Popularity Posts Widget
Active Installs: 800+
-
Share This Image
Active Installs: 2,000+