8956 comments found.
Hello, I am reaching out to better understand if through the plugin it’s possible to create an advanced search functionality for the products listed in the “PORTFÓLIO COMPLETO POR SEGMENTO” section on our website. The URL of the page is: https://miracema-nuodex.tech/solucoes_e_produtos/
Is it possible to integrate terms for searching within a page using the plugin? The products are not registered through posts, WooCommerce, or portfolios. Instead, they are listed under dropdown menus with categories and subcategories as displayed on the page.
Our goal is to enable users to search or filter these terms directly on the page, so that non-matching results would disappear upon filtering. However, it is crucial that this functionality does not require creating individual pages for each product (as would be necessary with WooCommerce, portfolio, or posts). We prefer to keep only the names and categories on the same page, without additional information for each product.
Thank you!
Hi miracemanuodextech
Thank you for choosing Filter Everything PRO.
Are you looking for something like this site in order to filter your CPT posts by the categories, tags, and custom fields – https://www.mathema.me/tutors/
Because it is a bit confusing from the description, if you could show any example it would help us to understand it better.
Best Regards,
- Victor
Dear sir,
I just bought filter everything and was hoping I’d be able to work with the following requirements, however – I receive an error in the filtering system.
The use case is a wine e-commerce site, Category filtering works correctly but I have set up ACF for various stats of the products.
For example, vintage : 2021 abv : 14%
I have set up the filter set with the meta keys from ACF but I am met with ‘There are no filter terms yet’
Upon checking to set terms within the filter setup I am unable to pull any results from the fields.
Was hoping you may be able to help.
Hi dean274
Thank you for choosing Filter Everything PRO.
Please check the usual issue with the ACF on this page – https://filtereverything.pro/resources/acf/ and let us know if it helped.
As in most cases, the usual issue is changing the type of custom field, changing the meta key of it, and other manipulations.
Best Regards,
- Victor
I created a test environment (dev.) and want to activate the license on that staging environment. I get a message that the license is allready activated on 2 sites?
How to solve.
Hi tuukie
You need to deactivate the license on sites where they are activated from the Filters -> Settings -> License tab, so you can activate it on another site.
Best Regards,
- Victor
But at this point I only have the live website where it is activated and another unkown site where it is also activated. If I know what the other site is / was maybe I can do something.
In that case, you can send the license key via PM – https://codecanyon.net/user/fe_support so we can deactivate it across all of the sites.
Best Regards,
- Victor
PM send, thank you!
Please follow the instructions from here in order to get the license key – https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key and send it to us via PM.
What you sent is a purchase code.
Best Regards,
- Victor
Sorry my bad. Done.
Well, we see the message here is my license key, but there is no license key included.
Best Regards,
- Victor
I am terrible. It is there 100%
Done! Now you can activate it on the needed sites.
Best Regards,
- Victor
Hello, some time ago you helped me to write a code that changes the displayed headings in filter widget. Now I want to change the displayed name from original product category name to the custom one. I use such a code, but it produce an error. <?php
add_filter( ‘wpc_filter_taxonomy_term_name’, ‘wpc_custom_term_name’, 10, 2 ); function wpc_custom_term_name( $term_name, $e_name ){ // $e_name is meta key in our case // $term_name is term value stored in meta field in our case if( $e_name === ‘product_category’ && $term_name === “Resume_Templates_Word” ){ $term_name = ‘MS’; } }
return $term_name;
Can you help me please?
Hi effa54
We would love to help with this issue. Unfortunately, this code was written before us, and we do not know any details about it. Also, according to the support policy here, we do not provide or debug custom codes.
Most of the hooks can be found here on this page – https://filtereverything.pro/resources/hooks/
If you are not familiar with PHP and WP hooks, we would recommend hiring a developer who will write the correct code for you, using platforms like Upwork.
Best Regards,
- Victor
No the code was given by Andrii some time ago (https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508/comments?page=1&filter=all#comment_30790837). That time Andrii helped me with that, now you can’t?
Hello, effa54.
I’d love to help, but unfortunately I don’t have time to do this kind of work for customers anymore. And code changes are not part of our support responsibilities. Unfortunately.
On the other hand, it’s not a complicated code, even an inexperienced PHP freelancer can debug it. You can try to find them on Upwork or similar services.
Thank you.
Regards.
Hi, i bought the incorrect subscription. Is it possible to refund it please? It’s my 3rd Filter Everything Pro purchase.
Hi mateuszmiedzyrzecki
In general, a refund is possible by using the appropriate form from the account where the plugin was purchased. After that, you need to wait for a response, which can take up to a week or two.
Please note, that the support team is not working with the refunds.
Best Regards,
- Victor
I dont know what to set for HTML ID or Class, i’ve tried almost everything for the AJAX to work.
i still get this: “It appears that this page does not contain a container with the specified «HTML id or class of the Posts Container». Try to specify the correct one in the Filter Set settings or the common plugin Settings.”
The page I need help with: https://blue-fish-119010.hostingersite.com/mastiha-cocktails/
Thank you
Hi Spyros12nik
Thank you for choosing Filter Everything PRO.
You can try to use this class – .elementor-element-3ba09cf
Please check this page, for more detailed explanations on how to find the needed class for AJAX – https://filtereverything.pro/resources/ajax-instructions-only/
Also, please note, that if you are using Elementor you can apply your own custom class to the needed container (the container that has only posts inside, not a filter widget)
Best Regards,
- Victor
Hi Victor, Thank you for your reply, i tried the given class but i doesn’t work unforunately.
Now i dont get the error message, but the filtering is not working
i also tried adding class to the container and again it doesnt work
If it is not filtering the posts on the page, go to the filter set, and in the “And what to filter?” choose another query hit update, and then test it. Do not forget to refresh the page before testing filters.
Best Regards,
- Victor
It works now, thank you so much Victor
Good day, I am trying to understand why it cannot allow indexing on the archive and the filter category pages if the URLs are different? How can I get around this because indexing the filters can obviously add a lot more indexed URLs to google, whereas the archive pages can have richer information? eg. Category archive URL: https://winedrop.co.za/product-category/red-wine/ filter category url: https://winedrop.co.za/shop/category-red-wine/
Thank you
Can you also clarify as I may have misunderstood how the rule works? So for example I have created a rule for red wine category to appear on the main shop page when I filter for the category of “red wine”: https://winedrop.co.za/shop/category-red-wine/. Will this still be indexed along with the red win archive in my initial comment? Can you also let me know why the title doesnt appear and the description appears below the products under the pagination button? How do we get the description to appear above the products? Thank you
Sorry about all the messages, I think I figured it out. It means that the filter will only index filters on the main shop site. I thought if you want to index the category filter then you cannot index the category archive. All good
Hi geoffreyb13
So this is how it is working. You have a taxonomy named “cars” and you have all of the categories there that you created.
If you create a filter from this taxonomy, you need to turn it off from indexing in order to place SEO Rules on those “cars” taxonomy pages. (Filters -> Settings -> Indexed Filters).
On the shop page and other pages, you can create SEO Rules, but specifically on taxonomy pages, you need to turn it off from indexing. You can simply add attributes with the needed values in order to make SEO Rules by them instead of taxonomy attributes.
Best Regards,
- Victor
Hello, we are using your filtration plugin. However, we have noticed a few problems. When we add a rule for SEO and select, for example, any category and any brand, the title we enter is displayed in lowercase. How can we set different descriptions on that page so that the category description is not visible? Currently, both the filter description and the category description are displayed, which we think can be confusing for Google. Can we get support on a higher level via AnyDesk or similar?
Hi BeoHosting
Please go to the filters -> settings -> general tab and in this input – https://prnt.sc/6fgWRrsVuQ0k write down the needed entities that you do not want to force to the lowercase.
Here is an example with the Prodicy -> Attributes how to find the entity name let’s say color attribute – https://prnt.sc/ISrcb-32OTgg
Unfortunately, we do not provide such support by following the support guidelines here – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/31634508/support Thank you for your understanding in this matter.
Best Regards,
- Victor
Hi
1 -How to create a set of product filters horizontal (home page) with a short code ?
2- how to configure the redirection to the store page (woocomerce) and display the same filter vertically ?
3-widget elementor ?
Thanks
Hi Bluetreedigitaldz
Thank you for choosing Filter Everything PRO.
1) All information about shortcodes is presented on this page, please check it – https://filtereverything.pro/resources/shortcodes/ so you can add the necessary parameters in order to add the needed parameters to the filters widget shortcode.
2) The instructions on how you can create a redirection filter can be found here – https://filtereverything.pro/resources/typical-problems/ at the bottom of the page.
3) You can find the Filter Everything – filter widget in the “WordPress” section of Elementor. The search cannot find the widget.
Best Regards,
- Victor
Hi, for horizontal design with elementor ? – Css ? – Configuration plugin ? Thanks
If you are planning to use shortcode, you can use the next parameters – horizontal=”yes” columns=”3”
horizontal=”yes” – Turn on the horizontal layout for the filters
columns=”3” – Set the amount of columns min 2 and max 5
If you are planning to use the filter widget, you can use the next option which is described here – https://filtereverything.pro/resources/filters-widget/
Horizontal layout. Columns: number (max 5) – Horizontal layout for a filter widget, max amount of columns is 5 – https://prnt.sc/uR-Co-9iAUcb
If you want to apply custom CSS, you can apply it in the Filters -> Settings -> Experimental -> Custom CSS
Best Regards,
- Victor
Hi
1-the horizontal filter displays 3 attributes at the start, not 5 https://imgur.com/gDcpViK 2- For the redirection filter I have this configuration but it doesn’t work ? https://imgur.com/OWOvCHl 3- how can i hidden the filter title ? https://imgur.com/l5vqp9uThanks
Hi Bluetreedigitaldz
1) If you have only 3 filters, and choose 5 columns, it will display 5 columns and only 3 filters, as it places a filter in each column. Also, if in the filter set settings, you choose “Hide empty filter” it can hide the filters without terms so it will not show all 5 but can show only 1.
2) Please follow the instructions step-by-step without skipping anything:
1. For example, you have a “Home” page and a “Products” page, and you wish to apply a redirection filter on the “Home” page which will redirect you to the “Products” page.
2. Create a “Filter Set” for the “Home” page with the required filters. In the “Where to filter” dropdowns, choose the “Products” page, and in the “And what to filter” section, select the appropriate WP_Query.
3. Scroll down to the “Apply Button” mode and activate it. If you set your page as a homepage from the WP admin dashboard, then select “Common WordPress Pages” + “Homepage” in the “Alternative Location” dropdowns. If not, choose “Pages” + “Your Page Name” – the page where you want to display your redirection filter and hit the create/update button.
4. Now, when you select the necessary filter terms on the “Home” page and click the “Apply” button, you will be redirected to the “Products” page with the selected filter terms applied.
5. Create one more “Filter Set” with the necessary filters and place it on the “Products” page, since there won’t be any filters. Kindly ensure that you have added all the filters that were present in the redirection “Filter Set” or even more. For instance, if the redirection “Filter Set” contains a year filter, it should also be included in the products “Filter Set”.
6. Done! You have a redirection filter on the “Home” page that sends you to the “Products” page, where you can place a complete “Filter Set”. All chosen terms from the redirection filter will be applied.
3) Just simply delete the filter title if you do not want it from the filter widget.
Best Regards,
- Victor
Hi 1- the last two filters are displayed when I select the first and scend filters
2- ” Please follow the instructions step-by-step without skipping anything: “
when I configure step 2 the filter is not displayed on the Home page
- so I applied step 3 (configuration 3) If you set your page as a homepage the filter and display my redirection steps
select the appropriate WP_Query. how to choose the right query I only have 3 and the 1st allows me to display the search terms
step 4 ok
but the redirection does not work
Thanks
1) Can you please send the link to the page where can check it?
2) When you are creating a redirection filter set, in the “Where to filter” you should choose a page where you want to be redirected like a “Shop” page. In the alternative location, you should choose where this filter should be displayed, like “Homepage”
Best Regards,
- Victor
Hi
- https://cpf.bluetree-digital.net/ Thanks
Hi Bluetreedigitaldz
Have you used parent filtering in the filter settings? If yes, then it is exactly how it is working if you choose those settings here – https://prnt.sc/R4CJXkbBu36A
Best Regards,
- Victor
Hi, it works for now
I have another question
1- Is it possible to center “Apply and reset” button of the horizontal filter ?
2- It is possible to modify the colors from the configuration or I have to do it through css ?
3- The filter of the home page (horizontal) is not displayed on mobile how to correct the problem ?
Best Regards,
Hi Bluetreedigitaldz
1/2) Yes with custom CSS everything is possible, for colors you can add custom CSS or you can change the main color in the Filters -> Settings -> General tab. But more likely you would need to use custom CSS for what you have in plans.
3) It depends on how you built it. If you used two widgets or two shortcodes, for desktop it will show one data, and for mobile another data with the second shortcode or widget. Then it won’t be shown as you need to use one shortcode or widget area in order to display the filter set. As if there’s two in one it will be shown and the second one will be empty.
Best Regards,
- Victor
Watched your vide and saw an option to exlude/include terms. If I have a filter for tags, s that where I caninclude/ exclude certain tags? I don;t want all tags to be options to filter? Thanks
Edit. I have the free version and loooks lik it is possible. Thanks
Hi PAPPACLART
Thank you for your interest in the Filter Everything plugin.
Yes, you can use the include/exclude functionality in order to show only the needed filter terms in the filter widget.
If you are using the Free version of the plugin, and have other questions about the Free version please make a request in the forum section here – https://wordpress.org/support/plugin/filter-everything/
Best Regards,
- Victor
Thanks Victor. I have been using the free version for a few housr. It really doesn’t work for me unfortunately. Many bugs and styling issues. Is it compatible with Impreza theme?
Yes, we have users who are using our plugin with this theme.
If you need custom CSS styling you can always add it in the Filters -> Settings -> Experimental -> Custom CSS.
If you have any bugs or issues you can always let us know so we can provide the help on it.
Best Regards,
- Victor
Invalid license key. Please enter correct license key.
please check, my web sgate.ltd
Hi gartional
Please follow the instructions from this page – https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key we’d recommend using incognito mode. Just in case it won’t use any other account by default where the plugin is not purchased.
Best Regards,
- Victor
Hello, I have a regular license and was wondering, does it include lifetime updates? Also, I can only use it on 1 site correct?
Hi noura56
Thank you for choosing Filter Everything PRO.
The regular license is a lifetime, with all of the future updates. It can be activated on two sites, as usually there is one staging and the second one is prod.
Best Regards,
- Victor
Hello Victor, thanks for the reply, can I use the 2 licenses on 2 production sites if I’m not using it on a staging site?
Hi noura56
Yes, absolutely.
Best Regards,
- Victor
Awesome, Thanks! really appreciate your quick response!
Invalid license key. Please enter correct license key. (when I press “activate license” button. I’m sure its correct.
Also, when I press “get your lic.key” I’ve got “Something went wrong. Please, return back and try to click on “Get license key” button again.”
Hi vrau1
Thank you for choosing Filter Everything PRO.
Did you try it in the incognito mode? Also would be nice if you could send a screen of the issue that you are getting. But more likely it should work nicely in the incognito mode, following those instructions – https://filtereverything.pro/resources/license-key-issues/#how_to_get_the_license_key
Let us know if it helps.
Best Regards,
- Victor
Attributes images not visible on the filter page. And how we can use the range filter for some of the attributes other than price.
Hi sunnyroopray
Thank you for choosing Filter Everything PRO.
1) If you want to display the color swatches or brand images, please follow the instructions from this page (it is only available for taxonomies) – https://filtereverything.pro/resources/brands-and-color-swatches/
2) Range slider can be created from the numerical custom fields or taxonomy numerical. It is only working with numbers. So if you have a taxonomy with only numerical values, you can choose Taxonomy Numerical and create a filter from it. Or use a custom field numeric meta key in order to make a range slider from it.
Best Regards,
- Victor
Hi, with filters displayed in a hierarchical manner, is there a way to uncheck the parent term when I check the child term?
For example, we have this structure
Term 1 - Term 1.1 - Term 1.2
If I have Term 1 checked, when I check Term 1.1, I want Term 1 to be automatically uncheck so I can only see the content of Term 1.1.
I have tried to modify the input URLs using some hook but I have not been able to do so. Thanks!
Hi copymouse
Thank you for choosing Filter Everything PRO.
No, unfortunately, there is no such functionality. This only can be created with the custom code, but even we are not sure what to recommend here as one should act like checkboxes, and the other like radio buttons, it should be a mix with the changed logic of the filtering as well.
Best Regards,
- Victor
Hi, we only use checkboxes
Yes, as hierarchy only works with checkboxes. But the functionality you are looking for should contain both logic. So different branches of categories could be selected as checkboxes, but their sub-ones should work like radio buttons.
It is possible to work with the URL with custom code, and regex to delete not needed parts, but in general, there are no easy ways to make it work like you want.
You can try to do some with templates overriding – https://filtereverything.pro/resources/templates-overriding/ but again it would require writing your own logic in order to make it work as you need.
Best Regards,
- Victor
Hello,
I need to create a in stock filter, but cannot see how to do this?
Hi Dano007
Thank you for choosing Filter Everything PRO.
While editing the Filter Set, please check the bar on the right – https://prnt.sc/IUaNMW9CcMbH there is information on default Woo meta keys and short instructions on how you can create a needed filter from Woo meta keys.
Best Regards,
- Victor
thansk, I have it working to a point see here https://snipboard.io/PaTyEN.jpg but not sure what all the long numbers are? Can this be chnaged? this is my set up https://snipboard.io/TkscmV.jpg thanks
Hi Dano007
There is a stock status filter _stock_status as a “Custom Field” to show:
In stock
On backorder
Out of stock
There is a stock quantity filter _stock as a “Custom Field Numeric” in order to have a range slider where you can specify the needed stock quantity of the product. For example, between 10 to 20.
Best Regards,
- Victor
I will check, thanks – is it possible to use a slider interface type for this type of filter?
Yes, in order to use the range slider you choose “Custom Field Numeric” for the _stock meta key.
Best Regards,
- Victor
Amazing – love it!
HI, love ur plugin but i have an issue, i have a clients page where he uses pods, he wants to filter this pod with a custom taxonomy, but we cant get the wp query space working and the filter doesnt give results.
https://paste.pics/RAPRMAs u can see, i cant get how to use the wpquery
And the the filter doesnt give me results
https://paste.pics/RAPRTThe page is https://www.endurance-accelerator.eu/video-toolkit
I mean the structure its pretty simple i just made a simple template with pods and i want to filter the results with the taxonomy.
Could u help me?
Hi CARMELABOHOTHAI
Thank you for choosing Filter Everything PRO.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
I’m using Filter Everything Pro, and trying to get it to work with the Assorted Products for Woocommerce plugin. I’ve added the filter, but I guess it’s having trouble finding the Query, as it says “No WP Queries matched the post type “Products” found on the page. Is there a way that I can get Filter Everything to play nice with Assorted Products?
Hi 7milaps
Does it work normally without this Assorted Products for Woocommerce plugin? As far as we know it adds a new product type. There are singular, and variable, and this plugin adds one named assorted.
What exactly you are using on your page in order to display products?
Best Regards,
- Victor
Hi Victor. Yes, Filter Everything works just fine for everything else. The Assorted Products plugin creates a new product type, which then can list several other regular (singular) products, which can be selected and then bundled and put in the cart.
I’m injecting Filter Everthing with “echo do_shortcode” in functions.php, which works just fine – the filter is displayed on the assorted product page, though no filter options are displayed, unless I force them, by doing an “include terms” in the options for the specific Filter. The products on the assorted products page, are also affected, when I try to use the filter, but it detects no products whithin the selected terms, and just reloads all products after selecting a term.
I’ve tried to enable Ajax in the Filter Everything options, and select several different classes that could be considered the container of the products on the Assorted Product page, but it dosent work either.
Hi 7milaps
More likely it won’t work as it makes bundles from singular products.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
Hi Victor,
I’ve sent credientials through a PM as instructed.
We have checked the site, and it looks like the issue here is that they are not displayed via WP_Query, more likely they are fetched via API or in any other custom way. You can send them a request to the support and ask if there is a possible way to display them via WP_Query.
Best Regards,
- Victor
Hi there, My woocommerce shop page filter isn’t filtering, but the checklist changes when I check a box, and some items grey out due to the filter appearing to work – but the product list remains/reloads the same.
I have successfully applied a different filter to another page using the shortcode, but when using the Widget in the shop, it’s not working. I had to make the shop page full-width again to remove the filter as it’s too confusing for my customers, so you can’t see it in action, but I can send you a video/screen shots and any other information you need to help.
Is there something obvious I’m missing? Thanks! Jessica
Hi Jessica
Thank you for choosing Filter Everything PRO.
Did you follow the quick start guide from this page – https://filtereverything.pro/resources/quick-start/ in order to set up a filter set with basic filters on the page and display it? More likely in the filter set for the shop page, you need to change the query in the “And what to filter?” dropdown for another one in order to filter your products.
If this won’t help. Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Best Regards,
- Victor
I have tried all three options in the What to Filter section, and the result is always the same.
Unfortunately I cannot provide admin access for privacy reasons, as we are a health provider.
But I can turn it on right now, if you are around, for you to check? I will turn it on for 15 minutes!
It is an absolutely safe procedure, and we have been providing it for more than two years already without any issues. But, also you can simply remove the access to the information that you are worrying about. So we can have access to the filter plugin only and so on.
Best Regards,
- Victor
Hi ! Question regarding activations. I have 2 installations, one locally and the other one is a development version. If i unlock licence for the developement one, will i be able to unlock when i’ll go live ?
Hi davidbdr
Thank you for choosing Filter Everything PRO.
Not sure if we understand you correctly what you mean by the unlock?
Basically, you need to activate the license on the site where you are using the plugin. If you want to change the domain, you can deactivate the license from the old site and activate it on the new one. You have the ability to activate the license on two sites.
Best Regards,
- Victor
That’s what i was looking for. Thanks !