Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 16,178 sales
Recently Updated

Stepasyuk supports this item

Supported

This author's response time can be up to 1 business day.

9135 comments found.

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.PrWpJR

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/windows

Thank 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.

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?

Ok, thank you.

Please, send me credentials to your /wp-admin in accordance with this document I will check it myself.

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.

Hi! Very nice plugin, thanks for developing it. I have a problem on this page: https://stb2.marcovitale.art/planning/

How do I customize the date output? I have set in ACF the output format of F j, Y, but your plugin returns Ymd.

Could you please help me? Thanks! Marco

Hi Marco

Thank you for using Filter Everything PRO plugin.

In general the plugin displays exactly the data that is stored in your Custom Fields. But you always can modify it via hook ‘wpc_filter_post_meta_term_name’. For example

add_filter('wpc_filter_post_meta_term_name', 'wpc_acf_term_name', 10, 2);
function wpc_acf_term_name( $term_name, $e_name )
{   // $e_name - is a filter meta key name.
    if( $e_name === 'my_date_filed' ){
        $term_name = date( "F j, Y", strtotime( "Ymd" ) );
    }
    return $term_name;
}
I’m not sure if this code works correctly with date, but you can try another way to convert your current date format to desired. But common way is exactly like in example.

Thanks! I use oxygen builder and I have inserted this code just before the widget (there is a way to insert PHP functions in the page template), making sure to change ‘my_date_field’ with the one I have but nothing happened…

It’s common example of code and it expects that you have to be familiar a bit with PHP or ask a developer to help you with this code. Unfortunately I do not provide debugging of such code.

Здравствуйте, Stepasyuk Спасибо, за создание такого прекрасного плагина! В настоящее время работаю над переводом сайта на украинский язык с помощью плагина WPML. Конкретно интересует использование Вашего плагина в качестве фильтра для фильтрации товаров в конкретной категории товара на двух языках.

Подскажите, пожалуйста:

1 – я правильно понимаю, что в этом случае логика работы плагина на двух языках такова, что я должен создать два соответствующих набора фильтров и задать каждому из них какую категорию фильтровать (одному – категорию на русском, а другому – ее перевод на украинский)?

2 – Не смог разобраться: как я могу перевести url-префиксы для аттрибутов? Или же префикс является заданным глобально, независимо от выбранного языка?

Привіт, Ігор. Слава Україні!

Thank you for purchasing the plugin and for your warm words about it. I will continue in English as only it is supported here on CodeCanyon.

1. The main thing you have to do for using the plugin with WPML to set Filter Set as translatable Post type in WPML Settings. After that you have to create individual Filter Sets for your Categories in different languages – one Filter Set per one Category. Of course both of them should be in appropriate languages.

2. Yes, you are right – prefix for URL is global for all languages for the same filtering criterion.

Добрий день,

Подскажите пожалуйста: я правильно понимаю, что если в категории товара выбран набор фильтров, то при переключении языка набор фильтров сбрасывается? Или это я что-то не настроил до конца? Пример: https://tramontana.com.ua/uk/kondycionery/seryja-haier-flexis-uk/ Переключатель языка вы можете найти внизу страницы.

Hello Igor_Shyshka

Yes, you are right – if you select another language page, you will be redirected to its clean translation without filters.

Technically it is related with the fact, that Filter Everything generates own URLs that are not “visible” for WordPress and all its plugins “think” they are on the page without URL parts that belongs to filter. So translation selector “does not see” these filter URL parts and it can not “pick them up” to create URL on translation page.

For your next comments, please use English language as they potentially can be interesting for other users.

Thank you.

Presale Questions:

Hi! We have to find a really good ajax filter plugin to our woocommerce shop.

- We are working in Bricks Builder. Is it compatible with Bricks? - Can we set slider filter not only for price? (from-to) - If your plugin not fit our imaginations, can you give refund?

Thanks you answer and your job!

Hello patrikvarga

Thank you for your interest in Filter Everything PRO plugin.

Yes, it is compatible with Bricks Builder also. In addition to widgets that the plugin supports, you can use shortcodes – https://filtereverything.pro/resources/shortcodes/ to insert filters, sorting dropdown and chips everywhere.

Yes, sure. You can create range sliders by any numeric Custom Field or even Numeric taxonomy if you have them.

All refund policies are regulated by the CodeCanyon refund Rules, please see them.

Hello patrikvarga

I’m glad to inform you that I already fixed issue with Filter Set for common categories pages and Bricks Builder. Now the plugin works with Bricks Builder as with any other page builder.

Hi, I use WCFM Marketplace. The filters work correctly on my main woocommerce pages, however, on each store owners individual shop page, the shop is showing below again but with the filters. How can I stop this – see this page here to see what I mean – https://buy-handmade.co.uk/store/bagsnthings/

I do not want the filters to appear on store pages. Thank you

Hi beckyhatton

Thank you for using Filter Everything PRO plugin.

In general it is something that is out of the item support scope here on CodeCanyon. But you can try to use different sidebars on your WooCommerce pages and on owners store pages.

Or you can install plugin Filters Logic and add there condition that if it is owner store page, than to hide FIlters Widget.

I am having the same problems as Quanteam and davejbryan please advice.

Hi ravnen2050

I already answered you under your previous comment, please read it here – https://codecanyon.net/comments/28679050

Hello, I am having the same issue as the user Gleenk below. When using Taxonomy numeric range filter it displays the correct min/max at default but any movement on the slider will result in empty products

Hello drly

It seems you have the same bug as for Gleenk. It will be fixed in the next plugin version, but if you want to fix it right now, please just replce content of your /wp-content/plugins/filter-everything-pro/pro/PluginPro.php file with this code -https://gist.github.com/wpserve/ca3dc555a2db3082edd4479804eb5148 and let me know if it was helpful for you.

Perfect, thank you. I am happy to wait for the update.

Hi Stepasyuk,

We’re having trouble activating the PRO license of your product. We’ve successfully installed the .zip of “Filter Everything PRO” plugin and generated the license Key throught Envato/codecanyon, but when submitting it on the plugins “license” section it throws an “Unknown Error”. We’ve tried entering the purchase code and the license key several time again but no luck. We’ve tried referring to your documentation too but we couldnt see anything about license activation problems.

What can we do to make it work?

Thanks, Best regards

Hi Quanteam

Thank you for the screenshot you provided. I checked your license key and realized that it works correctly. But I did not find domains of your dev and product sites on my license server. It is the evidence that on your hosting outer connections are forbidden or maybe PHP CURL module is disabled or even does not configured.

Please, ask your hosting provider support if the PHP CURL works on your site and ask them enable it.

Hello Stepasyuk. Feedback from our Hosting Provider / IT team : PHP is ok, PHP CULK works and is already enabled. PHP Version 7.4.

Quanteam

It means that outer conections from your site does not work. Or maybe they do not work with the connect.fitlereverything.pro server at least. You have to ask your hosting support why this can happens.

Hi! I want to ask about this plugin. My online products have size variations and I can’t put the filters with this plugin so that they can be seen in the store. thnaks

Hi Elalceweb

If you want to fitler your products by variation size, please create filter by size and click More options in it and select “Use for Variations”, please see example – https://prnt.sc/RFEftkTKshuf

Hello, I have a presale question. I need a specific function: to set a dropdown ajax filter based on tag for my portfolio page. Is this plugin suitable for this purpose? Thanks in advance.

Hello NovaWebGroup

Thank you for your interest in Filter Everything PRO.

Yes you can create a dropdown filter by your portfolio tags and it will support AJAX loading filtered portfolio items.

Hi! I don’t know why, but the filters stopped working. Could you please take a look? Thanks! https://cookingblondes.com/recepten/

FlorenceGee

If you use ID, please insert it with the # character. So the value should be #recipe-archive

Ah! That was what I was doing wrong. Solved now! Thanks!

Great. I’m glad, that your problem is solved :-)

I’ve been using your plugin for a few months now and I really like it! I’ve just set some SEO rules for <title></title> and H1 title. It works fine but on my menu bar the menu link’s name also changes to the H1 title. Is there any way to make it NOT change? :) Thank you in advance!

I sent you the credentials already and did everything that the document said.

Hello! Could you do something with it?

Hello torokzsofi

I tried to work on this but it seems it require also FTP credentials to your site. Your current server settings does not allow to edit plugin files via /wp-admin editor. Send me please FTP credentials to my email s544836@gmail.com

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey