8952 comments found.
Hi Team,
I’ve installed & done all the settings as you provided in the doc but filters are not working in my website. I checked in demo the filters are working with WooCommerce but I’m using custom post type (Products) not WooCommerce plugin.
Can you please check & suggest what I’m missing?
Hi CooloNL,
Thank you for choosing Filter Everything PRO.
Please send the link to the page with the problem. Also, please note that the plugin is working with the WP_Query, WooCoomerce uses product query to display all of the products, as long as you are using the query to display the products you can choose in the “And what to filter” correct query and everything will work.
Best Regards,
- Victor
Hi Victor, could you please send me an e-mail on robert@purplemedia.nl so I can share the details?
Hi CooloNL,
We have checked the issue and provided the info by mail.
Best Regards,
- Victor
I am using Full Site Editor (Gutenberg) with basic Template Twenty Twenty Three. Unfortunately the frontend of [fe_chips] is not nice (example: https://repekum.cz/stag/?product_cat=deodoranty&znacka=urtekram). Text is not aligned. I tried to solve with some custom CSS but I did not find a solution. Can you help me with solution to have wpc-filter-chip-name nicely aligned (centered)?
Hi richard_repetebox,
Please check this link to read about template overriding – https://filtereverything.pro/resources/templates-overriding/ you can add your needed styles right into the child template. Or use custom CSS for chips.
Best Regards,
- Victor
is there any documentation for this ? i am unable to setup on my website home , product pages
Hi donnas33,
Thank you for choosing Filter Everything PRO.
Yes, you can start from here – https://filtereverything.pro/resources/quickstart/ this is a quickstart guide on how to set up a filter set and display it.
Best Regards,
- Victor
Hello, for some reason the filters aren’t working on mobile. Only desktop. The filters show up, but nothing actually filters on mobile. Why is this?
Hi prydedesigns,
Please send us the link to the page with the issues so we can check it.
Best Regards,
- Victor
Hey Stepasyuk, I’ve got a strange situation where the plugin’s dynamic page title, content, and SEO description have stopped working. The setup was working perfectly, then just stopped. I have the site in a dev environment where I’ve deactivated all other plugins, set a default theme, and removed any custom code, but it still isn’t working. I’m seeing no errors in the console, debug.log, or error.log. I’ve tried debugging with `console.log` similar to the one below but getting nothing to help debug this. The environment is running PHP 8.0, WP 6.2.2, and FEP 1.7.14. I’ve tried downgrading the WP through the various version back to 5.9.5 and both downgrading and upgrading the PHP versions. I can’t share the URL in a public forum due to an NDA. How else can I debug this?
``` jQuery(document).on(‘ready’, function(){ console.log(‘Filter Everything Pro AJAX operation finished’); }); ```
Hi danmaby,
Please check the plugin status if it is locked or registered. If it is locked then you need to activate the plugin with the license key in order to make the SEO rules work again.
If this is not an issue you are facing, then please send the link to the screenshots via PM with more detailed info on the error.
Best Regards,
- Victor
Hi Victor
Thanks for the response. I’ve sent you a PM with further details.
Dan
Hi danmaby,
We have checked the site and sent the credentials form in the email.
Best Regards,
- Victor
Hey Victor
I’m not sure what you mean by “sent the credentials form in the email”. If this means you are requesting wp-admin credentials for the site, I have not received a form to submit them?
Thanks Dan
Hi Victor
The email had been sent to an alternative address I have with Envato. I’ve now completed the steps requested in the Google Doc to provide admin access.
Thanks Dan
Hi Dan,
We have checked the site and found that there was no issue. The solution is to enable indexing for search engines from the WP Admin Dashboard. Once this setting is adjusted, everything started functioning properly.
Best Regards,
- Victor
Thank you for reviewing this Victor. I hadn’t considered the global setting to prevent search engines from indexing the site might cause this. I appreciate your help.
Hi Dan,
Glad to hear that everything is working as it should.
Best Regards,
- Victor
Hello, I am having an issue with this plugin. There are 2 things I am trying to achieve. #1 is when someone clicks on the next page, I want it to scroll to the top of the products results rather than refresh and go to the top of the shop page. It doesn’t anchor link to the top of the products results right now, even with Ajax enabled. #2 is I would like all the filter categories to be collapsible and only opened like an accordion module when interacted with something like a drop down arrow for each category / filter. how can I do this?
Hi prydedesigns,
Thank you for choosing Filter Everything PRO.
1. There is an easy way to scroll the page to the needed container by adding to your filtering result page URLs and anchor that always scrolls to the needed container. All you need to do is to set an ID attribute on your posts container and in the function.php add the next code:
add_filter( 'wpc_filter_term_url', 'wpc_filters_url_ending', 20 );
function wpc_filters_url_ending( $url ){
return $url . '#mypostscontainer';
}
Instead of #mypostscontainer you should write the ID attribute that you added to your posts container.
2. Just turn on this option in the needed filter – https://prnt.sc/UHdZIjeFxKId to make it collapsable like an accordion module.
Best Regards,
- Victor
Hi there
How come, even if I have several pages, when I choose “Common WordPress Pages” I can only select the Homepage?
Hi Stadtluft1,
Common WordPress pages are just common pages like here – https://prnt.sc/lYsMuzjz75YN you can choose the home page, search page, shop page, etc. If you want to choose any other page you need to choose the pages + the needed page like here – https://prnt.sc/KDevD58DPwqR
Best Regards,
- Victor
can you help me with making the mobile collapse button centre on the page rather then align to the left
Hi x7mo,
Here is the screenshot of the needed element with the needed CSS – https://prnt.sc/05tEoAV1AoxO you can add it in your Additional CSS.
Best Regards,
- Victor
please can you give me the code to add to the additional css as I am not good at coding. thanks
Hi x7mo,
Sure, here is an example of the code:
.someClassesThatNeedToBeWrittenHere {
display: flex;
justify-content: center;
}
With the devs tools check what classes the button is using to apply the styles to the needed element instead of “someClassesThatNeedToBeWrittenHere ”. In the screenshot, it was provided with the code on the right side.
Best Regards,
- Victor
answer =
@media only screen and (max-width: 720px) { .wpc-filters-open-button-container.wpc-open-button-6753 { display: flex; justify-content: center; } }
use max-width as without it the button appears for non mobile use also
We are pleased to see that you were able to create the required custom CSS styles.
Best Regards,
- Victor
Hi. Does the plugin have an option to filter without changing the URL? I need to do everything on one page. Thanks for the answer.
Hi bajtek,
Thank you for choosing Filter Everything PRO.
Well, it is working on the page just the URL is the filter particles, there is an option to remove the URL and make it like in the free version by the GET parameter. To do so you need to place this in the functions.php
define('FLRT_PERMALINKS_ENABLED', false);
Best Regards,
- Victor
Please can you explain how I can set-up a filter to filter by prices range. I can’t see how this works. I have created a filter set on my site already and its working as such (includes brand, colour, number of lights) but also needs to include ‘Price Range’ > I just can’t see how this is achieved. Please can you let me know how to set up (using woocommerce ;)). Thanks in advance. A
Hi aashto19,
Please check this screenshot – https://prnt.sc/0K0SGqubri2I here you can see how to create a price range filter.
Best Regards,
- Victor
Thank you for such a quick response!! Another quick question (to hopefully save me some time): Is there a way to either use the filter create on multiple pages or clone filter sets > I want to ‘Apply filtering if page is:’ is 3 or 4 specific pages OR simply duplicate the same filter set (so I have multiple filters that are the same and I can apply to different pages). Thanks in advance.
There is no clone feature at the time, so you need to set up each Filter Set manually. But in future updates, we are planning to add a clone feature.
Best Regards,
- Victor
Okay, I’ll get busy – thanks again.
Sorry, final question (I promise!) – On the dropdown option is says ”- Select [ATTRIBUTE NAME] – ” > anyway to drop this so it just says the [ATTRIBUTE NAME] and not the surrounding text. It doesn’t need to say select for me…
You can do it by rewriting templates, here you can read more about it – https://filtereverything.pro/resources/templates-overriding/ choose the needed template and rewrite it to your needs.
Best Regards,
- Victor
Hi, may I know if it’s possible to filter by ‘New Arrivals’? Because I tried to create a new page with sidebar + woocommerce [recent_products] shortcode but the filter didn’t work with the shortcode separately, it only works on shop and category pages. Is there a workaround for this issue?
Hi kbxiankode,
Thank you for choosing Filter Everything PRO.
If the shortcode for new arrivals is not using WP_Query to display those products then the plugin won’t filter them as it is using the query. For example both the shop and category pages use query. Or how it didn’t work on that created page?
You can create a page for example “Test Shop” place your “New Arrivals” shortcode place our filter widget shortcode [fe_widget] and then create a filter set and place it on the “Test Shop” and in “What to filter” you should choose the correct query if there is none them it doesn’t use query.
Best Regards,
- Victor
Thanks, I managed to achieve what I want now, but I am not able to find the Price in the new filter set.
The price range slider should be added as a custom numeric field. If you are using WooCoomerce the default meta key for price is _price
Best Regards,
- Victor
Hi advanceduzer,
Thank you for choosing Filter Everything PRO.
If you are using AJAX to update the content of a section that contains the iframe, the event binding might be lost. After the AJAX update, the JavaScript event listeners that were responsible for loading the iframe content may no longer be active. Make sure to re-bind the event listeners after the AJAX update.
You can try to turn off the AJAX from the filters -> settings and try if it will show normally without it.
Best Regards,
- Victor
Hi, I purchased Filter Everything Pro and set it up on my computer desktop. It’s working well there. However, when I try to use it on my mobile device and select an item, the screen becomes transparent, displaying the product catalogue and the filter on top, which mixes them together.
In the settings, I chose “Special Pop-up Filters Widget for Mobile” and enabled the “Pop-up Filters” widget.
Could you please take a look at my web page to see what I mean? Here is the link: https://siuluspalvos.lt/siulai/How can I solve this issue? Thank you.
Hi vanickisa,
We have checked the site and something weird is going on there. Why there is a filter set at the bottom of the site with a loading icon – https://prnt.sc/191OWiDKbcSk After choosing any filter the mobile button is appearing, but everything is working well then suddenly after changing the product view (small icons) it becomes transparent… There are a lot of errors in the console. And for example, everything is working well – https://prnt.sc/yqe9zV0sEbeD most likely there are some CSS styling issues, a lot of issues because it is working differently depending on what you click on the site.
Best Regards,
- Victor
Hi Victor, I think I have fixed the issue that you mentioned, but I am still facing the same problem with transparency and mixing the page and filter together. Can you please check? Thank you.
Try to go to Filters -> Settings and turn on compatibility mode and test if it will work. The weird behavior happens when we scroll the page. If we do not scroll it everything is good, if we scroll it everything goes in the background and all your products go in the first place. Which is very weird.
Let use know if the compatibility mode helped.
Best Regards,
- Victor
Hi Victor, I did as you said Filters -> Settings and turn on compatibility mode and tested and still have the same issue. How I can send you screen shots of my setting maybe issue there? I cannot attached screenshots on this chat
Hi vanickisa,
You can send credentials to your /wp-admin following this document so we can check the issue.
Best Regards,
- Victor
already sent the credentials
Hi vanickisa,
We have checked the site and it seems that there is some custom styling applied to the body triggered by AJAX which you can see here – https://prnt.sc/fE2S4Jhivs2a if you remove it, everything is working great. The plugin doesn’t give any “position sticky” with its default styling.
Best Regards,
- Victor
何度もすいません。 Filter Everything Pro の 2 つの目のインストール先が不明になってしまいました。 無効化お願いできますでしょうか?
よろしくお願い致します。
Hi sei7,
Can you please use the English language, translator telling us that you lost your installation? You can download the plugin from this site with your account.
Best Regards,
- Victor
I understand. From next time, I will ask questions in English.
Hi sei7,
Thank you for understanding, but what was the issue?
Best Regards,
- Victor
I apologize again, Could you please deactivate the license on both sites?
Ah yes, sure without any problems. It was deactivated and just to give you idea where they were activated: “blancvert.com” and “member.blancvert.com/wordpress”
Best Regards,
- Victor
hi after ajax update filter no show iframe whith video , https://dev.gurnick.edu/alltestimonials/ ////////////*//////////// Item ID: 31634508 Item Purchase Code: 29472dc9-3518-4b16-a2ce-2d0746e9eaa2
Hi idorosh82,
Here is support for accounts who purchased the plugin, and if you already did it, please write your request from the account where you purchased it.
If you are working with the client and don’t have the ability to use that account, please ask the client to write here from his account where the plugin was purchased. To confirm that you are working together so we can provide support on the issues following the support policy.
Best Regards,
- Victor
Hi
My Category pages are marked as no index
For example: https://accessiblevisit.com/inventory/all-matches/city-barcelona/This page is marked as no index. is there a setting include the category page? I want do let google index these pages as well
Hi pmcooperation,
You need to create SEO rules for all of the cases that you need. Yes, it will take some time, but there is no other way, with one click to make it work. Here is more info about SEO rules – https://filtereverything.pro/resources/seo-rules/
Best Regards,
- Victor
Well i did that
https://prnt.sc/g4zrDD1pnfRq but still no index and blocked by robot txt https://ibb.co/zsMfvpvDid i something wrong? or?
Yes, you choose “without archive page” but you are uing archive page – https://prnt.sc/2mJf76EklUWm
Best Regards,
- Victor
If i set i ton any tag, nothing happens, still excluded
Hi pmcooperation,
We checked the site and created a test SEO rule. You can see it here – https://prnt.sc/U6SOl9umYVlu and if you choose any needs you will see it working as it should – https://prnt.sc/H6tWGGs2cbSp
Please explain, why is the shop page which is “inventory” redirected to the /all-matches/ category. This category is the same as your cities categories. It just removes proper functionality because this /all-matches/ should be added when you choose any City and it should display for example /London/ or any other city without /all-matches/ in the url, it should be like that to make everything work properly.
Best Regards,
- Victor
I dont know why it linked to //all-matches.
The only think what i know is, when i set the link to /inventory and visit this page, the (chips) reset button doesn’t work.
For example:
https://accessiblevisit.com/inventory/needs-wheelchair-accessible/Click reset button, nothing happens.
All the issues are because of this redirection. Maybe you made it in a .htaccess file or by some plugin. If someone was working on your site and setting everything up for you, just ask that person why it is redirecting to that category by default. This is out of the scope of support as it is not related to the plugin at all. So we cannot help here. You can only use custom fields for countries instead of using categories then it will work as it should at least.
Best Regards,
- Victor
Hi Victor Ive delete the redirection and the reset button works for now
the url is now https://accessiblevisit.com/inventory/ which is great.
I still see ’’noindex’ in the page source, blocked by robot.txt
https://ibb.co/p2221Vp url which is goint to be used https://accessiblevisit.com/inventoryHi pmcooperation,
Good job!
Now we set up one SEO rule and everything is working great. You need to set up other SEO rules following the example, right now you need to choose any city and any needs to see the SEO rule to apply, create more to only choose a city and only choose needs and etc that you need.
Best Regards,
- Victor
HI
The example on your screenshot has an option ‘any category’ i can’t find that one.
Yours: https://prnt.sc/U6SOl9umYVlu Mines: https://ibb.co/b6v16cb https://ibb.co/hKvSXngIt doesent need it anymore since there is noredirection. You can turn it on and off from the Filters -> Settings -> Indexed Filters
Best Regards,
- Victor
Hi Victor
i turned it on and off but still no index
For example: https://accessiblevisit.com/inventory/needs-shower-chair/country-belgium/<meta name=’robots’ content=’noindex, nofollow’ />
Hi Victor
See this recording. https://files.fm/u/s66mvnpc7When i want to add multiple ’’needs’’. i get an 404 (ive turned of the AJAX option for now to show you)
see recording for example
Hi pmcooperation,
First of all, you choose “AND” logic which we changed to “OR” because – «AND» means, that posts should belong to all selected terms at the same time. That’s why you get 404 as there is no such posts.
Second of all we added the SEO rule to work with countries as well, check the page – https://accessiblevisit.com/inventory/needs-wheelchair-accessible/city-antwerp/country-belgium/ now based on those two SEO rules you can create any other that you need.
Best Regards,
- Victor
Hi Victor
Thx for your help and patience.
I think i do understand Ive created some rules and they work
When i click on multiple needs, for example Belgium + Wheelchair accessible—> this works Belgium + Wheelchair accessible + antwerp—> this works Belgium + Wheelchair accessible + shower chair—> this works not (yet)
Does that mean that i have to make for every option a seperate rule? that means like 100 different rule?
Hi pmcooperation,
Multiple filter terms from the same filter are not allowed for the SEO rules. While it might seem like a helpful feature, it could inadvertently lead to negative consequences for your website’s SEO performance. Allowing multiple filter terms from one filter can potentially create duplicate content issues and dilute the relevance of your pages in search engine rankings. When search engines crawl and index your website, they aim to deliver the most relevant and unique content to users. By using multiple filter terms, similar content variations may appear, resulting in reduced visibility and rankings for your individual pages. That’s why it is best to use just one term from a filter for SEO purposes. Maybe in future updates, we will add the ability to choose as many terms as you need, for your own risk, but at the time it is working like that.
Best Regards,
- Victor
Alright thats clear
Another situation
When i am in my inventory and select my needs, it shows all hotels (for example 5 hotels)
But when i add another need, for example shower chair (which are 3) i still have als results 5 hotels. This should be 3 in the listing.
for example see recording https://files.fm/u/thnrszrmkat the previous filter was this fixed beceause i used the <AND> filter. but with the new filter, i get the 404.
PS:
When i try to add multiple needs ( the checkboxes) at my homepage. i get a 404
If i try one checkbox, its working
when i click muliple and then search, i get the 404
Here what was the issue, in your multiple filter sets there were different logic for needs filter, some had OR some had AND for the same page and it was causing the issue. We changed them all to the AND logic for the needs and it is working, at first, we thought that there are no items with both needs attributes.
Best Regards,
- Victor
hi Victor
Yes this looks better, this looks great actually. Thanks!
Hi Victor, another problem occured: The filter isn’t working in Wordpress Search Results Page. No search plugin, just standard results page. Set up a filter for Common Pages -> Search results page, filtered by category. Tried filtering by custom taxonomy too, same result – every filter shows 0.
Hi lichtpixel,
We just tested a search and entered a simple letter “a” for testing and it is showing everything and filtering as well – https://prnt.sc/Tu11TOK0koB2
Best Regards,
- Victor
please try a search for “testimonials” (0/6) or “news” (1/3) – it seems like it’s only counting posts, not pages, although there are pages in the search results. how can we make it count correctly? in the filter settings, you can only select posts or pages, not both, which would be necessary here.
Unfortunately, it is working with one Post Type at a time, it can be products or posts, etc. It cannot work with multiple Post Types at the same time.
Best Regards,
- Victor
well, we’re talking about a standard wordpress page here, which you offer to select in your “common pages” selection – why do you offer it in the first place when it’s not working at all? and what do you suggest as a solution for a working search results filter?
Here is a dropdown where you can choose one option at a time – https://prnt.sc/5BCcMMs_YQR_ and it will work with that Post Type. Your search bar can show results for absolutely all of those post types and show them (it has nothing to do with our plugin and its functionality). The Filter Set will work only with the Post Type that was specified in the Filter Set.
Best Regards,
- Victor
well, if the filter can’t filter the standard wordpress search results page, I would very much say it has something to do with your plugins functionality… but whatever… if I switch it to “pages”, the query selection says “No WP Queries matched to the post type “Page” found on the page” – it does work in frontend anyway, but only when it’s the only filter set. If I activate both, to have filters for posts AND pages – the second one doesn’t work.
Hi lichtpixel,
For the test, we created a filter by the author for pages in a search. You can check the setting up here – https://prnt.sc/4YWTMO4ePKfd
Here is the pages list – https://prnt.sc/AugBU5k3pjUF
Here is the search page with the filter – https://prnt.sc/BDp-Yf14Yhdl
As you see everything is working. The filter is working with the query, check your search query and what type of posts it is querying. Maybe it is not including pages after all.
Best Regards,
- Victor
Hi Stepasyuk,
I have an issue related to a filter that I can’t resolve.
I created a filter in this page: https://polydentia.sviluppo.host/download-center/pubblico/
The filter type is based on the plugin: Download Manager Pro.
The filter used three subfilter: one based on download category, the second based on download tag and the third one based on a custom filed.
Everything work great and in the final page I can see everything correctly. The problem is related to the filter “Lingua del documento” that is a custom field; if you try to select a language (Ex. Spagnolo) the download on the right disappear completly.
The download are load with a shortcode of the download’s plugin.
What generate the problem? Is there a way to fix it? Thanks Mattia
Hi Mattia,
So after we are choosing the filter term “Spagnolo” from the “Lingua del documento” we can see only one post – https://prnt.sc/56lsQcJi49FW
Do you mean that there should be more posts with this custom field? Or what exactly do you mean by “the download on the right disappear completely”?
Best Regards,
- Victor
Hi Victor, thanks for the reply.
With your test I just found out that the problem it seems to show only when I am logged in with an account.
If you see this screen this is what we see if we select the term “Spagnolo”: https://ibb.co/QvCXxS9
Is it possible something like this? In the website there isn’t a cache plugin.
Thanks for the help Mattia
Hard to say what exactly is happening, it can be some user role restrictions, but for admin? You need to check that “download plugin” user roles or maybe there are some security plugins and etc that give such an effect, perhaps custom code? Our plugin doesn’t hide or show anything, it simply doesn’t have such functionality, all it can do is just filter. So try to turn off 50% of the plugins and test the workability. Or if you have the ability try it locally with clean WP and add only the needed plugin to check if everything is working together, so you can move back to the site and fix the issue.
Best Regards,
- Victor
Hi, I took a Filter Everything Pro license but I can’t activate it on the live site.
When I enter my licence key I get the error: “Unknown error.”. Can you give me the solution to solve this problem?
Waiting for your return. Thank you.
Luc
Hi Luc,
We can do it in the same way as it was the last time. It can’t be done just by any instructions as we are adding info in our DB manually, then generating the data manually that should be generated on the server, then placing it in your site DB. We are working to solve this problem entirely simulating such situations on our test server, to understand why some servers blocking it and what can be done with it.
Best Regards,
- Victor
Can you send me your email? I can’t find your information anymore. PS : The filter works well without the license. Do I still need to set it up?
Thanks
It will work only for 2 months without activation. Just use PM here and it will send everything to us.
Best Regards,
- Victor
Hi! First of all I’m impressed on what this plugin can do, it’s awesome and blazing fast! However I have a little problem. I’m using filter everything on latest woodmart version. Everything works fine on desktop, but the filters are not showing on mobile, even if I use shortcode. The one way it to show is removing every filter widget on elementors shop page, and then it shows the filter button. But if I do so, then they won’t be shown on desktop because it needs the widget. Is FE fully compatible with woodmart?
Hi stebang2,
Thank you for your interest in the Filter Everything plugin.
This is a unique issue for each case, there is no one-way solution.
Here is support for accounts who purchased the plugin, and if you already did it, please write your request from the account where you purchased it.
If you are using the Free version, please write your request on the WordPress support forum – https://wordpress.org/support/plugin/filter-everything/
Best Regards,
- Victor