9151 comments found.
I have been trying to configure Filter Everything Pro for use on our woocommerce site. The plugin works on product categories page beautifully, however it does not work on our Custom Shop Page and Custom Search page. We are using Avada. I have attempted to play with What and Where to Filter? Yet no change. I am using the Filter set by inserting into sidebar widget. The shop page Is using the Post Cards elements and a custom post card that is also used on our product cat pages. (Filter works great on those pages).
The filter shows up correctly on shop and Search pages but when choosing the filters on those pages, the only thing that happens is the products displayed are slightly re-arranged. I can see that the URL is indeed returning the filtering that I applied.
Any assistance would be great.
Update, Shop page filter now works.
Search page still does not work, but the filter I created for it does show up. The problem is that once a filter is applied for whatever I search, the search results now changes to the search term: “a”, instead of what I originally searched. Also when this happens a different section of product results appear below with the currect filtered results for the incorrect search term of “a”.
Hello vthing181
Thank you for using Filter Everything PRO.
Indeed, for your Search results page you have to create separate individual Filter Set and in the “Where to filter?” field select “Search results page for selected Post Type”. It seems you did it if you see your Filters on this page.
Now you have to select correct appropriate WP_Query in the field “And what to filter?” or play with them until filter will work properly. When you will check the result please try to search by any word and check filtering with disabled AJAX. You can enable it later, when you will be sure, that filtering works in general.
Is this plugin translated into German? If not, will I be able to to translate it with Loco Translate? Thank you very much.
Hi kimoribj
Thank you for your interest in Filter Everything PRO.
For the moment it is not translated to German yet, but it contains *.pot file and you can always translate it with Loco translate or other software. You can also share your translations file and I will add it to official WordPress translations repository and plugin will be translated to German for all people in the whole world.
Hello. I have a small problem that I don‘t seem to be able to fix. Is it possible for your give me a solution?
The problem is explained in this video: https://www.loom.com/share/28d9aea2e7ad4ec7b60a5ce65a03016b
Hi danielcroitor
Thank you for using Filter Everything PRO.
It seems you have to set correct page in the field “Where to filter?” and Shop page can be selected in two ways:
1) Common WordPress pages -> Shop page
2) Pages -> Your Shop page name
Try please to check both these ways and to detect what works for you.
Also in the first Filter Set (on your homepage) try please to activate option Empty terms – Always hide to avoid “empty” filtering results.
Hi, Stepasyuk,
This is great filter! A comment about a year ago mentioned the following features:
” I have variable swatches plugin https://getwooplugins.com/plugins/woocommerce-variation-swatches/) which displays color attributes as colored labels.
...
1. ...
2. Another effect I want to have very much is: After filtering (for example red color) not only I get products that have red variant but also I get images of those variants – meaning I get only red variant images. Also when I click on the product (after filtering red color for example), one the product page the chosen variants are already selected and the right variant image is shown.
Are you planning to implement it in future updates (if so – when approximately). If not – do you think would it be hard to implement by a developer? And would it be a need to modify the filter plugin or swatches plugin? “
Your answer is: ” I have plans to implement filtering by variation attributes and this feature is on the second place in my plans list. The option to automatically select the right variation will be automatically added with filtering by variations feature. “
But I didn’t find a demo of this feature (About correct images for variations) on your current Demo site, so I’m wondering: is this feature implemented? Can you demonstrate it on the Demo site?
Kind Regards!
Hi Team,
i have an issue with Elementor and multiple Post widgets on the same page. how can i connect one Filter with a specific Elementor post Widget?
Small video: https://www.screencast.com/t/ULsYtHAHCB
Mby here is the issue
i use e-addons Query, but it look to me, that the query not work or not take over to the right queried widget.
What i try: give Post Widget (Elementor and e-addons) “css/ID” and also the same by CSS id or class of the Posts Container. Not filter anything.
Use a blank page, Post widget + Filter shortcode – no Posts filtered. (Query WooCommerce)
My Theme is blocksy.
Thank you for any hint Christoph
Hi Christoph
Thank you for using Filter Everything PRO.
First of all you have to use Post widgets/grid that loads posts by WP_Query as it was usual for WordPress before. If you use widgets that load posts like Gutenberg blocks (via AJAX requests) they can not be filtered by Filter Everything plugin.
How to force specific Filter Set to filter specific widget – via selected its WP_Query in the “And what to filter?” field inside the Filter Set.
All this works without AJAX. If you want to make it work with AJAX you can add specific values for CSS id or class of the Posts Container option to relate Filter Sets with their HTML containers on the page.
Hi Stepasyuk, thank you for your replay, yes I understand the workflow, but it doesn’t work smooth with Elementor – i already added by the post widget the class and in basic it work.
I think I need a deeper implementation like Crocoblock filter or something like this.
Thank you
Hello,
with the new Update i get this: “Invalid license key. Please enter correct license key.”
I bought my lincense on 2022-06-15 20:03:38 UTC.
Cheers.
Hello nixon83
It seems you tried to insert something other in the license key field. To get your license key you have to click on the “Get your License Key” button and get it on the page opened in new tab.
Hello,
It doesn’t work. I go to envato -> Downloads -> Filter Everything – WordPress/WooCommerce Product Filter -> License Certificate & Purchase Code (Text) -> copy the item purchase code -> paste it into the “License Key” field (on my page).
Result: “Invalid license key. Please enter correct license key.” I don’t know what i do wrong…
nixon83
License key and purchase code are different things. Please, go to Filters -> Settings -> License, click on the “Get your License Key” and you will be redirected on the new page. Login there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.
Ahh… ok, now it works. Thanks
Hello, How can I enable the pop-up function (or off-canvas) also on PC view? Thanks
Hi digitaltoolsgr
Thank you for using Filter Everything PRO.
In the latest version 1.6.8 which is available here on CodeCanyon you can achieve this by adding one code line:
add_filter( 'wpc_mobile_width', 'my_custom_wpc_mobile_width' );
function my_custom_wpc_mobile_width( $width )
{
$width = 1024;
return $width;
}
You can add this code in the functions.php file of your active theme and change 1024 to your desired screen width.
Hey, that doesn’t seem to work. I have the latest version, I played around with the number (1024) but filters still appear default on PC view, and not as a button with a pop-up view.
Hi digitaltoolsgr
Did you enabled Pop-up filters widget in FIlters -> Settings? If yes, you have to check maybe cache issue.
Would you please help with how to display the filter in Elementor also with ele custom skin?
Hello aljaleya
In general your support period is expired and I’m not obliged to spend my time to help you. But shortly I can give you advice – just insert it as widget or shortcode – https://filtereverything.pro/resources/shortcodes/
If you can not find widget in Elementor sidebar via search field, try please to scroll down the sidebar and select desired widget.
Hello….i want to use plugin with Elementor how i will set typography and style it further…You dont have widget for elementor?Thank you
Hello katarasg
Thank you for using Filter Everything PRO.
In general Filters widget is available in Elementor, but for some reason the search field in Elementor sidebar does not work properly. It is known problem. Try please to scroll to the bottom of the Elementor sidebar and you will find Filters widget.
Optionally you always can use widget shortcode [fe_widget] https://filtereverything.pro/resources/shortcodes/
Izijob – message 2 yes please advice which exact plugin and hook need to used for this?
Hi izijob
Globally there are 2 things that shuould be done:
1. To convert values from original (original price) to desired currency in the Range view template. This can be done via template overriding – https://filtereverything.pro/resources/templates-overriding/
2. To convert values back in original prices via hook wpc_filtered_query_end
This sound simple, but requires some time (1-2 days) and efforts (and money) to achieve this.
Hello,
Just a quick note to let you know that when updating to version 1.6.7, the installation went fine, but WordPress considers the update not installed and still shows the update at TO DO.
By the way, can you tell me where I can find my Pro license number that I bought a few days ago?
Excellent day,
Cordially,
Eric Roy
Hello MyAim
Thank you for using Filter Everything PRO.
I’m sorry, it seems it is glitch related with that fact that I released v1.6.6 and after v1.6.7 with small fix at the same day. You can just wait 24 hours and this message should disappear.
Or you can enter your license key and click “update” under the plugin. To get your license key, click on the button “Get your License Key” – https://prnt.sc/MzFJnPmDXPuR, log in into your Envato account and you will see your License Key.
how to update the filter everything pro. If we updating the filter it will causes any damage to my old data which we have already?
Hi logakarthikeyan
You can download it from your account on CodeCanyon and update via Plugins -> Add New -> Upload plugin -> Replace current with new.
In this case your data will not be erased, but in any case do not forget to create a DB backup before this!
Your filters data can be erased only if you delete the plugin from your /wp-admin -> Plugins screen.
All next updates can be done automatically from your WordPress dashboard as the latest verison includes update mechanism.
Thanks. How to get auto update of plug-in?
Hi logakarthikeyan.
Current version should be installed by the way I described above. All next versions can be updated as regular WordPress plugin on the /wp-admin -> Plugins screen.
So please download zip with current version from your CodeCanyon account and install it via Upload plugin button.
UPD: Don’t forget to create DB backup before that!
Hello, Can someone take a look at my site? The filter is not working on safari and android browsers
https://www.claybornfitness.com/virtual-fitness-studio/Hello thompson1281
Thank you for using Filter Everything PRO.
It seems it does not filter at all because you have to select correct WP_Query in the “And what to filter?” field of the FIlter Set. Please, try to experiment with different values in that field and find one that works.
It works with Chrome, but no other browser I tried including smart phones. i tried experiment and its still not working
I have to be login for the filter to work
Can someone please Help with this issue. We can not market until this plugin works
Your Filter Everything plugin will only work normally if I disable the Ultimate Membership Pro plugin.
Hi thompson1281
Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.
credentials sent, Thanks
Hi thompson1281
Thank you for your credentials.
I checked the problem and as I see you have cache issue on your site. Your page with posts is cached and that’s why you didn’t see any changes, when filter are applied. In general filtering works – https://www.claybornfitness.com/virtual-fitness-studio/fitness_category-cardio-dance/ and you can see it when you are logged in.
Also you had wrong value for CSS id or class of the Posts Container option, but I fixed this.
So – try please to configure you cache so that it does not affect on your page with posts to filter.
I excluded the page to be cache and it still do not work. The only way it works if in disable Ultimate Member and that the main plugin on my site. I see someone else had the same issue in the comments.
Hello, was able to help internet2, I am having the same issue
Hello thompson1281
I checked your page second time and realized that you show different content in dependancy from user logged in status. You have to do it in such way when for logged in and logged out user FIlters widget should be present on the page. As some trick you can try to create second Filter Set, put Filters widget on the page for the logged out users also and after hide it with CSS. As result Filters widget will be present on the page, but not be visible for users.
I would like to help you with this more, but unfortunately it is something out from the CodeCanyon item support scope. Plugin configuration with 3rd party plugins is something that should be solved by site owner himself.
Hi,
Is it possible to have the filter panel above the products instead of on a sidebar?
It would be great to have a dropdown style above the archive shop products to increase space for more products on the page. See this example:
https://wpbingosite.com/wordpress/funori/shop/?category_style=filter_dropdownThanks,
Hi Spagrand
I would be glad to help you, but your support period is already expired. To make things fair so that I will not spend my time and efforts for free, please extend your support period for the plugin.
HI,
I’m sorry but we’ve only just managed to install the plugin and thought that this was possible when we purchased the plugin. If it’s not possible can you please authorise a refund because it is a core requirement for our clients website?
Many thanks and sorry for any inconvenience caused.
In general it is possbile – to make filters horizonally. But you purchased the plugin more than 6 months ago and your support period (6 months) is expired. FYI – the extending of the support period costs less than full plugin price.
You can try to find how to make filters horizontally by yourself. Or you can extend support period and I will let you know, how do to that.
All things are fair
Please, make your choice.
I’m really sorry but time is something we have no control over at the moment and we genuinely thought that filters worked both on sidebars and above products like most filters do. I don’t want to put you to any trouble and do any customisation work so I will just request a refund and please accept my apologies again for not understanding that your plugin didn’t work this way.
Spagrand
Of course you can create refund request from your CodeCanyon account and it will be processed. But to has chances that it will be processed positive for you, it should meet at least one point of the CodeCanyon Refund Policy Rules – https://codecanyon.net/page/customer_refund_policy
I understand you personally, but you have to know that Rules are Rules.
One of the reasons I bought the premium version of this plugin is because it works with Themify Builder, which my client is using (they’re using the Pro version). However, it doesn’t seem to work for me in Themify Builder Pro. If I turn off builder and go with the stock Storefront theme, the plugin works fine but when using Builder (or a Themify theme with Builder plugin included)
Here is a demo version running on my site, using the Themify Shoppe theme, with Builder Pro on top of that. Can you provide my any guidance? https://danstephenson.ca/sites/vanisle/shop/Hi DGStephenson
Thank you for using Filter Everything PRO.
It seems you configured something wrong. Usually the reason of such behaviour could be:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.
Please, try to check these reasons one by one. This should help you to make it work properly.
UPD: here is example that Filter Everything works with Themify – https://soundcamel.com/shop/product-category-acoustic-accessories/
Hi!
Since today’s update I have these script errors. Is it normal? Thanks!
Missing dependences
!function($){“use strict”;$(document).ready(function(){$(document).on(“click”,”#show_bottom_widget,function(a){$(this).is( a;a=0,$(“tr.wpc-sortable-row”).each(function(b,c){a=b+1,$(c).find(”.wpc-order-td”).text(a)})}}),$(document).on(“click”,”.free-version .wpc-field-sortable-handle”,function(){alert(wpcFiltersAdminCommon.prefixesOrderAvailableInPro)});let b=navigator.userAgent.toLowerCase().indexOf(“android”)> -1,a=0;b&&(a=1/0),$(”#show_terms_in_content”).select2({width:”80%”,placeholder:wpcFiltersAdminCommon.chipsPlaceholder,minimumResultsForSearch:a,tags:!0}),$(“body”).on(“click”,”.wpc-notice-dismiss”,function(b){b.preventDefault();let a={};a._wpnonce=$(this).data(“nonce”),wp.ajax.post(“wpc_dismiss_license_notice”,a).always(function(b){var a=$(”.license-notice”);a.fadeTo(100,0,function(){a.slideUp(100,function(){a.remove()})})})})}),$(document).on(“click”,”.wpc-error.is-dismissible > .notice-dismiss”,function©{c.preventDefault();let a=$(this),b=a.parent(”.wpc-error”);b.fadeTo(100,0,function(){b.slideUp(100,function(){b.remove()})}),b.append(a)})}(jQuery)
Hi laplantesebas
Thank you for using Filter Everything PRO.
Send me please link to the page with the error. You can do it via PM. Optionally you can send screenshot with this error text and page in browser.
Thank you for your help.
I send you this screenshot: https://paste.pics/I0Q5C
I haven’t activated the plugin on a webpage yet. I get this error with the Query Monitor extension).
Thank you once again!
laplantesebas
Thank you for your report.
Indeed, I checked the plugin, found the problem and fixed it. The update is already available here on CodeCanyon or you can update it from your /wp-admin automatically in next 24 hours.
Yes, it works! Thank you very much, Mr Magician. Have a good day!
Great. I’m glad that your problem was solved 
I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance!
How can I change the breakpoint for when the collapse filters on mobile function is triggered? I’d like to engage it on tablet.
Hello aaronbiby
Thank you for using Filter Everything PRO.
For the moment this can be achieved only if you change some amount of CSS code. But it seems on closest plugin updates (I think in 1-1,5 months) I will add ability to change this in one code line.
It’s great to know that this is coming as an adjustable value in the plugin. For now, can you let me know what css I should add to have the filter collapse at a max-width of 1024px?
Hi aaronbiby
I wrote the short instusction how to achieve this before plugin update. Here it is and it is not so complecated – https://gist.github.com/wpserve/8982d160b58ecd7a174b90fa0f953e44But you have to remember that changes in *.CSS files will be lost after you will update the plugin. And if the next verison will not contain this ability to change breakpoint in one code line (I hope it will contain) you will must to repeat procedure from the instruction.
Hi! When I use SEO rules, your plugin ads the meta description. But it also seems that he different meta names from Rank Math still is on the page. The URL with the SEO rule filters than have duplicate rules. How can I handle this? //ANdreas
Hi, do you have any solution for this? Since the original meta tags from Rank Math are set to noindex. The site with your filter now contain both one meta tag with “index” and one meta tag containing “noindex”. Google is using the “index” Meta tag, so it causes a lot of duplicate URL.
Hi ANdreas
Send me please linke to the examle with the problem. Optionally you can send it via PM.
Hi, I just sent you an pm with the URL you do see the duplicate tags. Please tell me if you need any more information. //Andreas
Hi, do you have a solution for this issue?
One “fast solution” is that you dont add ”<meta name=’robots’ content=’index, follow’ />” when we add a SEO rule since we already have the tag from RankMath.
Still it will have duplicate tags for description etc, but the thing that makes us drop in ranking is because of the duplicate indexation (due to our SEO agency) , or do you have any filter we can add (similar to RankMath) where we can add the script in function.php to noindex Robot tag for URL that starts with ”?”
This seems to be a general compabillity issue you have with RankMath plugin? (I deactivated other plugins with same result)
If it gives any help, this is the script I add in theme function.php to change noindex for the tag Rankmath add when URL start with ?...:
// Noindex filter queries add_filter( ‘rank_math/frontend/robots’, function( $robots ) { $url = home_url( $_SERVER[‘REQUEST_URI’] ); if (strpos($url,’?filtering=’) !== false || strpos($url,’?filter_product_brand=’) !== false || strpos($url,’?max_price=’) !== false || strpos($url,’?min_price=’) !== false || strpos($url,’?orderby=’) !== false || strpos($url,’?rating_filter=’) !== false) { $robots[‘index’] = “noindex”; $robots[‘follow’] = ‘nofollow’; }; return $robots; });
Hi StylingAgenten
In general this is not compatibility issue with RankMath plugin because I tested my plugin with RankMath and they both work normally.
I’m not sure how your meta data (meta tag robots, meta tag description etc) are displayed on your site but it seems you have something like custom made output of these tags. Why do I think so? Because by default Filter Everything plugin has to show own meta data on filtering result pages – example – https://prnt.sc/nOJ-STsHTQJX. But on your site this data is absent and it seems your site modifies this data in some way. Unfortunately I can’t know how it works on your site and you have to ask your site developer about this.
Hi, We have now tested alot and it seems that this happen if I have the plugin “Brands by BeRocket” activated when I use your plugin. If that is activated the filter tag you add for the filter does not follow tje rules set in rankmath. Can you see if you can make this compatible? BR Andreas
Hi, Do you have any solution for this? Otherwise we will not be able to use your plugin.
Hello Andreas
It seems it is compatibility issue between 3 plugins simultaneously – Filter Everything PRO, Brands by BeRocket and RankMath SEO. I can only say you that I already added this issue in my schedule list and it will be checked in some time. But as there are a lot of other thing that should be done first I can not say you when exactly this will happen.
You also can ask BeRocket to check the problem on their side.
FYI your support period is exceeded for the moment and I could check the problem deeper on your site, but this requires to extend your support period. Or you can ask other developer to help you with this.
Hi, I just did prolong the support. Please check, I will send a seperate email with credentials to the staged (test) site. I cant use your plugin if this is not solved, so please check as fast as possible 
Hello ANdreas
Thank you for your credentials and support extending.
I checked your site and realized that there was specific situation.
First of all you have to disable option Discourage search engines from indexing this site in Settings -> Reading because SEO Rules do not work when whole site is closed from indexing.
Also you have interesting situation, when Rank Math SEO plugins are in status Network deactivated, but they are active on your current site. I improved my plugin code to handle such situation and now it works fine. You can open filtering page matches to a SEO Rule (I sent it to your email) and ensure that now all works fine.
I made changes directly on your plugin copy on that site and will add them in the next plugin update (v 1.7.0) So you can use current plugin copy and just update it in the future. Or if you will use version prior to 1.7.0 please, make Rank Math SEO plugins Network Activated on your Multisite instance.
Hi, seems to work work better in one way, but not as expected. There are now only one robot tag. But the robot tag that exist is “index”, not “noindex” as it should. I sent you an PM with this too. I did check “Discourage search engines from indexing this site” again since I dont want this staged site to be indexed. But you can just uncheck it when you try on the staged site. I also network activated Rankmath and updated tou your latest plugin. Thanks:)
Hi StylingAgenten
It seems the behavior is absolutely correct – if you have SEO Rule for a filtering results page, it should be indexed and contain index, follow (otherwise SEO Rule does not make sense). All other pages, that does not have SEO Rule match to them will have robots tag with noindex value.
If you have another behavior example (filtering page withtout SEO Rule has index, follow value) please send me link to this example.
Hi, the issue is that not only the page like below should be indexed, that is set up in your plugin
https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/And not this page with added parameters:
https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/?filtering=1&filter_product_brand=10900,1116There is Canonical set up, but still Google index the site. Rankmath than gave me this code to add in themes childtheme function.php to solve the issue
// Noindex filter queries add_filter( ‘rank_math/frontend/robots’, function( $robots ) { $url = home_url( $_SERVER[‘REQUEST_URI’] ); if (strpos($url,’?filtering=’) !== false || strpos($url,’?filter_product_brand=’) !== false || strpos($url,’?max_price=’) !== false || strpos($url,’?min_price=’) !== false || strpos($url,’?orderby=’) !== false || strpos($url,’?rating_filter=’) !== false) { $robots[‘index’] = “noindex”; $robots[‘follow’] = ‘nofollow’; }; return $robots; });
Before your fix this did add noindex to the querie but the issue then was that it did contain duplicate robot tags. Now it only contain one Robot, but wrong one.
Hi! Do you have any update on above? Thanks BR Andreas
Hi StylingAgenten
I checked the page with URL you provided and I don’t see there any problems with the plugin behavior. Filter Everything PRO works as expected and page you provided (https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/?filtering=1&filter_product_brand=10900,1116) has<meta name='robots' content='index, follow' />because there is SEO Rule that makes this page indexable by Google. If you see the code close to this meta tag, you will see next phrase
<!-- For logged in administrators only: matched SEO rule ID is "215646" -->
And if you open https://xxxxxx/sv/wp-admin/post.php?post=215646&action=edit you will see this SEO Rule. If you want to make this page closed for indexing, just delete this SEO Rule.
Hi, The issue is that I do want the URL https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/ to be indexed as it is,
but google also index all the different filtering as https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/?filtering=1&filter_product_brand=10900,1116 and all other filter options as seperate sites. That means that I do receive a lot of duplicate content on the SEO rule I created from your plugin. The canonical works, but Google does nt follow that rule in my case, so I need to have the URL as noindex if there is different parameters as ?filtering=1&filter_product_brand=10900,1116 added in the URL
Hi, also rank math support say this issue is connecting to your plugin, so they cant do anything. Their last answer “I checked the page generated by Filter Everything and the robots meta seems to be set by the Filter Everything plugin, not Rank Math. Please contact their support advice on how to customize the robots meta for pages generated with their plugin.”
Hi, Do you have any update on above?
Hi StylingAgenten
If you don’t want that the page https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/?filtering=1&filter_product_brand=10900,1116 to be indexed, please do not create SEO Rule for it.
Why did you create SEO Rule matched to this page, if you don’t want ot make it indexing?
The main goal to craeate SEO Rules is to make specific filtering result pages to be indexed by Google and set SEO data on them (title, h1, description, SEO text)
As I said before Filter Everything PRO plugin works as expected. I do not understand what is the problem from your words.
Hi, I will try to explain
I did set up the rule so this URL can be indexed. And it works as expected https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/ The issue is that also the URL below also is indexed as a separate site on Google, this is then an issue with the plugin: https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/?filtering=1&filter_product_brand=10900,1116Since this is the same page with only ”?-parameter” added, Google index several versions of the same site. Then it become an issue with duplicate content.
Do you understand the issue?
Hi, do you have any feedback on above?
Any update?
Hi StylingAgenten
It’s bad strategy to notify about your request because in my author dashboard at first I see comments that were left up to 2 days ago. If you leave a new comment, I will see it later.
I will answer you in 24 hours about your problem, now I can’t check it from smartphone.
Ok, thanks. Then I know how your system works:) Waiting for your update.
Ok, thanks. Then I know how your system works. Im looking forward on feedback:)
Hi StylingAgenten
I then want this to be indexed https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/ ——-———-———-———-———-———-———-———-—— I want this to have noindex tag https://xxxxxx/sv/varumarke/dolce-gabbana/kategori-parfym-herr/?filtering=1&filter_product_brand=10900,1116
I understand the issue and your goal. But I have to say that this part of URL ?filtering=1&filter_product_brand=10900,1116 is not related with Filter Everything plugin but with another filtering plugin.
And if you need to give noindex status for such page you have to write custom code or ask a developer to help you to do it. Simple example – https://xxxxxx/sv/?test=xxx has also index, follow as its parent page without this parameter https://xxxxxx/sv/ It’s common behavior for WordPress site.
Hi, I understand. But the filter that add the forexample ”?min_price=270&max_price=550” on the filter from your plugin is the woocommerce built-in plugin filter. I guess almost everyone have a price filter and other included from woocommerce. So almost everyone that use your plugin and have woocommerce will then have this issue with duplicate content. I think you should have the solution within your plugin, so it is compatible with Woocommerce, Maybe you disagree.
StylingAgenten
I understand this thought but Google is not so stupid to index pages with dynamic GET parameters. He recognizes such pages and does not include them in its search index. So you may not worry about this.
Hi, In this case you are wrong. It is my SEO agency that tells me I need to fix this. There are around 2000-3000 URL containg this ”?” and is indexing as seperate sites (duplicates from original).
Hi StylingAgenten.
Okay, I understand you. I don’t want to argue about it, but I can say that this problem is out of the item support scope. If you need to close from indexing pages with range slider GET parameters, I can advice what hook and what functions you can use to achive this. But as it is custom coding you have to implement this by yourself or ask a developer to help you.
Please, let me know if it will be ok for you to know what hook and functions will be useful to achive this goal.
Hi, Since I started with your plugin and created many great filter functions. The URL use canonical correct but I need to set all the filter parameters as ‘?filter_product_brand=’ and more as noindex since Google now index all the search filter parameters and we receive many duplicate content issues. Please help
I did add this in the theme function.php. The thing that does not make this work 100% is that there are 2 meta tags for each name. So only one of the tags is changing. I started another question regarding this in a new comment.
// Noindex filter queries add_filter( ‘rank_math/frontend/robots’, function( $robots ) { $url = home_url( $_SERVER[‘REQUEST_URI’] ); if (strpos($url,’?filtering=’) !== false || strpos($url,’?filter_product_brand=’) !== false || strpos($url,’?max_price=’) !== false || strpos($url,’?min_price=’) !== false || strpos($url,’?orderby=’) !== false || strpos($url,’?rating_filter=’) !== false) { $robots[‘index’] = “noindex”; return $robots; }; return $robots; });
Hi StylingAgenten
Although your suppor period expired, I will answer you on this questions as they were asked before.
By default every page with filtered results has noindex status. And it becomes indexed only if you create SEO Rule that matches to this page. If your Rank Math SEO plugin for some reason makes filtered pages indexable try please to update Filter Everything to the latest version 1.6.7
Hi, I updated to a new version but still the same issue. I still have 2 robots tag, the extra your plugin create and the original from rankmath. I can change the one from rankmath to noindex, but your filter is still indexed. The origin filter that your SEO rule create “is and should be” indexed, it is if I filter within that filter (adding for example /?filtering=1&filter_product_brand=10900,1116) that this also is indexed as a new URL and google index it as duplicate even if the canonical is set correct. You received an example in pm. Thanks
hello again.
i need help…
the filters seems fine in pc but in mobile not..some filters are not shown in mobile
filters in pc https://prnt.sc/EywAweLbrujg filters in mobile https://prnt.sc/bOWlwtMz02glcan u please tell me what to do to solve this?
In order to help you to better understand when I choose one filter all the filters shows up perfectly…
Hello e-schooling
I checked both your screenshots and realized that filter terms are the same on them. I think you have activated option Empty terms – Always hide and this could be the reason, why some filters disappears after you select another filters (because they becomes empty). You can try to change this option filter terms behavior also can be changed.
the do not disappear after you select somthing they appear afte select something
check this url
https://www.e-schooling.gr/biblia-gia-paidia/biblia-drastiriotitwn/in mobile view and in pop up mode specific the filters εκδοσεις are hidden not 100% are not visually appear but when you choose something they appear.
PLEASE CHECK IT WITH MOBILE PHONE NOT MOBILE VIEW IN PC BROWSER
You will understand what i am saying…
Hi e-schooling
As I see your header block on mobile covers filters Pop-up widget and you do not see its top part. Try please to add in Filters -> Settings -> Experimental -> Custom CSS next:
.wpc-overlay-visible header .et-l--header{
z-index: 0;
position: relative;
}
This should help you to solve the problem.