8948 comments found.
Hey, what is the proper JavaScript action that is triggered when the Ajax request finished and the client side list of products has been refreshed? I can’t find anything…
What I am trying to do: whenever FE Pro has reloaded the products I need to run some JavaScript code….
Michael
Hi mbaierl
You can run it on the ready event – https://filtereverything.pro/resources/ajax-related-problems/ so it will apply it when the dom is fully loaded, basically when everything is fully done.
Best Regards,
- Victor
Thanks, seems to work fine. I guess I have a new plugin I’ll use on all sites that require filters…
Glad to hear that everything is working.
Best Regards,
- Victor
Hi, we are facing an issue when we are trying the filter. It shows a 404 page in a lot of cases. Can you check: https://www.loom.com/share/a2da00d64eec4f18b1c73dbffa6985b9
Hi mrijnwal
Looks like the issue is in the URL prefix, change it to something absolutely unique, that you know 100% does not exist on your site. Like test_cat_something_test. You can change it from Filters -> Settings -> URL Prefixes.
Best Regards,
- Victor
Victor, This seems to be strange.
Not all filters are wrong. 90% of them work well except some of them are showing a 404 page in 3th level.
Then write down the slugs that you are using for those categories, like main -> sub -> sub2 -> sub3 perhaps you are using the same slugs with some small addition at the end which might trigger something when there are two of those chosen together.
Best Regards,
- Victor
That should not be the case? It should work ?
Please send the credentials to the wp-admin dashboard following this document so we can check it on our own.
Best Regards,
- Victor
you already. have
Alright, we have changed the URL prefix to the unique one and there is no more 404 error when we choose the two options – https://petsolutions.be/winkel/888categorie888-hond_manden-kussens-en-dekens_orthopedisch-hondenbedden-and-hond_mkd/
Please test with other things and change the prefixes to unique ones.
Best Regards,
- Victor
Hey there,
I noticed the sorting does not work at all…
Using Elementor, in the Filter Everything sorting Widget I set the price to be sorted ASC or DESC, but the sorting on the frontend is purely random… (8, 8, 19, 6, 200,
????
Any ideas what might be causing this?
Here is an image of the filter: https://share.cleanshot.com/NTs8MSYH
Hi mbaierl
Thank you for choosing Filter Everything PRO.
You need to create a sorting option by meta key numeric and use the price meta key, in the Woo it is _price
Best Regards,
- Victor
That worked, thanks. Why is the included “price” not working and sorting by _price?
It was left there from the old versions. Should be changed with new updates.
Best Regards,
- Victor
Hello,
I installed the plugin on my site built with Elementor. I created loops with my articles on my page, and I wanted to insert a filter bar at the top with the name of the category to select. However, when I activate the plugin, I receive the message: “No one Filter Set is related to this page. You can configure it in the Filter Set -> ‘Where to filter?’ field.”
I have, of course, gone to “Where to filter,” but in this category, I only have “common page,” and then I can only select the homepage, not the page where my articles are located. Could you help me with this?
Hi 6zc86j4s4j
Thank you for choosing Filter Everything PRO.
From the “Where to filter” you should chose “Pages” + “you page name” – https://prnt.sc/FzIZ-gaeaXaW
Best Regards,
- Victor
Hi Victor,
your documentation says “By default, all filter results pages are closed from indexing by Search Engines.” But I am seeing a lot of Crawlers going after these URLs, e.g. GET /de/size-36-or-38-or-40-or-42-or-46-or-50-or-l-or-m-or-xl-or-xs/page/5/ How can we prevent that from happening? Thanks Michael
Additional info: I have nothing set under Filters Settings – Indexed Filters as well as – Indexing Depth.
Hi 0rca
Meta robot tags are widely recognized and respected by major search engines, it’s important to understand that adherence to these directives depends on the ethical practices of web crawlers. While reputable search engines like Google, Bing, and others typically follow these guidelines, not all bots or crawlers on the internet operate ethically or respect these rules.
You can send any page with the issue, if it has “noindex, nofollow” then everything is working correctly.
Best Regards,
- Victor
I may be missing something, the sorting widget works, but everything default sorts by last item added unless you select the sorting. Is there a way to use one of the other sorting methods by default when the listings load? I need it sorted by price not by last item added to the database. Thanks!
Hi StainOnRug
Only by URL. So basically what you need to do is choose the needed sorting option and use this link as default for your shop page or any other pages with that sorting parameter addition to the URL address. Basically like this – https://demo.filtereverything.pro/product-category/clothing/women/?ordr=price
Best Regards,
- Victor
Thank You
Hello!
I’ve got pro version as I expect that I could do filter funtion in my elementor customized shop page. But I realized that it’s only show the woocommerce shop pages.
So I would like to refund it ASAP
Thank you Best regards
Hi zyanka23
Thank you for choosing Filter Everything PRO.
You can place a filter set on any page that you need. On your custom elementor shop page, you can place the filter widget from the WordPress section, you can’t find it using search, as it is strictly an Elementor thing.
From the filter set setting you can choose “Where to filter” if you set it as a common shop page, “common WordPress page” + “shop” or use “Pages” + “your shop page name”
Best Regards,
- Victor
Hello,
the filters on the pages where I display the listings with the shortcode method provided by the theme do not work properly. i am adding the meta key and other information correctly. the widget is added correctly. but all the filters in the widget area appear to be missing.
I have already sent you the sample pages by e-mail.
as you can see, there are about 50 different listing on the page.
There are 3 different filters on the left side. In these filters, for example, the data in the first row should have at least 4-5 different main data and at least 10 options. but currently only: 1 and 0 are active.
If there was a problem with the meta key information, I guess there would be no display in this field anyway.
Another issue is that you actually told me this before, but I completely removed it. I need a line of code that can activate the wp job manager plugin that I can add to the functions.php file.
I ask for your support when you are available.
Hi aga2442
The code is:
add_filter( 'get_job_listings_cache_results', '__return_false' );
As to the second issue about counters (0) can you please provide one more time credentials for us? So we can look at why it is showing (0). There can be wrong query or wrong meta keys.
Best Regards,
- Victor
We have checked the site. We wanted to see if those meta-keys were correct that you are using for the filters, and in which way they are working in that listening, and what of them are applied to the post. But we couldn’t get access to the database on your site to check it. So you can do it on your own using the phpmyadmin plugin or on your hosting db tools. In the table wp_postmeta you can use any ID of your post to check all of its meta keys.
Best Regards,
- Victor
Everything is now running smoothly. I have identified the problem.
I have an important question.
I need to create about 120 different filter sets. this will take me a lot of time.
how can i copy an existing filter set in the fastest way? do you have any suggestions for this?
i want to save time by only changing the “where” field after creating a filter set.
Duplicate filter sets functionality will be added with future updates, as we have it in our list.
It may be more expedient to create a duplicate of the Filter Set manually rather than attempting to manipulate it within the database. Although it is possible to extract the information from the tables, it is still necessary to modify the filter entries in order to subordinate a specific filter to a particular Set. This task is way much more arduous than manually creating a new Filter Set.
Best Regards,
- Victor
after selecting “Use improved dropdowns instead of regular ones (jQuery plugin Select2) in the Experimental > Appearance section, the filtering box looks much more serious. but after doing this, the downward arrow on the right side of the standard box disappears. also, the counters in the boxes disappear after this operation. how can I fix this?
https://ibb.co/CK5bnkL https://ibb.co/SQGX2MjHi aga2442
We have never encountered such an issue. But it looks like there is some conflict either with another plugin, theme, or custom code. The thing is that some errors appear in the console then something cleans the console to hide them.
Here’s what can be done here in order to find the root of the issue. Turn off all of the plugins and leave only FE and that one plugin that is responsible for posts that you need to filter. Check if everything is showing correctly. If not change the theme to the default one like 2021, and then check the workability.
Best Regards,
- Victor
Hello,
I’m having a few major problems:
pop-up filter is not working. after activating it, the result is the same whether I try with compatibility mode active or passive options.
—
on mobile devices (except popup view) the page reloads after selecting any content related to the standard filtering. but after the new page is loaded, the filtering field still remains open. i think this is something that should not happen.
—
after the visitor selects any filter, it takes at least 4-5 seconds for the search / filter button to become active. is there any way to shorten this time?
—
I am successfully creating the seo rule. but I am having a different problem. after creating any rule (for example: category), the existing category name in the results (seo title, meta desc, h1 title, seo desc) that appear after filtering on the page (seo title, meta desc, h1 title, seo desc) starts with a lowercase letter. whereas the category name starts with an uppercase letter. you can see the error in the picture. https://ibb.co/QNXtk93
Suppose on a variable product there is one color(RED) that is available in two tones. rather than writing name of each tone, I write them as Red,1 and Red 2, now I want both of these to be linked with color filter RED (not to be shown as Red 1, Red 2). Is it possible to achieve with your plugin?
Hi raeen0
Thank you for your interest in the Filter Everything plugin.
No, that’s impossible. What you can do is create each tone of red and use it for filtering in order to remove any conflicts and issues.
Best Regards,
- Victor
Hi jetnovo755
You cannot create the same filters in the same filter set. What you can do is create a couple of filter sets and place them on the same page including only the needed categories to the category filter in each filter set. Each filter set would require a filter widget or shortcode.
Best Regards,
- Victor
How can I show them all together on mobile with a shortcode I made this shortcode for them and it only shows me the first one [fe_open_button id=”1882” id=”1832”]
You can use the hook to place shortcodes inside then pop-up widget, and no you cannot write a couple of IDs inside one shortcode and you even don’t need to write their IDs.
wpc_before_mobile_filters_widget
Best Regards,
- Victor
It’s not so clear to me, there is a manual for something on how to do it
No, actually there are no manuals on how to do it. As it wasn’t meant to work like that, and it wasn’t tested to work.
Here is an example of how to use this hook – https://codecanyon.net/comments/29962259 what you need to do is place the shortcode of our filter inside the pop-up filter. We do not even know if it will work.
Best Regards,
- Victor
It is possible to display on mobile without a choice that everything was in one
No, utfortunately there is no such option at the time. Only, by adding it with a hook.
Best Regards,
- Victor
Hello,
I’ve recently purchased the pro version of Filter Everything. I’ve now activated the “Folding” option to show checkboxes in a dropdown.
The problem is that when I click to expand the dropdown, nothing happens, the ul list items do not show up.
Am I doing something wrong? You can take this page as an example:
rometraveltips.com/tips
Thanks in advance!
Hi Hypno-Web
Thank you for choosing Filter Everything PRO.
That’s because fodling is not a dropdown it is an accordion dropdown menu. You can check how it is working for example here – https://codepen.io/fainder/pen/qBwBeO this is how it is working. It is not working like a dropdown that sorta creates a list with options on top of everything.
Best Regards,
- Victor
Hi Victor,
Thanks for your reply.
Maybe I misunderstood how this works or referred to it erroneously as a dropdown.
I meant that when I click on the accordion, nothing happens and no content expands.
Please take a moment to visit the page https://rometraveltips.com/tips
Thanks again!
They do not have any events listeners on them – https://prnt.sc/PtO-Vrp0YG3J did you change the template? We can open it by CSS to take a look inside – https://prnt.sc/4T5ONW66EPB3 but perhaps it has something to do with this error in the console – https://prnt.sc/i0RXVk2F7n0g
It can be a couple of things that prevent it from working. The first one is template editing, theme conflict, plugin conflict, and custom code conflict. You can find the root by turning off the plugins and then checking, if not help change the theme and then check.
Best Regards,
- Victor
Hey Victor,
Thanks for your help, I managed to let this work.
I did not include the wp_footer(); in my theme and the plugin’s .js was not loading correctly. Everything’s works fine now.
Best regards
Hi Hypno-Web
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hello, how can I translate certain things in the plugin ?
Hi jetnovo755
Thank you for choosing Filter Everything PRO.
Depends on the things that you would like to translate, for some Loco translate. For other stuff can use template override – https://filtereverything.pro/resources/templates-overriding/
Best Regards,
- Victor
Am I able to have more than one Parent Categories be the dropbown filter categories in a single filter? I have three categories that I need to give users the ability to filter but it’s greyed out for me after I use “categories” once.
Hi blaru001
No, you can create only one filter in the same filter set. But you can create a couple of filter sets and place them on the page including only needed categories. You would need to use for each filter set either a filter widget or shortcode, so to display 3 filter sets on the page you would need 3 widgets or 3 shortcodes for the FE plugin.
Best Regards,
- Victor
Hi
I love your plugin so far! I work with the Avada Theme and have a filter published besides my posts which filters accoring to the posts categories.
Where can i style the font with color and so on for everything that appears inside the shortcode [fe_widget]?
Kind regards CaptnCaillou
Hi CaptnCaillou
Thank you for choosing Filter Everything PRO.
You can add your custom CSS styles in the Filters -> Settings -> Experimental -> Custom CSS
In order to find the needed classes and elements, you can use the browser inspect tool. Like this – https://prnt.sc/jJ9TLzvk6J7m
Best Regards,
- Victor
How to add infinite scroll(Load More), or pagination(Per Page) with this plugin?
Hi businessanalystprakash
Thank you for choosing Filter Everything PRO.
For WooCommerce, you can use this plugin – https://wordpress.org/plugins/load-more-products-for-woocommerce/
Best Regards,
- Victor
Hey,
I have a question related to the plugin.
In my woocommerce shop I have a products with variations. In the variation I have added a custom field, where I have added a term to each variation. I would like to use the filter plugin and it to the archive page. Here I would like to use the filter to filter for the custom field terms.
Can this be achieved with this plugin and if yes, how?
Hi DigitalLeapGmbH
You have created a custom field for each variation of the product? Can you please show some screens and a bit more wide explanation of what you did and what you need at the end? If you just add the custom field to the products and add data you can filter those products by the data from that custom field. Simply create a filter by custom field and use its meta key.
In general, there is no support for accounts whose support period has expired following the support policy.
But we can help you later after all requests from accounts with valid support periods are processed. It may take some time – days or weeks.
If you want to get it faster, please extend your support period and this request will be processed in the first queue for supported accounts.
Best Regards,
- Victor
Hey Victor,
thanks for your quick reply.
So basically, I got following issue:
I sell school bags for elementary school kids from different brands. I have 10 products with each 20 variations.
The variations are basically different designs. But each brand has different names for the designs. For example: dinosaur (=green), pace (=blue), raptor (=green but different design), goofy (=red), etc.
It is important to have those design names (i.e. dinosaur, pace, etc.) because parents usually know the design names instead of the actual color.
Now I wanted to create a filter with the actual colors (green, blue, red), so users can filter for those.
So what I did is to create an attribute for the design names (dinosaur, pace, etc.) which I assigned to each variation and additionally I used this (https://www.businessbloomer.com/woocommerce-add-custom-field-product-variation/) to create a custom field inside each variation to add real color name. The color name is saved to the variation(!) post_meta. This value I want to use for the filter.
The real colors should not be displayed on the product page itself. It should be used for the filter only.
How can this be achieved with the filter everything plugin?
You can find the screenshots here:
1) https://www.screenshare.de/ghc8-28ps-rena/#key=b56a-zwdr-3i5w-wt3v-23e2-6y5q-s66k-xoyp
2) https://www.screenshare.de/n3ny-aviz-btpv/#key=ts1o-swmr-2aw3-gs99-dns2-wc12-omog-25hx
Hi DigitalLeapGmbH
Well, you could just create simple attributes, from products -> attributes, and apply those colors on the needed variations. Then turn on for colors filter in more options “Use for variations”.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it? Also if this is a custom field does it have any meta key, or it is like taxonomy, or what type is it? Because from screens it looks like a taxonomy for products.
Best Regards,
- Victor
Hey Victor,
thanks for your reply. Actually, I don’t want to show the actual color options on product page. This should only be available for the filter. However, I need to assign each variation to the color itself, so it can be filtered. How can this be achieved?
Let’s put it all step by step
1) You created a custom field that displayed for each variation. 2) If you add data there and create a filter set by this custom field meta key and use option from more option “Use for variations” it should filter them correctly.
But if you display each variation as a separate product, not like one variation product where you choose the needed things like color, size etc on that product page, then it might be different and you don’t need to use the option “Use for variations”
Best Regards,
- Victor
alright, and what if we add design name and color name as attribute? This way I could assign both to a product. I just need to make sure that the actual color is not relevant for the product page itself.
Would that make more sense or would it make more sense to use the custom field?
by the way: just sent you the credentials and a loom video with an explanation. Looking forward to your replay.
We have checked the site. And there is a conflict with another plugin or custom code. As it is duplicating query selections to the 2-3 dropdowns. Which should not be happening. It is more likely the conflict with another plugin or custom code. We would recommend first fixing that issue. In order to find it you need to turn off all of the plugins and check if it is showing just one dropdown for “And what to filter”. Then turn on plugin by plugin checking which one is causing it.
Best Regards,
- Victor
I am experiencing difficulty getting the plugin to work with the blog filter by category and the Ajax option. When I assign an ID or a class to the container and save the page from the Divi Builder, the page loads correctly with the blog content. However, when I click on a category tag, all posts disappear.
Hi clotyernet
About the AJAX-related issues you can read here – https://filtereverything.pro/resources/ajax-related-problems/ more likely you are using a masonry grid or anything else like that.
Best Regards,
- Victor
I’m using the classic Divi blog module with the grid style (masonry)… I understand that the Ajax option of your plugin isn’t working with divi without tweaking with javascript code?
I understand that the Ajax option of your plugin isn’t working with Divi without tweaking with javascript code.
No, AJAX is working great. What is the issue here is that those divi functions that are applied on posts/post containers to make them appear are not AJAX compatible by default.
You can write in Divi support and ask them what functions are responsible for that so they can be triggered on the ready event when the page is updated with AJAX.
Best Regards,
- Victor
Hello, my purchased code is not working. May you help me?
Hi clotyernet
Thank you for choosing Filter Everything PRO.
Please check the page with the license key issues and find your option here – https://filtereverything.pro/resources/license-key-issues/
Best Regards,
- Victor
Thx for your answer but when i follow the link of the “Get your License Key” button i get this error message: “There is no Filter Everything PRO plugin among your purchased items”
Try to use incognito mode in the browser and log in with the account where you have bought the plugin.
Best Regards,
- Victor
Hi, I purchased the filterEverything plugin a couple of months ago and I use it with Divi. But I can’t figure out how to display it.
Could you assist me please?
Thanking you in advance,
Ryan
Hi louisryanhardie
Please check our starting guide here in order to understand how to start working with the plugin – https://filtereverything.pro/resources/quickstart/
If you have any specific issue where you are stuck, please describe it to us in more detail so we can help you right away.
Best Regards,
- Victor
Hi,
any chance to exclude certain elements from AJAX loading. I tried to enter this in settings in the input box for targeting the element for AJAX.
”#primary *:not(.oceanwp-grid-list)”
I would need it, as after successful AJAX load, the elements inside ”.oceanwp-grid-list” get stripped from their functions that make it possible to show product cards as grid or list view on archive page. They don´t work then anymore.
Thx and regards
Hi hwvaubel
You can check this page in order to understand the issue and how to resolve it – https://filtereverything.pro/resources/ajax-related-problems/\
As to the search issue, we will provide an answer after we finish working on the valid support users.
Please note that in general, there is no support for accounts whose support period has expired following the support policy.
But we can help you later after all requests from accounts with valid support periods are processed. It may take some time – days or weeks.
If you want to get it faster, please extend your support period and this request will be processed in the first queue for supported accounts.
Best Regards,
- Victor
Yes, I understand this. We wait patiently because we plan to go live next year, we have some time.
Regarding the search result page. One or another way we would like to find a solution here. If this get out of scope for support here, let us know, as we would be willing to pay for it as we really need the filter plugin to run on the search result page without problems! They have a good documentation and perhaps it´s not a big deal for you to get it running. Either way let us know how we can cooperate on this.
Hope we can find a solution here together.
Thx and regards
...about the ajax functions… yes, that´s what i thought… then i have to crawl through the functions and try to add “ready” to them. Sadly OceanWP seem not to feel responsible for making their functions ajax compatible even if the solution is presented to them easily.
Thx for confirming my assumptions on this.
Regards