8967 comments found.
Hello,
I purchased a licence for a client’s website. I installed it and it was working fine but they wanted to change domain. I deactivated the licence on the old domain and set up the new one but now the license key wont work.
Can you help?
Hi hannah371
Sure thing, if the new domain or server is showing an “Unknow error” while trying to activate the license, you can send the credentials to the wp-admin dashboard following this document so we can do it on our end. Also, send the license key via PM.
If you activated it on two sites already, we can deactivate it across all of the sites. So you can activate it on the needed ones. (but we also need a license key via PM for this)
Best Regards,
- Victor
Hello, I just activated the mobile settings to collapse the filter and show opening button same for the popup, is showed on desktop when I resized to mobile width. but only white space. and on mobile nothing changed. i cleared my website cache and still same issue this is a link to check : https://abedtahan.com/appliances/
Thanks
Hi husseinhachem1
We have checked the site and there are some mixed content issues on your site and other errors in the console. Which should be fixed and then tested one more time so we can see the full picture after they all will be fixed – https://prnt.sc/tvU8Q4zAQ4bU
Best Regards,
- Victor
Thanks for the heads up, I fixed the mixed content issue, but the filter sill showing the same.A white background only.
Very weird situation. We have checked it from the mobile device – https://prnt.sc/HAdFI2SrsNnx and everything is displayed correctly. But when we are trying to use mobile mode in the browser site does not switch it correctly. It is changing Zoom or something like that – https://prnt.sc/x-lWpg0Gc-jN and if we turn on and off mobile once more by changing the widow size it absolutely goes wild – https://prnt.sc/DN9U816cqYtg c^+shift+r also do not set everything back as it should be. So it is a bit of weird behavior like it is saving that size until you close the page and open it again. But mobile button is displayed and desktop seems to show everything correctly.
Best Regards,
- Victor
Hi,
Is it possible to create a filter for a ACF repeater subfield? For example is have products, those products have a ACF repeater field for all the sellers (a product can have multiple sellers). On my website I would like to create a filter based on a seller field, so that customers are able to filter products by seller characteristics.
Kind regards, Lars
Hi Lars
There is an answer to your question in this comment https://codecanyon.net/comments/28147939 You can actually create filters by repeater subfields, but it will be inconvenient to use. We are not sure if there are any filter plugins for the repeater yet since the task of filtering on the repeater itself is quite a complicated thing due to its nuances.
Best Regards,
- Victor
when will you have black Friday discount ?
Hello raeen0.
Thank you for your interest in the FilterEverything PRO. Maybe next year.
Regards.
Is your plugin compatible with full site editing (FSE) theme?
Hi raeen0
Yeah, you can place our filter widget with a shortcode on your theme page and filter the needed posts.
Best Regards,
- Victor
Perhaps this is work: sorting=”yes”?
4. Optimization. I use WP Rocket for CSS and Java optimization. When lazy loading is enabled, the Java plugin does not work correctly. When you select a filter, the page darkens, the spinner spins and nothing happens. Do you have instructions? Recommendations for optimal performance?
5. Appearance. Is it possible to configure the drop-down list so that it does not move the entire page down? https://mega.nz/file/309AwaAR#YLKpNm1j7KO8H1yX8oHK92IuLAxnFHYIz-4OtVkF880 Shouldn’t it be like that? Did I make a mistake somewhere? Or theme compatibility? 6. OnStock. In my store settings, the checkbox is set to – only in stock. https://mega.nz/file/2pVFwYQQ#jhGQToLP13oWjWOIq89MyaWeqdfYD1miTj_fohhdRMk Products that are out of stock are not displayed using the means of Woocomerce itself. According to your instructions, I set up filtering by size and availability. It worked. Question – is it possible to make “Availability” always selected? Hook to enable? Default selection? As far as I understand, your plugin is the only one that work with my task! But this is a real problem – marking availability on a store where there should only be availability? I read the documentation – https://filtereverything.pro/resources/hooks/.Terms filter before display Allows to modify terms list before displaying them in the widget. $terms = apply_filters( ‘wpc_terms_before_display’, $terms, $filter, $set, $urlManager );
Should I try it? Please tell me.
Hi millerml
Yes, it would be nice to see the issue visually for better understanding. So please send the screenshots.
1) Perhaps you attached products only to subcategories and not to the main category? So that’s why the counter is showing (0) for this specific main category. But when you click on it it should show all of the posts because of the subcategories logic. But you need to apply that category to all of your posts to show the correct counter.
2) Do you have variable products? If yes you should turn it on in the more options for this filter.
3) Weird we just checked on our side and it is working. It would require the credentials to the wp-admin dashboard following this document so we can check it.
4) Lazy loading delays the loading of certain resources until they are needed, the plugin has dependencies and requires specific scripts to be loaded in a particular order, lazy loading might disrupt this sequence, leading to functionality issues. Lazy loading might exclude certain JavaScript files from immediate loading, and these files could be crucial for the functioning of the plugin. So it is really hard to provide any information on this topic and in general optimization techniques are not included in the plugin support following the support policy here on CodeCanyon.
5) This is not a simple dropdown. This is an “accordion dropdown”, which works like simply opening the hidden container below it. Instead of creating a floating menu. So yes, it should work like that.
6) You can use the URL parameters only, so the shop page will be like mysite.com/shop/stock-in-stock/ so this option in the filter will be pre-selected.
Best Regards,
- Victor
1) Products in categories need to be selected – Base category, Sub category, Sub Sub category? 5000+ positions. This is problem. Can’t just not print zeros? Hook or Filter?
2) I turn it on in the more options for this filter, but not work. https://mega.nz/file/Do8hABoI#OqqzkbhHVl0_lFpAif_DbgO2gg1-u6Wk_XddNcdHkRI https://klevo.ua/product-brands/mayoral/3) Is it possible to display sorting inside the filter block?
4) I understand by trial method? You didn’t do this?
5) Is it possible to change the list type? In CSS?
6) Is it possible to remove the filter “In stock” from the Filter Set? Hook ‘wpc_terms_before_display’? It will be work if remove filter in it?
1) If you want to hide categories that are not applied to the products on a certain category you simply can use “hide empty terms” from filter set settings. If you want to hide counters, turn off the option for displaying the counters in the filter set settings.
2) We checked that and it seems to work, we are not sure how you set it all up but for example here – https://prnt.sc/niOOWtLXCykj it is showing 8 products in the filter and it is showing those 8 products. Not more or not less. Perhaps you can add some more additional info on it.
3) Well, the sorting widget is a separate widget from the filtering widget. You can use the hook ‘wpc_before_mobile_filters_widget’ and attach the sorting shortcode there. But we are not responsible for it’s workability like that.
4) Yes, that would be the most correct way to test it all, and for your specific case.
5) For your case it would be worth checking template overriding – https://filtereverything.pro/resources/templates-overriding/ as it would definitely require modifying the template to do it.
6) Well you can hide that filter using CSS for a specific ID filter so you won’t need to go that deep. If you remove it completely then it might not work, we haven’t tested such unique cases if it will or not. Because we have never faced such requests earlier.
Best Regards,
- Victor
1) I would like to hide “0” in the parent category. 2) But these products are not on Sales. I need a filter – “On Sale”. I tried – Meta field, Meta field exists, Meta numeric… Key meta – “_sale_price”. Without taking into account variations, taking into account variations – does not work as a filter. Can I have instructions? Example? 3) Understood 4) Understood 5) Thanks, I’ll read it 6) Understood
1) Unfortunately that is impossible at the time to hide parent categories that have (0) products applied to them. As the hierarchy would fall apart.
Can you please send the credentials to the wp-admin dashboard following this document so we can check this issue with on sale? Because it should work perfectly fine. We need to provide a couple of tests with a new product add-on sale then remove it, update the filter set, and check if something has changed. Maybe some corrupted data for products and so on.
Best Regards,
- Victor
Hi millerml
1) It all needs to be tested from different points of view including styling as well. We haven’t tested it and we didn’t write a single line of code to test it, you can try and perhaps it will do the trick for you.
2) You can try using this SQL request to clean them, perhaps it will help:
DELETE FROM `q370_postmeta` WHERE `meta_key` = '_sale_price' AND `meta_value` = ''
Save a backup of the database and run this SQL query. Just keep in mind that there will be a different prefix in the database (instead of q370 use your database prefix). This should fix the problem.
In general, we have had this plugin for quite a long time already, and we didn’t have any issues with the “on-sale” filter. Only can show not correct numbers. That’s why we asked for credentials. But if it is that complicated we do not even know what to suggest. Perhaps modify one product with one sale status, update it, and then check if something has changed in the filtering area.
Best Regards,
- Victor
1) Fixed a bug with null values in the parent category. Added a check for null values in the wpc-helpers.php file. 2) Your advice helped. But I don’t understand why all the filters work, but yours has a problem? Should I clean the base every day? 5) I looked at your demo example – https://demo.filtereverything.pro/horizontal-views/color-blue/brand-hm/ Everything works correctly in it. How to configure the plugin to work like in the demo?
Hi millerml
1) You did an amazing job with it.
2) Absolutely not, it should be run just once. Usually, it happens when products are imported and have – ’’ value in the database. But in future updates of our plugin, this will be fixed.
5) Ah, those are simple dropdowns. You can use such styles by turning on from Filters -> Settings -> Experimental “improved dropdown styles”. But please note as a simple dropdown it is only possible to choose only one option at a time. Also, it is not working for the hierarchy display option.
Best Regards,
- Victor
2) I have set up an exchange with the managing CMS! Every day. Should I clean the base every day?
5) I enabled the settings, but the list did not work like in the DEMO! How to set it up like this – https://demo.filtereverything.pro/horizontal-views/color-blue/brand-hm/
P.S. I copied the site to a separate server and sent you access. On the Brand page – I use your plugin. On the remaining pages of YITH.
1) It is not an error or issue. It is showing exactly how many posts are applied to those categories and if we look they have (0) – https://prnt.sc/gD5-X4gXkpma that’s the number it is showing. So you can apply the rest items to those categories in order to display the amount of products.
2) Perhaps it will be a mush have a thing to do, until we release a fix that will ignore empty values of that field.
5) We have checked the site and added one dropdown the same as it is on the demo. The problem is that some custom code or plugin is causing issues to display it correctly. We would recommend turning off all of the plugins and checking if our plugin is working correctly, if it won’t help, change even theme to default 2021 or something like that (purely for testing purposes to understand what is causing those issues). Also, fix all of the 404 errors that we get on the page because it cannot load any product things – https://prnt.sc/EYeOCtsidvcQ
Best Regards,
- Victor
2) And how long should I wait? I’m not sure it’s normal to work like that.
5) I’ll try.
P.S. I’m starting to doubt that your plugin is right for me. ((
A couple of issues. First of all, we turned off our plugin – https://prnt.sc/oyqmcLe7SANv it is still not showing any product pictures. The site is working extremely slowly, so we cannot test anything normally. Any changes take up to 5…10…15 minutes or error because of the long loading.
1) When using the “AND” logic everything is showing correctly. You did modifications, with showing or not categories or something like that with “null” which might cause some workability instabilities. Because we tested it on our back, both were working okay, with “OR” and “AND” logic. The issue is that you have some problems on the site. There are various factors that can contribute to conflicts in a website, such as plugin conflicts, custom code, or theme-related issues.
2) No exact date, but by default that empty field in bd should not appear for products. That’s why only after importing or anything else appears. So this is a very rare case.
If you make the site run normally and without any errors etc, we will set up a filter for you in seconds. But in the current state of the site, it is extremely hard to do.
Best Regards,
- Victor
It does not show images – because they are not physically there! The full site is approximately 20GB. I transferred everything without pictures to a separate host. That’s why it slows down. If pictures help you – Now I made a complete copy!
1) Now your original plugin is installed on the site. There are no changes in it! You can reinstall it! It will work the same. Here are the changes I made:
function flrt_filter_get_count( $term ){ //edit if ($term->cross_count == 0) { return; }else{ return ‘ ( ’.esc_html( $term->cross_count ).’ ) ’; } //edit }
How can they affect the work of the plugin?
2) From experience, I have used a lot of different filters! And only yours behaves so strangely! This is not a rare case! I have an exchange with CMS every day.
Now site working quickly and without errors! Make your filter work like you did in the Demo?
Hi millerml
Currently, we are checking the site to find the issue that can cause it. We will write you right away when will will get the information on it.
Best Regards,
- Victor
Is there a chance that you will correct the errors?
Hi millerml
Yes, currently, there is an ongoing investigation on your site, and soon, we will provide information about it. It is a bit challenging to find the root of the problem, but we are almost there. We apologize for any inconvenience it may bring.
Best Regards,
- Victor
Is it possible to set a RANGE view for an ATTRIBUTE meta keys in the widget (for example, in my case, a numerical range for the attribute, e.g. “Product height” with meta keys [pa-high-mm]?
Hi leiti
Thank you for choosing Filter Everything PRO.
Yes, you need to use “Taxonomy Numeric” during the creation of a filter instead of a custom key.
Also, please note, that numeric values are only those that are numbers, not 10m 20 ft, and other variations with letters.
Best Regards,
- Victor
the plugin does not work on my website. you provide no support. i created a refund request, you do not respond. i sent proof that it does not work, you do not care. what are you trying to do?
Hello aga2442
Thank you for details you provided regarding the issue with WP Job Manager plugin. It would be much faster if you provide credentials to the /wp-admin where you faced the issue as our support asked you before.
In any case we will investigate data you provided at business time and will respond you with our conclusions and details.
Please, note that we process all requests from customers on a first-come, first-served basis and according to CodeCanyon’s rules – https://codecanyon.net/page/customer_refund_policy
Thank you.
Regards.
I haven’t forgotten anything, don’t worry. For 3 days I have been trying to contact you, but you don’t even deign to reply. I have sent you all the evidence. I will also send the wp-admin login information. You don’t even have a support system. I don’t understand what you are defending.
Hello aga2442
Thank you for the credentials you provided.
Regarding the issue with job listings – it was cache issue with WP Job Manager plugin. Now filter works as expected. Please, check it.
Regarding theme listings – please, find and use the correct meta key for the field, which you are trying to use as custom field for the filter and it will work as expected.
I hope this will be enough information for you to be able to use the plugin as expected.
Thank you. Regards.
which cache are you talking about? you say that you have solved the problem by writing only 1 sentence. please explain, give details. there is no cache setting field in the WP Job Manager plugin. there is also no cache structure on my demo website at the moment.
What kind of person are you? Why don’t you see the messages and respond? You made an explanation but there is no detail. if your goal is to cause difficulties, don’t worry, you will see more than me. explain like a human being. what is the problem? which area is the cache setting you mentioned?
You have written answers to the evaluation I have made with ridiculous excuses. on top of that, you threaten that it will be removed.
Really, let’s put it all aside. Just answer this logically.
I have e-mailed you several times in the last 5 days and asked questions in this area. you can even see the messages just above. still no answer??? I ask you about cache, I send e-mails. you do not deign to answer.
When I look at today’s topics, many people have asked for support from you so far and you responded quickly.
I am very curious: do you have a grudge against me or I am trying to understand what the problem is.
I really want to communicate with you like a HUMAN being, if you can do it.
You even threatened me for the evaluation I made.
OK, no problem 
I’ll shut up about that too.
But I sent you a message like a human being 35 minutes ago. You still haven’t responded.
I would like to talk to you in a civilised way if you are really going to talk like a human being and answer me.
I am waiting for your reply.
Hello aga2442
If you really want to communicate in a human way, I suggest you rewind the situation as of Friday, November 17.
- you delete your review (more precisely, you can only change it to a 5-star review, for example without text)
- I am answering you in the essence of the question, regarding the problem of caching.
And you continue to communicate politely without getting personal and remember that we process support requests only on business days and during business hours (8:00 – 16:00 by London time). We also process support requests on a first-come, first-served basis and only here in the comments section.
If you are willing to do so, I would be happy to continue communicating with you within the CodeCanyon rules and common etiquette.
Thank you.
- Andrii.
is filter everything pro is compatible with hello elementor theme ?
Hi maazgds
Thank you for your interest in the Filter Everything plugin.
Yes, it is compatible and everything should work fine.
Best Regards,
- Victor
I have purchased filter everything pro plugin for making different pages of brand of glasses with different banners for the brands but the filter is not working secondly filter plugin just work with products archieve ? This filter is not helping me to filter the products when I make a page in elementor using hello elementor theme?kindly explain me what to do?
can we make same filter filtering products on shop and other pages by filter everything pro plugin in wordpress elementor,becasue it is not helping me to filter products in brand pages
Hi maazgds
If you already purchased the plugin, please write your request from the account where you have purchased it. So we can provide you with the needed assistance and help.
Best Regards,
- Victor
I sent you the credentials.
Hi pr24gmbh
Please send the license key as well via PM so we can activate it.
Best Regards,
- Victor
I sent
Please note that the License key and CodeCanyon purchase code are two different things.
If you need 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 can log in with your Envato credentials (with an account where you have purchased the plugin) and obtain your License key.
If are having any issues (automatically logging in with another account) simply use incognito mode in your browser.
Best Regards,
- Victor
Alright, now I get it. It’s working now. Thanks
We are glad to hear that everything is working.
Best Regards,
- Victor
Hi again.
Could you please help me a little bit here? On this page I’m setting up I have this filter “Kampanje”.
The ACF field is defined as type true/false. As you can see, this now appears as two checkboxes. It would be best if only one field (the top one) is displayed. So you can check that checkbox to see the bathrooms that are on sale. It is not desirable to check off the bathrooms that are not for sale as it works now. Is there possibly a setting somewhere that makes it work as I want? Does the ACF field need to be defined in another way?
Hope to hear from you soon 
Hi christian1967
Well, not sure why you have to use a boolean custom field. Why not just choose the checkbox custom field with the option “on-sale”? And apply it to the needed products.
Best Regards,
- Victor
Hi again.
Of course – I didn’t see it that way 
Thanks
Regards
We are glad to hear that the issue was resolved.
Best Regards,
- Victor
Hello, I’m using the freelancer license. Is there any way to use the plugin with the ‘YITH Booking and Appointment for WooCommerce’ plugin? It has built in search bar but the features are very bad. The only question is if filter everything can handle the booking dates.a
Hi taggbh
Soon there should be a new update for the plugin which will support filtering by date, so perhaps it will help you out.
We haven’t tested it with “YITH Booking and Appointment for WooCommerce” so we cannot provide any answers regarding whether it will work or not. If you have this plugin on your hands you can test it out and share the results with us.
Best Regards,
- Victor
Yes, I would like to test it. Can you send the development version?
It is not ready yet, should be finished in about a couple of weeks. We will notify you here in comment thread when it will be finished so you can test it.
Best Regards,
- Victor
Hi taggbh
The date filter update has been released, and you can download the latest version of the plugin which is 1.8.1
Best Regards,
- Victor
Thank you for keeping me posted. It looks like this only works with post dates. Disapointing…
Hi phamha
If the credentials are still active we could check it, and provide you with the information. So far it is looking like something might have changed or the plugin that you were using for “hot” taking sorting in his own control. That’s why it is not changing anything.
Best Regards,
- Victor
Credentials are still the active. As I said before, I try to sort in category without hot products but it doesn’t work too. The link above for example. Thank you.
PS: I didn’t do any changes in the filter section as well as sort widget since your last support.
We have checked the site and the issue was that you have chosen customize -> Woocommerce -> products… default sorting order by price. That’s why our sorting could not change the order, as it was predefined, we set it to default and now everything is working correctly.
Best Regards,
- Victor
Is there any chance we can use range with product attributes? i really mis this.
or some way to add custom views? with your existing filter and or actions. just need a hint to the right direction/filter(s)/action(s) 
Hi eaonflux
Only if the product attributes are numbers, numbers are 10 10.2 100.12 256, and so on. Values like 1:20 or 10m or 1km or 10l are not numbers. You can create it with taxonomy numeric while creating a filter.
Best Regards,
- Victor
Ah tnx for your reply, could you point me out to the the filter i would need? the rest i will figure out my self 
ah nevermind it’s a filter within the plugins filtger set. sorry i was confused that it was a wp filter
mhm mbut it does not show up in the front-end. is there a rule that is must follow. i tested it with just numeric slugs but that didnt do it either
No, just apply it to some products on that page where you show it. And for testing turn off the “hiding empty filters” and “hide empty terms” options.
Best Regards,
- Victor
turn off the “hiding empty filters” and “hide empty terms” options creates weird behaviour also the range doesn ot work because it sticks on 0
Hi eaonflux
Step-by-step:
1) Create a product attribute – https://prnt.sc/f-Ft8oDYxGne
2) Create a range slider from taxonomy numeric – https://prnt.sc/hlWJYvZgNmbZ
3) Apply that created attribute on some products.
4) Everything is working – https://test.filtereverything.pro/shop/?min_test_range_att=7
Perhaps you made a mistake somewhere.
Best Regards,
- Victor
Hi,
Is there a way to speed up to filtering on my page: https://sandbox.maxdue.dk/loop-item-filter/
Hi maxdue
Please note, that filtering speed depends on the next parameters:
- server CPU
- server RAM
- number of posts to filter
- number of filters and terms
- number and quality of plugins you use
- cache adjustments on a server
- plugin’s code optimizations, internal cache (this was already done for the Filter Everything)
So you can increase the speed of the filtering process if you optimize one of several parameters from the list above. But better server hardware and latency the better the speed.
Best Regards,
- Victor
Hi, is it possible to close MOBILE automatically the filter after changing the filterselection or after adding a search term in the search field? Cause my filter is very long and the users need to scroll down to the filter results after changing the filter.
Hi rezwiebel
No, there are no settings like that, what you can do is turn on the pop-up filter and in this case, show/close buttons will be at the bottom of the filtering pop-up. Jsu like here – https://prnt.sc/K0IOxKP7uCNT
Best Regards,
- Victor
OK, seems to be a bit buggy on my website. Is there a JQuery code or so I can call on loading of the page to close the filters? The same as if I would tap the button to close it.
Well, not really since this event is placed on the button to close it and triggered by clicking on it. It would require to rewrite events that are placed on certain items. In general, it would write some custom code.
Best Regards,
- Victor
I could try, if you would provide me the code to close the filter. I could attach it to the pageload event or so.
Hi rezwiebel
// event listener on the close X button
$(document).on('click', '.wpc-widget-close-icon', function (e){
e.preventDefault();
let $wrapper = $( this ).parents( wpcWidgetContainer );
let setId = $wrapper.data( 'set' );
wpcCloseFiltersContainer(setId);
});
// function to close it
function wpcCloseFiltersContainer(setId)
{
let $wrapper = $('.wpc-filter-set-'+setId);
let $content = $('.wpc-filter-set-'+setId+' .wpc-filters-widget-content');
$('.wpc-open-button-'+setId+' .wpc-filters-open-widget').removeClass('wpc-opened');
$('html').removeClass('wpc-overlay-visible');
$content.removeClass('wpc-filters-widget-opened');
if( wpcPopupCompatMode ) {
setTimeout(() => {
let wpcZindex = '';
let $currentTag = false;
$content.parents().each(function (index, tag) {
$currentTag = $(tag);
wpcZindex = $currentTag.data('wpczindex');
// Saved z-index for
if (wpcZindex !== 'undefined') {
$currentTag.css('z-index', wpcZindex);
}
if ($currentTag.hasClass('wpc-force-visibility')) {
$currentTag.removeClass('wpc-force-visibility');
}
});
setTimeout(() => {
$(".wpc-was-invisible").css('opacity', '1')
.removeClass('wpc-was-invisible');
}, 300);
}, 260);
}
$wrapper.removeClass('wpc-container-opened');
}
Best Regards,
- Victor
thanks!
Solved it with a click event trigger:
<script type=”text/javascript”> jQuery( document ).ready(function($) { console.log(“geladen”); console.log($(window).width());
if ($(window).width() < 769) {
console.log("mobile");
if ($(".wpc-filters-widget-content").hasClass("wpc-opened")) {
$("a.wpc-open-close-filters-button").click();
console.log("ausgeblendet");
}
}
}); </script>
One last question (hopefully): When I use the filter by click version, then there is no “reset” button. Possible to add one? Makes sense to give the option to reset the filters also when you filter every time you click on a filter option.
Here is the code that will display the link that the reset button contains
if( class_exists( 'FilterEverything\Filter\UrlManager' ) ){
$urlManager = new \FilterEverything\Filter\UrlManager();
$resetUrl = $urlManager->getResetUrl();
echo '<a href="'.$resetUrl.'">Reset filters</a>';
}
You can create your own shortcode or anything else and use that link to reset the filters.
Best Regards,
- Victor
Hi, I’m going to respond to your message (the one I copy/pasted,below)... nothing you are say makes sense me….
“Hi dresseditfb
We checked the site. The first issue is that you shouldn’t set an alternate location unless you plan to create a redirect filter. Secondly, we set up with an Elementor ID on your product container and used it in the filter settings with “HTML id or class…” so that the content would be updated using AJAX. Third, we set the correct query in the “And what to filter” field. And now everything works.
Choose any filter term and hit apply and you will see it.
Best Regards, - Victor”
“The first issue is that you shouldn’t set an alternate location unless you plan to create a redirect filter. ...” Question: What alternate location are you taking about? There was/is only one page location (https://mydressedit.com/sale/) that I have used this filter for so far.
“Third, we set the correct query in the “And what to filter” field. And now everything works. ” Question: What are you talking about? Nothing is working. I am on the page, “https://mydressedit.com/sale/” and when I click a filter option, it’s still a blank screen with no products being filtered. Look at the page yourself. I’ve asked others to look at the page from their screens and nothing works.
This is taking very long to fix, it’s already been a week.
Hi dresseditfb
First of all, you have deleted everything from the sale page – https://prnt.sc/ZY0Is7gKecLs including the ID that was set there with an #product_container. The filter itself does to pull and show any products. It is filtering products that are already placed on the page. So since now there is nothing it will not filter anything.
As to the “Alternative Location” that we were talking about – https://prnt.sc/eOq90kBl98mC it is this option that is used only to create redirection filters. And was set to go on the same page as you are filtering products so didn’t make any sense.
So we will use Elementor and place the product element with screenshots so you can see it all – https://prnt.sc/GVKqVYpJiLPx
This is the page with products that we placed by ourselves – https://prnt.sc/PKtZaaI1otDw without filtering
This is the same page but we used a filter – https://prnt.sc/lGQEd9GdcmRN
You can go here to check it all – https://mydressedit.com/sale/brandsonsale-acne-studios/ this is with a preselected filter that was on the screenshot earlier.
Please note that you are using “AND” language for the filter, that’s why the rest filters are disappearing when you choose one – https://prnt.sc/zSED5vGu6f1r
Best Regards,
- Victor
Hello, I can’t activate the pro version, as i try to add licence number i see “unknow error” message only
Hi loretasupenyte
Thank you for choosing Filter Everything PRO.
It seems that your server does not allow connection with our license server. We can activate it on our side, but we need the following things from you:
1. Credentials to your /wp-admin following this document
2. And your license key.
Please, send all these via PM.
Best Regards,
- Victor
already sent the login details
Hi loretasupenyte
Thank you for the credentials but please send the license key as well. Please send it via PM
Also, from a user experience, do you have any ideas on how we can write the second step so it will be noticed? For some reason, almost everyone is skipping the second part: 2. And your license key.
If you have any thoughts on that we would gladly take them in use.
Best Regards,
- Victor
add it in the word file as the last step :))))
Hi loretasupenyte
The license was activated and everything is working well. Thank you for sharing how we can improve our instructions
Best Regards,
- Victor
thank you, but how can i display it on two locations?
Do you mean how you can display one filter set on two different locations? In that case, you would need to create two of them. And place them in different places. Or choose any category to display it across all of the categories and so on.
Best Regards,
- Victor
I want to create a filtering feature for the wp job manager plugin developed by wordpress.
in the filter settings section; I have tried all the possibilities in the pages or common wordpress pages options in the where to filter field. but despite trying many different alternatives, the result is always: no wp queries… in the what to filter field.
I had to save money for 10 days to buy this software. I bought it with really high hopes. but I could not succeed in any of them, although I tried with 5 different plugins on my website. as far as I understand, I think it is largely produced for woocommerce.
I have created a refund request. please respect me and carry out the refund process.
Hi aga2442
Thank you for choosing Filter Everything PRO.
We are sorry to hear that you have faced such issues while trying to set up our filter plugin.
Can you please send the credentials to the wp-admin dashboard following this document so we can check it, and set it up for you?
Best Regards,
- Victor
Hi Stepasyuk, Thank you for the developing the product. I bought the product “Filter Everything — WordPress/WooCommerce Product Filter Regular License” but I couldn’t use the product. I need a refund. I’d appreciate if you start the refund process.
Sorry for the delayed reply.
Hi s-rao.
Your refund request was processed in accordance with the Refund Policy Rules – https://codecanyon.net/page/customer_refund_policy but you didn’t provide any information about the issue and it was closed after some time.
If you still need refund, please open a new request and provide details what exactly does not work. Optionally you can provide more details about the issue here in the comments section and we will try to help you to solve it.
Best Regards,
- Victor
Hi Victor, We use Tatsu as page builder with Brand Exponents as theme. That does not support this plugin and therefore, I could not make it work. So even when I added in Gutenburg, i couldn’t see the filter do it’s job. I wish I had the screenshot to share with you. It may be a great filter for other themes. I haven’t tried on Elementor or WP Bakery. Since I couldn’t use it, I would like to claim a refund.
No worries. In future if I need for other themes/page builder. I may come back to you. But right now, I’m unable to use it. If you initiate the refund asap, that’s truly appreciated!
Hi s-rao
Can you please send the credentials to the wp-admin dashboard following this document so we can check it?
Perhaps we can make it work, or at least check the issue so maybe add some support for this future versions of the plugin. In any case, it would be very valuable information for us. And maybe there is a way to make it work for you as well.
Best Regards,
- Victor
Hi Victor, Where do I share the credentials?
Hi s-rao
The answer was provided via Email.
Best Regards,
- Victor
Hello, I am very happy with the plugin. I just added a price filter on https://www.blijeboeddha.nl/webshop/. It works nice, but the styling is not what I want. How can I remove the up/down buttons on the right of the price box? The examples you show in the plugin page with inherited text size from the theme is what I would like. Thanks in advance!
Hi boukejonker
This type of code example should remove the arrows
.wpc-filters-range-wrapper input[type="number"]::-webkit-inner-spin-button,
.wpc-filters-range-wrapper input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
This will help you to style the border to the ones that you need, just change it to your needed styles:
.wpc-filters-range-wrapper input[type=number] {
border: 2px solid #ccd0dc;
border-radius: 6px;
}
Best Regards,
- Victor