8957 comments found.
Hi, sorry to put another note here while I already sent one, but to add to the previous request
It appears that the ‘select bed length’ or title of the dropdown is duplicating on the dropdown, so you see 2 x headers ‘select bed length’ and the one seems to have a rollover of sorts (white) , not too sure why that duplicated.
Thank you for assistance. Regards, Tarquin
Hi Tarquin
That can happen when the wrong AJAX container is used. Basically, if the container class or ID is not unique on the page and is repeated multiple times, it can cause this behavior. We recommend checking without using AJAX filtering to see if everything works correctly. If it does, then you need to use a unique container class or ID.
Best Regards,
Victor
Hi Victor, We previously spent time with the container name which you helped us with to make it unique and reference correct. It was working great.
We added some css to make the dropdowns thinner.
We have not added any or changes the containers and have only been working on the filters css, so I do not think container names would be at play.
Ajax filtering works but the dropdown issue still appears the same, however the challenge was not with filtering , it was with ther behviour of the dropdown
So we have not changes any container settings or reference and I am quite lost with the solution or the correct challenge
Can you please send the link to the exact page with this issue, along with full step-by-step instructions on what we should do to reproduce it?
On the page with the previous search input, we didn’t notice any issues during filtering. However, we might have missed something, so detailed instructions will help us reproduce the issue accurately.
Best Regards,
Victor
Hi, Thank you, I understand. Please do the following:
Go to: https://dev2025.dreambeds.co.za/product-category/stock/bedroom-furniture/Elect the ‘Bed type’ dropdown and scroll through the options. You should see the ‘select bed type’ header gets highlighted with a white box (and white text). the other options are highlighted in light orange so the white is not as per the rest of the buttons).
I am not sure where the challenge is comign in.
Thank you very much for your help. Please let me know if you still cannot replicate, thank you,
Regards, Tarquin
Also – the search box on the dropdown ,the option to show it is turned off in the pro plugin, however it is showing the search box in the dropdown for some reason (sorry to put in in a 2nd reply))
If you are referring to the light gray background color in the dropdown: https://prnt.sc/Z3ElIPoc_jeZ
It comes from the default CSS styles. Since you applied your own styles, you need to adjust them as well to remove that color.
The dropdown search field for filter terms is not connected to our plugin’s functionality. It is a default Select2 library feature. You can see it on the Select2 site: https://select2.org/getting-started/basic-usage
Here is an image showing the same field: https://prnt.sc/JV-ZSEJ3FMPD from the Select2 library page. This search field cannot be turned on or off by our plugin, so as mentioned, you can hide it with custom CSS.
Best Regards,
Victor
thank you, I will try that
Hello,
For some reason my license key is not working anymore.
Could you please help.
Thanks
Hi daanvanzantvoort
Can you please provide information on what type of error you see when you go to Filters > Settings > License, enter your license key, and click Activate?
Best Regards,
Victor
Invalid license key. Please enter correct license key.
but i’m using the one next to “Item Purchase Code:”
Never mind i found it. I used the wrong code.
We are glad to hear that the issue was resolved.
Best Regards,
Victor
Hi, Hope you are keeping well.
on my site dev2025.dreambeds.co.za on our filters, there is a search box in the filters (alloiwing you to search a filter).
How do I remove this? We have the option for ‘search field’ greyed out and non selectred , so unsure why it is showing.
You have also helped us previously using a custromn version (as we purchased the pro version but was no workin g100% gor us).
I am not sure if this has to do with that.
If you look at the page below, you will see abn example https://dev2025.dreambeds.co.za/product-category/stock/home-furniture/From my end, what I did was to make the dropdowns thinner (tyhey were too fat) and not sure if that affected anything.
Thank you very much
Regards , Tarquin
Hi Tarquin
That dropdown is using Select2, which is a default feature included by the library. This is why it is not configurable from the plugin side. You can simply use CSS like this to hide it:
.select2-search--dropdown {
display: none !important;
}
Best Regards,
Victor
Hi, Thank you for your help, I did come right wit hthe double heder initially after fiddling around. Thank you for your help
Regards, Tarquin
Hi Tarquin
We are glad to hear that it worked.
Best Regards,
Victor
Screenshot: https://prnt.sc/2Xwv85j0b_iM
When you click the Product Finder button in the header, a popup opens. Inside the popup, under Product Finder, we have created multiple dropdown options.
However, when we click the last Product Finder option, it should redirect to the product listing page with the filters applied — but this is not happening. please check and guide me
Correct product listing page link: https://staging.project-in-progress.com/prakash-chemical/product/Screenshot: https://prnt.sc/VAfPMOux1C4P
In this link, if you click the Product Finder button in the header, the popup opens and the filtering is working correctly. The dropdown options are also displaying properly.
Hi juhishah
On the products page, filters appear and work correctly because they are placed on this page in the Filter Set “Where to filter” settings.
You should place filters only on the required page, not globally across all pages, to avoid potentially slowing down your site. This is why filters appear in the Product Finder when you are on this page: https://staging.project-in-progress.com/prakash-chemical/product/
The second page, without filters applied to it, is: https://staging.project-in-progress.com/prakash-chemical/ this is why there is an empty space.
We recommend placing in the Product Finder only a link to the page with all products, so filters are applied only on that page and correctly filter your products.
Alternatively, you can create multiple copies of the Filter Set to place it across different page types to make it always appear in the header, but we do not recommend this approach for site speed optimization.
Best Regards,
Victor
Hello, We currently have a working product filter on our product listing page. However, we would like to implement a global “Product Filter” button in the site header that opens a popup (as shown in the attached screenshot).
ss: https://prnt.sc/chxmOZryIzpi
The requirement is:
When users apply filters through this popup from any page other than the product page, clicking the “Process” button should redirect them to the product page with the selected filters applied.
Could you please provide guidance or the recommended approach to implement this functionality?
Hi juhishah
In that case, you need to create a redirection filter set: https://filtereverything.pro/resources/typical-problems/#redirection_filter_instruction
The alternative location determines where this redirection filter will be displayed, so you need to duplicate this filter set multiple times to cover all possible page types (in order to make it visible on all of the pages). Currently, there is no global option to display it across all pages, but it is planned for future updates.
Best Regards,
Victor
We have set the popup filter globally as per your instructions from the provided link, and it is working as expected. However, we are facing an issue: the header popup design appears differently on the Home page compared to the Product page. Home page popup design: https://prnt.sc/Cn7yTwRWf0Sp (Shown as per our design) Product page popup design: https://prnt.sc/kh1IVJZesQK1 Additionally, the product sidebar design has changed after applying the popup logic. Previously, we had checkboxes, but now a dropdown is appearing. Our original design: https://prnt.sc/gyRAyvpS7PWN Design after applying popup filter: https://prnt.sc/W8-NHPUVACU- Note: Product sidebar widget number: 3810 Global filter on header widget number: 7533
Could you please guide us on what might be causing this issue?
There is a Priority setting at the bottom of the filter set settings. It defines which filter will be displayed first. We set one of the filter sets to 1, so it appears in the header immediately, as it is first in order (on product page). You can modify the others as well to fit your needs.
Best Regards,
Victor
Hello Team, We have set the priorities as per your guidance: Search Filter Global Popup – Priority 1 Product Data – Priority 2 Product Data for Search – Priority 3 However, we are still not getting the expected results. Issues Observed: Product Page Popup: Screenshot: https://prnt.sc/t1F0q5BJdyVT The search option near the “Sort By” block on the product page is no longer visible. On the Home page, the popup filter is not visible: Screenshot: https://prnt.sc/2-kyV_0TgCKB On other pages, the header popup is visible. ( https://prnt.sc/tQt84o-bDZ-i ) Staging Details were shared with you earlier Could you please guide us further or help us in fixing this issue?
Filter sets with the highest priority are displayed first. According to the logical exclusion, the filter set in the header, which is the redirection filter set, should have the highest priority to always be displayed in the header.
The second should be the one with the filters that are displayed on the product pages. As for the third one, we are not sure what type it is, it seems related to the search field, but we do not know where it is displayed.
Best Regards,
Victor
Hello Team, We have set the priorities as per your guidance: Search Filter Global Popup – Priority 1
(This filter displays the header popup) Product Data – Priority 2
(This filter should appear in the sidebar) Product Data for Search – Priority 3
(This block should display near the “Sort By” section on the right side, above the product list) Issues: On other pages, the header popup is displaying correctly. However, it is not showing on the Home page, and it appears differently on the Product page. Additionally, the search block is not visible on the Product page. We have already provided the staging details. Please review and help us resolve this issue. Could you please guide us further or help us in fixing this? Thanks.
Hi juhishah
The issue is that you would need to create a filter set for the home page, the search page, the product page, the posts page, any singular pages, and so on. This is why the best option is simply to add a link in the header that directs users to the product page, where they can filter everything, rather than trying to display a redirection filter on every page in the header.
However, this functionality will be added in future updates to allow the redirection filter to appear on any page; currently, there are only workarounds.
Best Regards,
Victor
I want to apply this filter site-wide in the header on every page, post, custom post type, and the home page.
The single filter I am creating should load on all pages. Currently, I have tried setting it up, but it’s not working as expected. I created two filters: one for posts, which only appears on individual post pages, and another set to “Pages – any,” which appears on all pages except the home page. When selecting the location, I tried to find an option that would allow the filter to appear across the entire website, whether it’s a post type, archive, or any page but I don’t see any such option. Please refer to the screenshot in this link: https://prnt.sc/mQs_I6i2_jEd
Could you please guide me on how I can create a global filter for the header?
Hi juhishah
Create as many filter sets as required, and place them on all pages you can see in the “Where to filter”. This will cover every page type on your site.
Pages + any pages, posts + any posts, products + any products, and so on utill you have a filter set for them all, including taxonomies, etc.
Best Regards,
Victor
So just to confirm, does this mean I need to create 8–10 separate filter sets for each page or post type?
I am not sure this is the ideal approach. If I ever need to make a small adjustment to a filter, I would have to update all 8 versions individually, which could be inefficient. Ideally, I would like to set up a single filter that can be applied everywhere.
Could you please help me with this, or guide me on how to achieve it?
Hi juhishah
Yes, that is absolutely correct, you need separate filter sets for all of them. If you need to make adjustments, you will need to modify them everywhere as well.
This is why it’s not the most efficient approach, but it is the only way to make it work right now. However, in future updates, there will be functionality that allows the redirection filter to be displayed on all pages using just one filter set.
So currently, as we mentioned, you can stick with the link in the header that directs straight to the product page with all the filters. After the update that allows using one redirection filter set on all pages is released, you can switch from the link to the redirection filter.
Best Regards,
Victor
Thanks, so may I know when can we expect this upgrade in plugin and we will able to make single filter for all pages?
Hi juhishah
Probably from the 1.9.3 updates or higher. Currently, we want to finish and release 1.9.2 as it already includes many features, and it is the biggest update we have ever released in a single version.
Best Regards,
Victor
two fields originally set up in ACF as radio buttons. When I went to display it shows no data .I deleted both from ACF and from Filter Everything. Went back and created fields again as check boxs and text. Either way it does not recognize the values when i add data to the pages and save. I am trying to use same field names b/c it makes sense but it seems maybe i cannot since this null data is stuck. Any ideas how to clean this out so i can use these field names
Hi justind114
Thank you for choosing Filter Everything PRO.
Yes, please check this page on the ACF: https://filtereverything.pro/resources/acf-and-fe/#important
Best Regards,
Victor
how can i control over which urls/sites the license is activated?, when i moved from dev to prod, it stopped working.
Hi resshaheen
You can send your licese key via PM: https://codecanyon.net/user/fe_support so we can deactivate it across all of the sites.
This way, you can activate the license only on the sites that you need.
Best Regards,
Victor
sent, thank you. please prioritize
Hi resshaheen
We have deactivated the license across all of the sites. Please try to activate it on the required ones.
Best Regards,
Victor
Hello, I have just purchased the pro version. I have already been using the free version and about to install the pro version. My question is, once I install the pro version will it remove all my existing filters and settings or it will keep them?
Hi believerfellow
Thank you for choosing Filter Everything PRO.
You just need to install the PRO version of the plugin without deactivating or deleting the Free version. After installing and activating the PRO version, you will have access to all PRO features while keeping your existing filters intact.
After that, without deactivating the PRO version, you can remove the Free version if you want.
Best Regards,
Victor
I’m wondering if I can use the plugin to create a filter for the search results page. I want people to be able to filter post type for example. Or sort by recency vs relevance. That kind of thing.
Hi jpsquared
Thank you for choosing Filter Everything PRO.
You can place a filter on the search page to filter the results. However, as you might have noticed, when creating a filter set, you must choose the exact CPT it will work with. This means you can filter only one specific post type at a time; you cannot filter multiple CPTs like posts, products, news, etc., simultaneously.
So if you place a filter set on the search page, it should display only the chosen post type.
To place a filter set on the search page, go to Where to filter and select Common WordPress pages + Search page.
It will work like on this demo page: https://demo.filtereverything.pro/?s=nam&post_type=post
Best Regards,
Victor
Hello,
I’ve set up this filter, but it’s not working correctly. It does filter, but all products still appear — just in a different order.
https://gesundwerk.at/nahrungsergaenzungsmittel/Best regards, Oliver
Hi Oliver
Thank you for choosing Filter Everything PRO.
Everything is filtering correctly. The only issue we noticed is that you specified the wrong container for AJAX filtering. Currently, it is using:.productstry using:
.elementor-widget-wc-archive-products
This should work fine. Also, just in case we attach the documentation on AJAX filtering: https://filtereverything.pro/resources/ajax-instructions-only/
Best Regards,
Victor
Hello! I need help with Filter Everything PRO customization and Elementor integration
We are using Filter Everything PRO + Elementor PRO to build filters for a CPT (“Courses Certificates”). Filtering itself works, shortcode output works, but we face issues with styling and widget visibility.
Main problem: We must customize UI to look like dropdown-style filters (horizontal layout, item expands below on click/hover, shadow, padding, animation). However, custom CSS applied in: • WP → Appearance → Customizer → Additional CSS • Filter Everything settings → Custom CSS field • Elementor page → Custom CSS inside shortcode block
does not affect dropdown styling, or affects partially (only font-weight or icon position changes apply, layout/containers ignore styles).
Technical details: • Filters are inserted via shortcode: fe_widget horizontal=”1” columns=”4” (because widget was not appearing inside Elementor widget panel) • Fields used: ACF custom fields + taxonomy • Filters currently render correctly & filter posts, but UI layout is hard to override.
Issues that need clarification: 1. Why Elementor does not detect Filter Everything widget? Only shortcode works, widget list in Elementor is empty. Is there a missing integration step? 2. How to properly override container styles of filter dropdowns? We need to apply custom CSS to: • .wpc-filters-widget • .wpc-filter-content • .wpc-term • dropdown wrapper positioning (absolute/relative) • hover state + shadow + equal container width but CSS often gets overwritten by internal plugin styles or inline-flex wrappers. 3. Is there an official recommended way to fully restyle filter dropdowns? – via CSS override selector? – via template override? – via theme compatibility file? – via your plugin hook/filter?
We would greatly appreciate an example or documentation on how to safely override and control dropdown UI layout, including width inheritance and opened/closed states.
⸻
Goal result (visual reference included): • Horizontal filter bar with 4 buttons • Each opens dropdown panel below aligned to parent width • Smooth hover/active highlight, shadow, padding like on Figma reference mockup
⸻
If needed, I can provide page HTML, screenshots, or temporary access for debugging. Thank you — waiting for guidance on best practice method for full UI customization.
We need something like this https://demo.filtereverything.pro/step-by-step-filtering/
Hi jacknormaann
Thank you for choosing Filter Everything PRO.
Most likely, you are facing CSS specificity issues: https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Cascade/Specificity
.btn { color: blue; } /* lower specificity */
.btn.primary { color: red; } /* higher specificity → wins */
If you target some elements only with their own classes or without enough specificity in CSS, your styles will be overwritten by those that have higher specificity. Also, check if you have any caching for CSS.
The Elementor widget can be found in the WordPress section. When you edit the page with Elementor, the list of all widgets appears on the left side. Scroll down to the WordPress section, open it, and look for the Filter Everything – Filters widget. The search won’t find it yet, but it should be discoverable via search in the next update.
Also, for those dropdowns to look the same as in the demo, go to Filters > Settings > Experimental, turn on Improved Dropdown Styles, and hit the Save button.
Depending on whether you are using a shortcode or a widget, there are settings to make the layout horizontal and set the number of columns.
https://filtereverything.pro/resources/filters-widget/https://filtereverything.pro/resources/shortcodes/
Best Regards,
Victor
Hi,
I bought the pro version and all seems to work well except on mobile, i selected the appear as popup on mobile and have tried combinations of enable compatibility and sidebar on top with a HTML id or class of the Posts Container of .wpc-posts-found but on a mobile when i click on the filters button the popup opens with the title but nothing else, just a blank screen. Any ideas?
Thanks
Reading some of the other comments i just want to confirm that the “hide on mobile” option isnt selected on the widget 
Hi jasonswain
Thank you for choosing Filter Everything PRO.
Can you please send the link to the exact page with the issue so that we can check it?
Best Regards,
Victor
I can only leave this live for a short while for you to see it as this breaks the filters on mobiles:
https://www.bennettsfishing.co.uk/shop/Do you have a private ticket system for support?
There is this piece of code added that hides it on mobile: https://prnt.sc/8JvrU3ofB7_a
If we switch it to block, everything appears correctly: https://prnt.sc/F3Okd96bJjjr
You can try adding the following code in Filters > Settings > Experimental > Custom CSS:
@media screen and (max-width: 768px) {
.wpc-custom-selected-terms:not(.wpc-show-on-mobile), .wpc-edit-filter-set, .wpc_show_bottom_widget .widget_wpc_selected_filters_widget, .wpc_show_bottom_widget .wpc-filters-widget-content .wpc-filter-set-widget-title, .wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title, .wpc_show_bottom_widget .wpc-filters-widget-wrapper .wpc-filter-layout-submit-button, .wpc_show_bottom_widget .wpc-posts-found, body.wpc_show_bottom_widget .wpc-open-close-filters-button, body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened) {
display: block !important;
}
}
Best Regards,
Victor
That worked, thanks 
Hello,
I am configuring a filter in your plugin and I need to use the Numeric Range display type. However, this option appears disabled in the dropdown list when selecting the filter view.
The fields I’m trying to filter come from a custom taxonomy. Even though the taxonomy terms contain numeric values, the plugin still does not allow me to select the Numeric Range option (as shown in the attached screenshots/HTML inspector).
It seems that the plugin detects the field type as taxonomy terms and therefore prevents the Numeric Range option from being enabled.
Could you please confirm whether Numeric Range filters are supported for taxonomy terms, and if not, whether there is any workaround or setting that would allow this?
Thank you in advance for your help.
Best regards, Marcos
Hi Marcos
To create a range slider filter from a taxonomy that contains only numbers, such as 10, 20, etc., without any additional symbols like 10$, 20%, and so on, all you have to do is: create a filter → choose “Taxonomy Numerical” (usually at the bottom of the list in the “Filter By” dropdown) → then select the required taxonomy.
Best Regards,
Victor
Hello, I am interested in paid customization of the Filter Everything plugin to ensure full compatibility with the WPResidencies theme (property listings + custom fields) and SEO-friendly filter URLs. If you are available for custom work, please let me know your terms and the estimated cost. Thank you.
Hi davidz77
Thank you for choosing Filter Everything PRO.
We’d love to help, but unfortunately, we simply do not have the time available to take on any customizations, even for additional fees.
However, if you have any questions about whether it can work with this, or if you can make it work like that, and so on, please let us know so we can help you achieve what you’re looking for.
Best Regards,
Victor
- also a right sidebar woudl be nice if you click on all filters. - also the styling of ikea is cleaner. you have a search field in the pulldown or the main topic has these ”-” on example “material” which is not editable…
- an all filter mobile friendly popup would be also great.
best regards
Hi rjaxx
Thank you for your suggestion. We really appreciate the link and the inspirational examples.
We’ll add it to the list so the development team can check it and find ways to improve the plugin based on those examples.
Best Regards,
Victor
Hi there,
I’m experiencing an issue with Filter Everything Pro on a site using the Salient theme.
I’ve set up a custom post type “Courses” and created a filter set for it. I’m using the [fe_widget] shortcode on a custom page and have also tried using archive page to display the courses. However, the filters are not showing, and I see messages like “No one filter set is related to this page” or “No Courses lists found on this page.”
I have verified: The CPT is public and has an archive. The filter set points to the correct post type. The shortcode is added above the course listing on the page. It seems the plugin isn’t detecting the courses or the page properly when using Salient. Could you advise on how to get Filter Everything Pro to work correctly with this theme?
Thanks in advance.
Hi simonpeyto
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?
Also, please attach the link to the exact page where you are trying to display the filters so we can test it on that page.
Best Regards,
Victor
Hi,
Sent the credentials as requested.
Hi simonpeyto
We have checked the site and added a filter set in the footer area: https://prnt.sc/MqcDoW_Oe1ND
That was the only place we could find to add a widget to display the filters on that page. You might want to add a widget on the left or at the top, depending on your preference.
However, this is the most unusual page views in the admin dashboard we have ever seen on any type of site, which is quite confusing.
Best Regards,
Victor
Hi,
Thanks for helping me get the filtering working on the archive page.
I’ve run into one issue though. The Salient theme uses a single global template for all archive and post pages, which means my courses archive ends up sharing the same layout as my regular blog posts. I need the courses to have their own layout, without affecting the rest of the site, so using the archive template isn’t ideal for my setup.
Is using the archive page the only way to display Filter Everything Pro? Or is there any supported method to use FE Pro on a normal WordPress page, so I can build a separate layout just for the courses?
Any guidance would be really helpful.
Thanks again,
Hi simonpeyto
You can apply it to any singular page. For example, you can create custom page templates in your child theme with WP_Query to display the required posts, then apply those templates to the desired pages. After that, create separate filter sets and apply it to the exact page in the “Where to filter” section. If it is a singular page, use “Pages + name of the page.”
Best Regards,
Victor
Hello,
Some reason, the license key has stopped working. It was activated at the time of installation and suddenly I am getting this error.
Could you help look into this ?
Not sure why I am locked out.
Thanks.
Hi nil2020
Can you please provide information on what error you see when you use your license key in Filters > Settings > License tab?
Best Regards,
Victor
Hi Victor,
Thanks.
Here is what is coming up.
You have been using the plugin for over two months without a license key, and it is now locked.
Even when pasting the key again and trying to activate, the license key field is just staying blank.
Please use incognito mode in your browser!
In order to set the License key for the Filter Everything PRO plugin, simply head to Filters -> Settings -> License and click the “Get your License Key” button.
It will take you to a new page where you have to log in with your Envato credentials (with an account where you have purchased the plugin) and obtain your License key.
This is the license key that is used for activation of the plugin.
When you place a license key in the License tab and hit the Activate button, it should display some type of error, such as “Unknown error,” “Already used on two sites,” etc.
Best Regards,
Victor
I am using incognito mode. And there are no other error showing up during activation.
Hi nil2020
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Also, please include the license key you are using to activate the plugin along with the credentials, so we can test it on the site.
Best Regards,
Victor
I do not have support active.
Whatever I put in according to your instruction will be visible here in the comments to everyone.
And I would prefer to not give admin access at this time. I believe, this is something that you can adjust from your end. And does not require an access to admin.
I have reinstalled the plugin and tried to activate the key as per instructions. The plugin is not able to store the key and activate itself.
This is the error I am getting when trying to publish a filter set.
Error: you can not update settings because the Filter Everything Pro plugin is locked. Please, enter your license key to unlock it.
Please, let us know if you can help without activation of new support as we believe this is not a technical issue but subscription issue.
Hi nil2020
You don’t need active support time for license issues; we still provide support for such questions even if your support period has expired. In some cases (like yours), your hosting or provider is blocking the connection to the license servers, which causes the “unknown error” when you enter the license key and click the Activate button.
In such cases, we can activate it manually on your site with the required information. When you send all the data via PM to https://codecanyon.net/user/fe_support it is absolutely secure.
Best Regards,
Victor
Details sent. Please, help restore the license.
Thanks.
Hi nil2020
We activated the license on the site by deactivating it on two of the staging sites, where it was previously activated. This was the issue.
Best Regards,
Victor
Can I separate these product attributes (that you see in the screenshot) from this Filter Set and display them elsewhere on the page? Ideally, I would like them to replace these panels. I tried creating a different Filter Set with only these attributes and displaying it elsewhere in the page but it gave me the same filters.
Here is the screenshot https://drive.google.com/file/d/1XrOOsYCFVYufK8ozvyaIKcOvCNL7kCQq/view?usp=sharing
Hi giannismilo
Actually, creating a separate filter set with only this filter is the correct way to do it. All you have to do is apply two filter sets on the same page, and then use two widgets or two shortcodes to display both filter sets on the page.
Best Regards,
Victor
Thanks. It works fine now. I just have to stylise them to match my design.
You did an amazing job!
Best Regards,
Victor
Hello, I purchased Filter Everything PRO directly from CodeCanyon and I have 6 months of included support with my purchase.
However, the PRO features are not loading at all:
The plugin installs correctly
The license is activated
The pro/ folder is included
But none of the PRO functionality appears in the WordPress admin (no Shortcodes PRO, no PRO admin pages, no PRO filters, nothing)
It looks like the PRO loader is not being executed, or the package may be incomplete or corrupted.
Envato support told me that since I bought the plugin directly from CodeCanyon, the plugin author (you) is responsible for support and updates.
So please help me with:
Verifying whether my download package is complete
Providing the correct working PRO package if needed
Telling me how to properly enable/load the PRO functionalities
I just want the plugin to work as advertised under the purchased support.
Thank you.
Hi officeclavisnet
Thank you for choosing Filter Everything PRO.
We are not sure exactly where and how you included it, but the downloaded zip archive is the full PRO version of the plugin; it is not related to the free version at all. You should install it as a completely separate plugin via the WP-Admin dashboard: go to Plugins > Add New > Upload Plugin, upload the zip archive, install it, and activate it. From that point, you will have the PRO version of the plugin.
Also, you can send the credentials to the wp-admin dashboard following this document so we can check how exactly and if you installed the PRO version of the plugin.
Best Regards,
Victor
Hi Victor, I have sent the login credentials via private message as requested. Please confirm that you received them. Thank you!
We have checked the site, and everything is correct — you have the PRO version of the plugin.
We’d recommend checking the following pages for a quick start and guidance:
Quick Start: https://filtereverything.pro/resources/quick-start/
Filters Widget: https://filtereverything.pro/resources/filters-widget/
Chips Widget: https://filtereverything.pro/resources/chips-widget/
Sorting Widget: https://filtereverything.pro/resources/sorting-widget/
Shortcodes: https://filtereverything.pro/resources/shortcodes/
If you have a page where you want to display filters to filter your posts, we can set up an example for you on how to do it.
We are not exactly sure about the features you are mentioning, “ShortcodesPro, MetaBoxes, Admin features” or where they should appear. However, if you have any specific questions after checking the Quick Start guide, we would be more than happy to answer them. As previously mentioned, we can also create a filter example on your page with the posts.
Best Regards,
Victor
Hi Victor,
Thank you for checking the site.
However, the issue is still present.
Although the plugin is activated and the license is valid, several PRO features are not loading in the WordPress dashboard, including:
Missing in admin interface:
Shortcodes PRO admin section
MetaBoxes / extra PRO settings
Additional PRO filter options
PRO entities inside the Filter Set editor (only basic ones appear)
What I see:
Only the standard Filter Everything options — but none of the PRO administrative panels that should appear according to documentation.
Important:
I’m not asking about Elementor widgets or shortcode documentation. The problem is that the PRO module is not fully loading inside WordPress admin, so many PRO-only settings are invisible.
Could you please check why the PRO admin features are not displayed?
If needed, you can install a fresh PRO version or re-check the plugin folder structure.
Thank you!
This is the full menu of the PRO version of the plugin in the admin dashboard: https://prnt.sc/r3FFftQ7C4oT and this plugin has every PRO version’s features.
Can you please clarify where you found this information?
Shortcodes PRO admin section MetaBoxes / extra PRO settings Additional PRO filter options
Is this mentioned anywhere in the documentation or the product description? Perhaps some AI model provided this information, or where exactly did you find it?
In general, you create a filter set, add all required filters by any taxonomy and custom fields, apply it to the required page, and then use either a shortcode or a filter widget on that page to display the filters.
Best Regards,
Victor
Hello,
I need additional clarification regarding my issue with the PRO features not appearing in WordPress admin.
I have created everything correctly:
Filter Set is created
Custom Fields “lokacija” and “delatnost” are added as filters
The filter set is applied to the correct page
The post type “Usluge” is configured properly
However, the filters themselves (lokacija and delatnost) are NOT visible on the page at all, even though everything is set up exactly as in the documentation.
Additionally, it seems the PRO module is not fully loading, because the following features are missing:
Elementor Filter Widget (PRO)
The shortcode [fe_widget]
PRO admin panels and extra PRO settings
Additional PRO options inside the Filter Set editor
Because of this, I am unable to display the filters on the page in any way.
You previously confirmed that the installation is correct and that I have the PRO version, but:
✔ filter set works ✘ filters (lokacija / delatnost) do not appear on the front-end ✘ shortcode option is missing ✘ Elementor PRO widget is missing ✘ PRO settings are not visible
This means the PRO loader is not being executed, or the package might be incomplete.
Please confirm:
Whether my PRO package (v1.9.1) is complete and contains the Elementor widget + shortcode
Whether I need to download a fresh PRO ZIP from CodeCanyon
Why my custom field filters (lokacija / delatnost) do not render on the page even though they are configured correctly
I am unable to continue because without the widget or shortcode, the filters cannot be displayed at all.
Thank you!
Hi officeclavisnet
Since you already have a page, this is much easier now. Could you please renew access to the site so we can set up a full example for you? Also, please attach the link to the exact page where you want the filters to appear.
Please send all data via PM as previously: https://codecanyon.net/user/fe_support
Best Regards,
Victor
All set, but you need to add more posts to see the filtering results; having only one post won’t show much.
We edited the page via Elementor and added the Filters widget above the posts grid loop. (This widget can be found on the left side under the WordPress area in Elementor; it won’t appear in the Elementor search.)
Best Regards,
Victor
I’m using filtereverything with custom post type UI but its not detecting the custom posts that I have created. How do I make it work?
Hi Chaladmarketing
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?
Also, please attach the information about the name of the CPT you have created and the page where this CPT is displayed so we can test it.
Best Regards,
Victor
Hi There, Im developing a website using your plugin and i end up having to make some copies of it to debug, and now i can make updates once it says the license is already in use, I deleted the other copies but still not alllowing me paste the license, can you help me with it?
Hi chanleo
Thank you for choosing Filter Everything PRO.
You can send the licese key via PM: https://codecanyon.net/user/fe_support so we can deactivate it across all of the sites.
Best Regards,
Victor