9146 comments found.
Can I replace the label ‘Select first’ with the original Label? How can I select the sub-category-product in the Add Filter place?
Hello nguyenthaitoan
You can only translte phrase “Select %s first” for example with Loco translate plugin or other software for *.po files. Optionally you can edit it in the FiltersWidget.php file inside plugin folder, but these changes will be overriden, when you update the plugin.
If you need to select sub-category as page for desired Filters Set just select in the “Where to filter?” field “Product categories” in the left dropdown and desired sub-category in the right dropdown.
Hi,
Congrats, great plugin!
I’ve just bought the PRO version in order to use it in all my categories and also in the Blog.
I have 3 problems/questions. The 3 of them are MOBILE related.
My benchmark is: https://roundmusic.nl/product-categorie/gitaar/akoestisch/aantal_snaren-6/model_akoestisch-dreadnought/links_handig-ja/
1. White Space below mobile button: The button “Filters” in mobile comes with a white space below which generates a bad UI experience in the site?
2. Sticky Button in mobile: I’d like to put the button sticky to the left corner at the bottom. But I can’t do this only for mobile cause it does it for desktop as well ruining the UX experience.
3. UI Padding in mobile: Regarding the filters, they seem to work very well but I’d like to add some padding in the left when they are opened in mobile. For desktop it’s showing it perfectly, but not for mobile.
Thanks again!
Hi joaquintorroba
Thank you for using the plugin.
I will answer you step by step:
1. In fact Filters button for mobile has no space under itself, but only its wrapper has top and bottom margins. If you need to remove them, please add next CSS in Filters -> Settings -> Experimentsl -> Custom CSS
@media screen and (max-width: 768px) {
body.wpc_show_bottom_widget .wpc-filters-open-button-container{
margin-top: 0;
margin-bottom: 0;
}
}
2. You have to change CSS of the Filters button and I would be glad to provide it you here, but it is something out from the item support scope. I can only say, that you have to make Filters button position fixed via CSS rule.
3. You always can open Chrome console and inspect the element you are interested in and find CSS rule that responsible for the element styles and change these styles as you need. You can put your custom CSS in Filters -> Settings -> Experimentsl -> Custom CSS.
I hope these answers will be helpful for you.
Hi Stepasyuk,
Thanks for replying. My answers:
1. I did it but it still looks the same. You can see it here: https://cannmed.es/category/aceites-cbd/
2. I’ll try to solve this but can you point me in any direction besides that? Maybe a blog or tutorial?
3. Ok ok, thanks.
Hi, Could you see my answer? Number one specially.
Still looking bad with the white space.
I pasted that CSS code in CSS in Filters -> Settings -> Experimentsl -> Custom CSS and it didn’t change.
Link here to open mobile: https://cannmed.es/category/aceites-cbd/
Waiting for your kind reply
Update to save time: 1. Margins: solved 2. Sticky: solved
Last question: Can I change the word “filters” by other depending the category? Or just “filtros” since the audience is from Spain?
Hi joaquintorroba
Sorry fo the late response.
FYI – if you write new comment here my response will delay up to 2 days after this latest comment. My author dashborad here sort comments so that I see the most older first.
I’m glad that you were able to solve other problems. About word “Filters” – you can translate it with Loco translate plugin (and deactivate it after translation). Or you can edit the filters-button.php template using template overriding feature and add there current category name. Of course it requires to be familiar with PHP code or ask a developer to help you.
Thanks!
Hi, I wanted to filter posts as per Advance Customer Fields. But not sure what should I set here
https://prnt.sc/IJNB2Zz7izIG I can see this error. https://prnt.sc/Q_yLwn28G8PXCheers, Aan
Hi cresaan
Thank you for using FIlter Everything PRO.
In the “Where to filter?” dropdowns you have to specify page or pages, where posts you want to filter located. If it is Homepage you have to select “Common Wordpress pages” -> “Homepage”. If your posts are displayed on the Blog page – “Common Wordpress pages” -> “Blog page” If it is custom page with inserted posts module on it (for example via Elementor) it should be “Pages” -> “Your page title with posts module”
So as you see it depends from your current WordPress settings.
hi, can you share with me the CSS to make multiple filters horizontal when on Desktop and tablet, but remain as vertical when on mobile?
Hi edricho
Sure, it is possible by adding appropriate CSS on your site:
For individual Filters widget – https://gist.github.com/wpserve/7683f0e6e1bfbb0c9eba224137e47942
For all Filters widgets on a site – https://gist.github.com/wpserve/ffc87e04af835f27d64db36da6c0b940
You can add this CSS (and probably modify it with your Filter Set ID) in Filters -> Settings -> Experimental -> Custom CSS
thanks, in addition, is there a way to add in a search bar to search through the results as well?
You can do this in reverse order – first to search for a word, then filter the results using the Filter Everything PRO. In this case regular WordPress search widget will be compatible.
widgets are not enabled on my site, so i wont be able to use that solution..
I understand your situation, but search widget is something out of Filter Everything support scope. You can insert it on your page in the way which is more prefered for you – with widget, shortcode, custom code or so.
Hello Stepasyuk, I have 2 questions about plugin: ¨ 1. when using button mode – is it possible to keep filter chips? When using autosubmit mode I have problem when I click one brand the other ones dissapears so I cant choose more of them (maybe if could slower autosubmit…) I dont know what is better but keeping the chips and button mode would do the trick.
2. can I move sorting widget to default position – over the product grid to the right and how?
Thank you very much, greetings from Czech rep – SLAVA UKRAINE!!! Olaf
Oh about question 1. – my fault, chips are working ok… so please look only at point 2. Thanks
Hello anoagency. Thank you, HEROIAM SLAVA!
If you mean Sorting widget you can place it anywhere on your site pages – as widget or as shortcode [fe_sort] https://filtereverything.pro/resources/shortcodes/#sorting-widget
Hi, first thanks for a great plugin doing what I need so far but just one issue. I am running a rugby website that uses Sportspress to capture scores from multiple teams and over 100 years of scores.
I am looking to filter by season and by team of the sportspress calendars, it appears as though I cannot assign the seasons (year) filter to all calendars but have to create a filter for each and every calendar which is possible but very time consuming – I created a single page structure on Elementor for calendars.
It seems the problem is that when I click on “apply filtering if page is” and I use calendars then it asks me to choose a specific calendar – is it not possible for it to be just all calendars?
And with regarding teams is there maybe code or shortcode I can use? I refer you to the this page:
https://support.themeboy.com/article/98-filtersThank you so much for any assistance you can provide.
Hi tom518
Thank you for using Filter Everything PRO.
If your calendars are separate WP_Queries it means that you have to select one of them to filter it. You can not select “All WP_Queries” because they may be different and the plugin requires “to know” what exactly WP_Query should be filtered.
Optionally you can send me credentials to your /wp-admin in accordance with this document and I will check it myself (because I’m not sure I understood our problem clearly for 100%)
Hi, is there a video guide for the pro version? Thanks.
How to put many filters on one page like this page: https://demo.filtereverything.pro/product-category/clothing/women/color-black/c-kind-dress/?max_price=250
Hi Double20
Thank you for using Filter Everything PRO. Look please video on this page about basic plugin settings – https://filtereverything.pro/resources/quickstart/Yeah. Thanks for your help.
I’m glad that your problem was solved 
I would be thankful for a review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508
Thank you in advance!
Hi, I’m using Blocksy theme and as others pointed out, H1 titles are not rendered with “h1” tag. I’ve added a filter so it works OK now (found filter in the documentation). But there is also a problem with breadcrumbs rendering. I don’t know what happens, but on /shop/ page it displays normally and after clicking any filter, CSS responsible for ”.breadcrumb” is lost. What could be the issue here? Lastly, I have a relatively small shop, where /shop/ and /first-category/ (removed category root slug) display nearly identical content. Is it somehow possible to have a SEO Rule to use “without category OR with “first-category” so I don’t have to create every single rule twice? All other categories don’t have products that have filterable attributes. Thanks!
Hi morvy
Thank you for using the plugin.
1. I’m glad that your problem with H1 titles now is solved.
2. If to be honestly I don’t know how Fiter Everything PRO can be related with the breadcrumbs CSS or with any other CSS files. I guess that it may depends from the how your breadcrumbs CSS file is included on your site and maybe it depends from the site URL which is changed during filtering process. I reccomend you check this moment in the breadcrumbs code.
3. No, unfortunately no, SEO rules have a clear logic and they work strictly – with or without a category. So these should be two different SEO rules. But maybe in your case you can create common SEO rules instead of specific ones. For example: Specific category + Any Brand + Any Color (as example of your filter attributes)
We have installed this plugin onto an eCommerce site that’s built with Divi and WooCommerce, but we are having two main issues:
1 – When you click on a category checkbox the page is forwarded to a URL which does not exist – it’s producing a 404 error. it’s not filtering on the current page. The URL that’s created does not match the category archive URL. Also, on page loading with AJAX it doesn’t filter products.
2 – when you use the filter on mobile with the pop-up widget menu it displays behind the content of the shop page. There’s no way to interact with the menu other than to close it. We tried to use CSS to bring it to the front but that didn’t solve it.
Hello leeskellett
Thank you for using the plugin.
Send me please link to the page with these problems. You can optionally send it via PM, if you click on my username. But don’t forget to write about this here in comments, otherwise I can skip this your message.
Will send VIA PM now.
Hi, have just sent you the shop URL and log in details on email.
Hello, have you looked at the issue yet? Did you get our email yesterday morning with the URL and log in details? We did message on here (as above) so you’d see we’d done it.
Hello leeskellett
Thank you for your credentials.
I checked your site and realized that you had one Filter Set in your trash and this Set had URL prefix that caused conflict. I removed this FIlter Set and now 404 error disappeared.
About pop-up widget on mobile devices – I made some CSS adjustments to make it better, but in general this problem is related with your page HTML structure and that fact that you put Filters widget inside div which is overlapped by neighboring divs.
So as option you can change z-index for these divs for example when pop-up is opened (in this case the body tag has CSS class <codoe>wpc-overlay-visible) and they will not overlap Filters widget.
Hi, I cannot get the filter to work on search pages. If I first search for term “abc”, the correct results are shown, as well as the correct filter terms and counts. However, when I select a category “def”, tag “ghi” or author “jkl”, the search results are not filtered further.
For example, I search for term “abc” and get 3 results with different categories. The filter shows all three categories and the correct count, but when I select the first category it still shows all 3 posts. I have tried experimenting with the different post queries but that doesn’t help.
I bought the plugin and I have a few questions for installation.
This is the page I’m working on. -> https://www.cepkolik.com/marka/samsung/
Here is a picture of the problem I’m having. -> https://prnt.sc/grq2LHyZ_8on 1- The round range bars are overflowing. 2- The frame looks bad. How can I do as in the examples?
I also want to add items such as kg, mm, inches at the end of the filters. Actually suffix. How can I do that?
Thanks,
Also, when I select a filter and say apply, the brand becomes acer. (converting from samsung to acer – URL) You can test please
Hello ahmetekinler
Thank you for purchasing the plugin.
1. To avoid of cutting numeric filter circles, just add in the Filters -> Settings -> Experimental -> Custom CSS next:
.widget.widget_wpc_filters_widget{
overflow: visible;
}
2. If you mean input field for a range filter their design depends from your theme styles. You can check CSS of my demo page and implement them in your theme.
3. For the moment you can only add them in filter’s title. I see you already did it.
4. It looks like you configured your Filter Set to redirect user on the Acer brand page. I recommend you to configure it without Apply button mode first, after to configure it with Apply button mode with filtering on another page.
Thank you for the answer. I noticed that the filter is not working now. I’m not sure if it’s due to the plugin or acf. How can you help? Where should I look?
Hello ahmetekinler
I would be glad to help you more with this, but unfortunately it is something that you have to solve by yourself. The CodeCanyon support policy does not provide support in plugin configuring, but only items listed here – https://codecanyon.net/page/item_support_policy
It’s from ajax. Maybe you could tell me to try this?
Hi ahmetekinler
As I see now it works correctly here – https://www.cepkolik.com/marka/samsung/cift-ekran-var/
If you need to configure AJAX, you have to read and understand how to do it in this article – https://filtereverything.pro/resources/plugin-settings/#ajax
In your case the value for CSS ID or Class of Posts Container can be .td-ss-main-content
Hi, I would have two requests. I want to use these requests with my purchased plugin.
1 – How can I make this section empty in the search results? When I add as a post, all the posts come. I want to see only the search results, keeping this section blank.
2 – Is there a setting in the search filter where I can search with data entry?
https://freeimage.host/i/image-01-view.PrWpJR3 – I want to show the search section on all pages. How can I do that? There is no “show on all pages” in the options.
4 – I want to show the filtering on all pages. Also, how can I show the Filter section as a sidebar on all pages.
Hi legendhero
Thank you for using the plugin.
1. If I understood you correctly you don’t want to show posts until they are filtered. In general this question is out of the item support scope here on CodeCanyon, but I can say that you can use function ‘flrt_is_filter_request();’/** * @return bool true if it is filtered page and false if not */ flrt_is_filter_request();
to determine if current page is filtered results or not. This can help you to hide your posts until they are filtered.
2. If you mean search field that is compatible with filtering process, you can use default WordPress search widget. If you mean search field compatible with AJAX filtering requests, it is not available yet, but will be implemented in future plugin updates.
3-4. Yes, you can not add the same Filter Set on all site pages, because there are no guarantee that all site pages contain the same posts/products list. Filter Set requires “to know” what exactly WP_Query will be filtered and in 99% all site pages does not contain the same WP_Query.
But you can use option “All archive pages for this Post Type” to point FIlter Set to the maximum number of site pages. But for page, which are not filtered post type archive you can add Filter Sets individually.
1. Thank you very much for your answer. In which file do I add this code? Could you provide information about this?
/** * @return bool true if it is filtered page and false if not */ flrt_is_filter_request();
legendhero
I would be glad to help you more with this, but unfrotunately CodeCanyon item support scope does not include providing of custom coding. I can only recommend you what functions to use and give you common answers about the plugin, but to make code customizations you have to be familiar with PHP coding or ask a developer help you with this. I am sorry.
Thank you for the answer. Do you have a fee that you set to support this issue? I would like to receive support for the fee you set. How can we contact?
Thank you for your offer, but unfortunately I have no time for such paid customizations. But you always can ask any PHP devloper to help you, for example you can try to find such on Upwork. It’s not so complex task and a PHP developer can solve it in 1 hour.
Hello legendhero
I’m glad to inform you that built-in Search Field compatible with filters, AJAX and that allows you to search Woo products by SKU was added to the latest plugin version 1.7.8. You can update it automatically if you have activated your License key or download zip here on CodeCanyon.
Thank you. Regards.
Hi there: 1. Can you maybe add support for breadcrumbs in a future update? Currently, SEOPress breadcrumbs break when any filter is clicked. Maybe a more elegant way like /mattresses/size-king/is-gel-foam could be translated to home>Mattresses>King Size>Gel Foam 2. A feature request to assign weights to taxonomies, for eg. I could add more weight to a particular brand so that they show up higher on the page.
Thank you! Amazing product, good luck with sales!
Hi Puru991
Thank you for your suggestion about breadcrumbs. I noted this thought and will consider this for the future udpates. For the moment I can only definitely say that if this will happen, it will not be in closest future because I have some development plans for closest months.
Regarding taxonomy terms weight – in fact you can order your terms by desired criteria right now and if they are WooCommerce attributes you can sort them in Sort Terms by field if you select option Menu order «123».
If your taxonomy is another, you can sort them by the value stored in taxonomy term meta field with this code example – https://gist.github.com/wpserve/6068fdfb0fe8312edb3406b32e0f0cea (of course it expects that you are familiar with PHP and you understand how to modify it for your case)
Hi Stepasyuk, Love the plugin. I just bought the pro version so we can the filter have it pop up on mobile for our shop. I am using the short code [fe_open_button] but I was wondering how I can customzie this button. Cheers.
Hi Stepasyuk, I found the supporting documentation for the template files.
Hi Chasingsound199
Thank you for using the plugin and for your warm words about it. I’m glad that your problem is already solved. Let me know if you will have any questions.
How to move FilterEverything’s Filter button to the top of description in product catalog/Brands (on Mobile)
https://i.imgur.com/LQVuOhC.jpeg https://wingiare.com/windowsThank you.
Hi trinhminhcanh
You can activate the option Do not display opening widgets buttons automatically. I will insert them myself via shortcodes. in Filters -> Settings -> Experimental and after insert Filters Open button with shortcode [fe_open_button] – https://filtereverything.pro/resources/shortcodes/#open-button in any place you need.
Hi, I have a few questions: 1. I have set SEO rules, but the title and description of the filter result page are not displayed according to the rules 2. Can I use ”-” to connect between all levels of url instead of ”/” ? 3. Is it possible to remove the product-category in the url and how to remove it? 4. If I want to change the layout of the filters, I want each filter to have a horizontal row instead of a vertical column, can I only change the appearance in the developer tools by myself? This is the link: https://www.oppoliahome.com/product-category/traditional-kitchens/
Hi jane_oppein
I have already answered on your questions under your previous comment here – https://codecanyon.net/comments/28671760
P. S. To get answer faster please do not write additional comments under your first comment because in according with support rules I am trying to answer up to 2 days after the last comment. So if you write a new comment, you will continue waiting period for 2 more additional days.
auto_awesome Traducir del: inglés
421 / 5.000 Resultados de traducción star_border hello! I need to disable css on certain pages, could you tell me if the id’s are correct? function unload_css_filter() { wp_dequeue_style(“wpc-filter-everything”); wp_dequeue_style(“wpc-filter-everything-custom”); wp_deregister_style(“wpc-filter-everything”); wp_deregister_style(“wpc-filter-everything-custom”); }
add_action("wp_enqueue_scripts", "unload_css_filter", 12);
greetings and thanks.
Hello cristian309
I would be glad to help you with this, but it is something out from the item support scope here on CodeCanyon. I can only say, that you have to ask a PHP developer to help you or you have to read about WP function is_single( post_id = '' ); – https://developer.wordpress.org/reference/functions/is_single/
ok thanks, but could you help me by telling me if the IDs of the css links that are loaded are correct?
wpc-filter-everything wpc-filter-everything-custom
Yes, sure. They called “handle” regarding to the wp_enqueue_style(); function, but they are correct.
Thanks!
Hi, i still have a problem with the filter using AJAX. it seems that it loads the right posts but when trying to navigate between pages using the paging links it results in an error. Also when trying to filter more than one level it also gets back all the posts and not the filtered posts. We are tying to resolve this for a couple of weeks but with no success.
https://www.nuriteldar.co.il/blog-test/Hi Colibri56
I answered you on your request and asked about permissions to edit plugins for username you provided me here – https://codecanyon.net/comments/28662822
Please, allow to my user to edit plugins to give me ability to investigate the problem.
Thank you.
Hi there, we seems to experiencing an issue with the ajax filtering not working on level 2 Product sub-category archives, It cannot locate the h1 tag on a page, resulting in an error that causes the javascript to stop running. we have code screen shot’s but I can’t seem to upload them here.
Hi thatwebco
Thank you for your report.
I would be glad to help you with thuis, but to make thing fair you have to extend your support period here. In any case I already added this issue to my bugtracker and it will be checked in order of priority.
I have xtended the support. What can we do to solve this?
The plugin conflicts with WooCommerce. In fact, if I activate the plugin I cannot download the VAT invoices for WooCommerce Payments. I have already contacted WooCommerce support (who discovered this conflict) and they told me to contact the developers of the plugin.
Hello Giger_Grafik
Thank you for your report.
I already added this bug in my bugtracker list It will be checked and solved in order of priority.