Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,683 sales
Recently Updated

Stepasyuk supports this item

Supported

This author's response time can be up to 1 business day.

8967 comments found.

Good morning,

Do you have the css code to change the background color of the mobile widget to match my theme in black ?

I can’t find it https://postimg.cc/9zzSRmjK

Thanks Best Regards

Hi uniqu3app

Thank you for choosing Filter Everything PRO.

No, unfortunately, we do not debug or provide any custom codes as it is out of the scope of support policies.

But you can use the browser inspect tools in order to find the needed elements classes, and with the help of those classes, you can add custom CSS styles from Filters -> Settings -> Experimental -> Custom CSS. Like this – https://prnt.sc/zaxbH0bqgW0X

Best Regards,
- Victor

Ok I understand, I had this line ;)

I put it this time in your plugin – experimental section – Custom CSS and it works now!

Thanks Best Regards

We are glad to hear that it is working now. You did a great job!

Best Regards,
- Victor

Thanks for the good plugin. There were difficulties with the SEO Rule settings. No matter how I tried with different options, I can’t do it like in your example. Example: https://dev.saraya-shop.com.ua/product-category/ditjam/ I can send you access to the admin panel.

We have checked the site, turned off plugins, etc. But the issue is in your custom theme or custom code that you have in your theme, if you choose the default WP theme 2021 you will see that everything is working as it should.

Best Regards,
- Victor

Thank you so much for your help.

I found the problem spot in my site theme. The problem was in re-sorting of products, products whis status “out of stock” I output in the end of list.

Here is a working code, if anyone want use it

https://wordpress.org/support/topic/moving-sold-items-to-bottom-of-page-automatically/

Good Job! Also, thank you for sharing your solution, as it might be helpful for others with the same issue.

Best Regards,
- Victor

Hi there,

I run this plugin on my staging & production sites, but I can’t update the one on production. Probably due to the fact that the license was first installed on staging.

Can you change it so that I can update the plugin on production?

Let me know what you need from my end.

Ah, okay now we see the issue. You can download the plugin from this site, and go to the Go to the Plugins -> Add New Plugin -> Upload Plugin -> Choose File and select the plugin zip -> Install Now in order to have the latest version.

Best Regards,
- Victor

How come I can update it on my staging via the normal way, but on production I have to download another zip. And this means that with future updates I have to do the same?

Is there a way to make it work normally?

Honestly, we are not exactly sure about it. This should work normally, but on some sites, there is an issue with it. Generally, you can wait a day or two and try to update it once more if it will work on your site.

Perhaps on the prod site, you have other server settings or some conflicts which is causing it.

Best Regards,
- Victor

Hello,

I am trying to add Custom field filter for custom field that is date, and I would like to use date range for that, but date range is disabled in dropdown.

Could I get some help or advice how to setup that?

Hi dragspas

Thank you for choosing Filter Everything PRO.

Unfortunately, the date range is currently working with the post date only, but in future updates, it will be extended to work with custom fields as well. When this functionality will be released, we let you know in this comment thread right away.

Best Regards,
- Victor

Thanks for response.

Is there any walk-around for this? Or I need to make plugin customization?

Hi dragspas

Yeah, it would require extending plugin functionality with custom code.

Best Regards,
- Victor

Hello, I’m trying to activate the license I bought on one of my websites. I had already activated it before, but since I had several problems I had to delete the plugin and install it again and now it tells me that “This license key is already used for two sites.”

Is there a way to unlink one of the licenses that I had already used on one of the websites to activate it again on the same domain?

Hi OMALeaders

We can deactivate it across all of the sites if you send us your license key via PM – https://codecanyon.net/user/fe_support so you can activate it only for the needed ones.

In order to get the license key, please follow those instructions - https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key Please use the browser in incognito mode during this procedure.

Best Regards,
- Victor

Hi there,

I have two licences and I am trying to figure out if you have some kind of list of which site I have activated for these licences.

I suspect those sites are no longer needed and I could deactivate them.

Many Thanks Thandi

Please follow the link with instructions, on how to get the license key, we need the exact license key from the instructions, not the purchase code.

Best Regards,
- Victor

Done! The license was deactivated across all of the sites, so now you can activate it only on the needed ones.

Best Regards,
- Victor

Thank you!

All in One SEO seems to have higher priority and overwrites the SEO titles and descriptions i set for filters. Any way to stop it from doing this? or make only this plugin it’s meta title and description display instead?

Hi Roldeco

We think that this question should be redirected to the All in One SEO support, as it is rewriting it globally. But to be honest, we have a lot of clients using it with our plugin and everything is working fine on their side. So there are some settings in the plugin that needed to be configured in order to not rewrite anything above.

Because if our plugin SEO Rules rewrite everything globally then it would be an issue in our plugin.

Generally, there is no support for accounts whose support period has expired following the support policy.

But we can help you later after all requests from accounts with valid support periods are processed. It may take some time – days or weeks.

If you want to receive it faster, please extend the support period, and we will process the request with the priority for supported accounts.

Best Regards,
- Victor

maybe i should have worded that a bit differently, i see the seo description for the filter plugin and i also see one from the AIO seo plugin, but the AIO plugin seems to copy the description from the category page somehow. I thought you’d have some knowledge on how to make this one have higher priority cuz it confuses google search console.

I know my support period has expired, but to be fair i never really asked for support before. I’d wait if necessary, thank you victor!

This is a bit confusing what is really going on. For example, you can check this page – https://filtereverything.pro/resources/all-about-seo/

By default SEO Rule description is attached to the next hooks

// On WooCommerce pages
add_action( 'woocommerce_after_shop_loop', [ $seoFrontEnd, 'showSeoDescription' ] ); 
// On the WordPress archive pages
add_action( 'get_the_archive_description', [ $seoFrontEnd, 'showSeoDescription' ] ); 

So if you have an SEO Description from another plugin, you might want to remove it, there are code examples in the article.

Best Regards,
- Victor

Hi.

How can I close unlimited options in brand filter from indexing. Right now I have a limit of 2 (category + brand), but many brands get indexed https://prnt.sc/qKpw9XmgGskP

Hi ihomeby

Can you please provide more detailed information, on this, and indexed by what? By default, all fileted pages are not indexed, you can create SEO Rules for that, and only one term from the filter can be indexed if there are two chosen they are not indexed.

Best Regards,
- Victor

Yes, I created an SEO rule https://prnt.sc/0zXQwg1gHFfJ I checked and they are indeed not indexed, but they are listed in the noindex list https://prnt.sc/pqvjBuRDRaFm

Maybe it is possible to make it so that the robot does not go through them, because it is quite a big data set.

Some bots typically ignore this information, so you can try to create a robot file (also can be ignored) in your WordPress in order to not give bots permission to crawl those pages and index them, or use firewall settings for that.

Best Regards,
- Victor

Hello, we were wondering if the Search Field also allows an exact match search.

Yonatan

Hi Yonatan

No, unfortunately, there is no such functionality, you can make it only with the custom code and sort of a button on the front to turn it on/off, in order to apply this logic.

Best Regards,
- Victor

I have sent the credentials. Thanks

Hi muhammadazimkehar

We have checked the site:

1) We set the correct query in the filter set “And what to filter?” so everything is filtering now.

2) You have zero attributes applied to your products, so they all are empty. You need to apply them to your products in order to filter by them.

3) About the AJAX, it is working, the only issue is in the slider code for the product pictures which is not tAJAX compatible by default. You can check some info about it here – https://filtereverything.pro/resources/ajax-instructions-only/ so you need to make this code AJAX compatible.

Best Regards,
- Victor

Hi

1- error : Invalid license key. Please enter correct license key. how to fix probelem ?

2- I want to apply the css: computer version : reset button black and applied button white

mobile : version the opposite

but when I change them for the mobile version it changes for the computer version

How to solve the problem ?

Thanks

Hi Bluetreedigitaldz

1) In order to get the license key, please follow those instructions - https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key Please use the browser in incognito mode during this procedure.

2) You need to apply your custom CSS styles. In order to make different styles on mobile and desktop you can check some info about CSS media queries – https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries

Best Regards,
- Victor

I am having troubles with my licence. It says it has been used in two websites.

Hi elcorso

You can activate the license on two sites. As usually it is a staging site and a prod site. All we can do is deactivate it across all of the pages if you send us your license key via PM – https://codecanyon.net/user/fe_support so you can activate it only on the needed ones.

In order to get the license key, please follow those instructions - https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key Please use the browser in incognito mode during this procedure.

Best Regards,
- Victor

Hello, I’m having some problems with the mobile version of my filter set. The mobile button appears only on some of the taxonomies I created. Let’s say it’s a beer e-commerce, I can filter by Product Type: Beers, Glasses, Beer Packs, T-shirts and so on. Color: Blonde, White, Amber exc..

If I select the term “Glasses”, on mobile, everything works correctly. I see the filter button, I can click on it and select other terms.

If I select “Beer Packs” I see the button, but when I click on it, no filter selection is shown, only a blank page.

If I go to the beer taxonomy, I don’t even see the filter button.

Meanwhile, from the desktop everything works smoothly.

What could be the problem?

Thank you.

Hi gbmitaliato

Thank you for choosing Filter Everything PRO.

Can you please send the link to the page with the issue so we can check it? Also, please write step-by-step instructions on how we can recreate this behavior on the page.

Best Regards,
- Victor

Hello. I have a problem with sorting a product post type. I use Filter Everything Pro, Elementor Pro and Woocommerce. I have 49 variable products. I don’t have a real widget in the WordPress dashboard. When I use the “Sorting Widget” (not a shortcode) in my Elementor page builder with sorting options by product price ASC or DESC it doesn’t work.

Here is products archive https://yourfate.store/catalog/

It’s not obvious! If I use order by “meta key numeric” with a meta key “_price”, I get a correct result.

Hi zhorec

Thank you for choosing Filter Everything PRO.

Yes, it can be a little bit confusing at the beginning. You did a really good job resolving it!

Best Regards,
- Victor

Hi there, how do I know which domains are using my license? I was testing it on two domains and most likely those domains expired over time and can’t seem to cancel those and apply to new domain.

Hi WP_Hippos

You can send your license key via PM – https://codecanyon.net/user/fe_support so we can deactivate it on all of the sites.

Also, you can find instructions on how to get the license key here – https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key

Best Regards,
- Victor

Hi,

I have some parent products that have quite a few variations on them (mainly colors and weight). When I use the filter (pro version) it picks the products with the correct color but it shows the parent items and not the actual variations. The “Use for variations” option is selected for the color filter. Is there a solution?

Thank you.

Hi konstantinos14

Thank you for choosing Filter Everything PRO.

This is exactly how it works, it shows the parent variable products, and then you go to this product page where you can choose the needed options, like the color blue or red, the ones that are available, it is not showing this exact variation as a separate product.

Best Regards,
- Victor

No filters are showing when i put 2 filters (product filters) on the shop page. What am i doing wrong?

We have tested it, and it is working. For example, here we created a test page with Elementor – yourdomainname/test-page-for-fe-and-elementor/

Here is the filter set on that page – yourdomainname/wp-admin/post.php?post=16574&action=edit

If you are using Woo shortcodes with categories on the pages, as far as we know they are not using the WP_Query.

If you visit your shop page on the site this is what you will see – https://prnt.sc/S5J-g9zsBSoZ and it is set like a homepage?

Best Regards,
- Victor

Homepage is set correct now, but how can i filter? The filtering doesn’t work now somehow.

Hi BD1908

We have checked the site, placed the filter set with product categories, and with the hierarchy view, and also specified the correct ID for the AJAX in the filter set, and everything is filtering as it should.

Best Regards,
- Victor

Good morning, we purchased the pro plugin for filter management. We have the opening of the filters with button. We would like to change the size of the button because it is very large both from desktop and mobile. As a theme we have Astra. We also tried using the custom css from your plugin by calling the class from the button on Astra but it didn’t work. What do you advise us to do?

Hi marinella4

Thank you for choosing Filter Everything PRO.

In order to change the styles of the mobile button we’d recommend using template overriding – https://filtereverything.pro/resources/templates-overriding/ with inline styles or even inline important styles, to be 100% sure nothing will cause changes on those elements.

Best Regards,
- Victor

Hello :) Can I apply the same filter set to several pages? I can only select one page at a time in the filter settings.

There is a WooCo shortcode on the target pages to show the category content.

Hi nullnix

Thank you for choosing Filter Everything PRO.

You can set them on all of the pages by choosing “Any page with common query” or only on a certain page. So in order to apply the same filter set on multiple pages, you need to create the same filter sets multiple times and apply them on the certain page.

Best Regards,
- Victor

Hi, in my website i want to create this filter https://www.cdl.it/7554-collo-stretto but er grouped all categories i want 3 level of filter

Still not working all we get is this after long loading – https://prnt.sc/sXoSNYL1Z3MW

Best Regards,
- Victor

ok now it’s ok, try

We have checked the site, and the issue is that you made it “AND” logic on them, which is not needed. As you have dropdowns, where it is possible to choose only one option.

Also, you didn’t choose to hide empty terms, so you always see them, thus, when you choose the wrong (all empty) combination it is hiding everything. We set the logic to the “OR” and everything is working as it should. Also, we’d recommend using chips – https://filtereverything.pro/resources/chips-widget/

Best Regards,
- Victor

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey