Code

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Discussion on Filter Everything | WordPress/WooCommerce Product Filter

Cart 15,803 sales
Recently Updated

Stepasyuk supports this item

Supported

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

9009 comments found.

Hello,

I am a user of the Pro version of your product and I would like to request for assistance in displaying the filters horizontally with a minimum of three columns for mobile view. Currently, the filters for mobile view of my website are vertically aligned, requiring users to scroll down to find the rest of the filters. I have linked screenshots of my website https://drive.google.com/drive/folders/1xfuwa3OK609MjahYlOOpSC8htNMa3REE?usp=sharing. and another website (futuretools.io) for reference, showing the style and alignment that I am trying to achieve. Thank you for your help!

Hello joegr

Thank you for choosing Filter Everything PRO.

Unfortunately such result can be achieved only via custom CSS changes and this is something that is out from the item support scope here on CodeCanyon.

But from another size I can provide you with CSS code snippet that may help you. You have to change XXX and put this CSS in the Filters -> Settings -> Experimental -> Custom CSS
.wpc-filters-section-XXX .wpc-filters-main-wrap ul.wpc-filters-ul-list{
    grid-column-gap: 18px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
}

Where XXX is your Filter ID (you can find it in the HTML code of the filter)

FYI – you can use this code at your own risk, unfortunately I will not provide its debugging or modications.

Thank you. Regards.

Problem with post. Diactivate plugin – it`s work and 200. When plugin is active – it make 404 error for this post https://nedvigator.com/kvartiry-i-apartamenty/kvartira-s-shikarnym-vidom-na-more/ Other posts good

Yes it was problem with Prefix

Thank you

Great.

Thank you for you report.

If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance!

Hello! I love this plugin, it’s great!

I only have one question: How do I always show the Show or Hide filters button? In settings I see the option “Collapse Filters Widget on Mobile devices”, but we would like that on Desktop, by default, all the visible filters appear, but also the button to collapse them. Thank you very much!

Hello netaservice

Thank you for your warm words about the plugin.

You have to enable option “Collapse widget and show the Filters opening button” and to change mobile breakpoint via code below. You have to insert it for example in the functions.php of your active theme.

add_filter( 'wpc_mobile_width', 'wpc_set_mobile_width' );
function wpc_set_mobile_width( $mobile_width ){
    $mobile_width = 1920; // Screen width in px
    return $mobile_width;
}

Please, let me know if it was helpful for you. Thank you. Regards.

Thank you! It’s work perfectly!

Hello netaservice

I’m glad that your issue was solved :-)

If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance!

I’ve created a Custom Post Type, let’s call it X <—works fine

I’ve added Filter Everything Pro to the Archive page that I’ve modified with the Elementor Template Editor <—works fine

I’ve added a search field.

When I search for something I added post_type=X to the URL as you mentioned multiple times in the support forum (e.g. https://domain.com/?s=search-term&post_type=X), in this case the filter fields are updated, the search terms are highlighted in the text, however the list of X items are not filtered, so all of them are displayed.

Any ideas?

Sent you the credentials via DM.

Hello andris-strt

You have to create Filter Set for the Search results page for this Post type. It means to select in the “Where to filter?” – “Common WordPress pages -> Search results page for selected Post Type”. In this case it will filter as you expected.

Thank you. Regards.

Hello andris-strt

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.

I’m having problems working together with a fundamental plugin for the site: Dokan Pro. When I activate Filter Everything Pro, the site stops working in the product grid. My site is private and I can’t share urls or screenshots by this means, how can I access support quickly and privately? I need to know if you can fix this incompatibility or else I will have to request a refund since I can’t do without the Dokan Pro plugin. Thanks!

Hello Montecor23

We are sorry for misunderstanding. We tried to open exactly /ingresar/ and we requested password reset, but didn’t get email with link to reset it.

But okay, now the issue is fixed directly on your site and fix added to the next plugin update. Please, check it and let me know if it works as expected.

Thank you. Regards.

Hello, thanks for your answer, the error has disappeared in the url that was throwing the error. I’ll test if it appears anywhere else and let you know. So how do I go about receiving the plugin update? I didn’t understand.

Thank you for your report Montecor23.

I’m glad to hear this. I mean you don’t need to do anything extra with this, just update the plugin, when the new version will be available.

We had the following working as we wanted before, but I guess from a filter plugin update it stopped. This is on behalf of our client who purchased a pro license (we can send it over a PM).

We are trying to move the open Filter button on Mobile view from above the category page to within the category page, to the left of the Sort By button (which is also from you filter plugin) the category setup is built with beaver builder template. On the desktop/laptop view it following where the shortcode is placed in the builder, but for mobile its not https://staging.boytique.com/product-category/girls/

We had it working before with the following: This html code was put in where we wanted the open Filter button to show (to the left of the sort by button) < div class=”mobile-filter”> < /div > (the div was being blocked, so we added spaces to it)

Then we put this PHP snipped to run on the whole site with the WP-Code Snipped plugin

function move_div_and_remove_elements() { ?> <script> jQuery(document).ready(function($) { $(’.mobile-filter’).append($(’.wpc-filters-open-button-container.wpc-open-button-113304’)); $(’.wpc-filters-button .wpc-filters-button-text’).remove(); $(’.wpc-filters-open-widget .wpc-show-counts-yes’).remove(); }); </script> <?php } add_action(‘wp_footer’, ‘move_div_and_remove_elements’);

function move_div_and_remove_elements() { ?> <script> jQuery(document).ready(function($) { $(’.mobile-filter’).append($(’.wpc-filters-open-button-container.wpc-open-button-113304’)); $(’.wpc-filters-button .wpc-filters-button-text’).remove(); $(’.wpc-filters-open-widget .wpc-show-counts-yes’).remove(); }); </script> <?php } add_action(‘wp_footer’, ‘move_div_and_remove_elements’);

Hello yossizazioncom

Thank you for using Filter Everything PRO.

Please, write your support request from the account, where you or your customer purchased the license.

Thank you. Regards.

Can u also provide a code like this one you posted earlier to show filters always closed when opening a new site or refreshing the site?:

add_filter( 'wpc_hierarchy_opened', 'my_hierarchy_filters_opened_by_default' ); function my_hierarchy_filters_opened_by_default( $filters_opened_by_default ) { $new_opened_by_default = [ 501, // Filter ID ]; return array_merge( $filters_opened_by_default, $new_opened_by_default ); }

Hello hwvaubel

Sure, we would be glad to receive the picture from you. Please, send it via PM to me.

Thank you. Regards.

Hi,

I just sent you a small video.

Regards

Ok, thank you for the video.

I think it is also good way to inform visitors that current filter is selected.

Hi,

I have a problem with the “«Apply Button» mode”. The Apply button brings me always to the shop start page ”.de/shop/”.

When I´m for example in ”.de/shop/produkt-kategorie/camping/” and then add some filters for example persons 1, the Apply button brings me here: ”.de/shop/personen-1/”

and not here: ”.de/shop/produkt-kategorie/camping/personen-1/”

Why is that?

I can understand that u have a lot to do. I thought so. But thx for your great work and help. I will try it out and come back if there´s still an issue.

I have a feature request that would make the Apply button more usable:

At the moment it seems like the plugin behaves the same like there is no apply button. With the selection of every filter, the page kind of loads the selected filter “immediately” (there is always this small loading period). Also when changing range sliders or changing values in them, with for example keyboard arrows up and down, the plugin fires immediately, which makes filtering speed if u want to filter multiple things faster, a bit slow.

It would be amazing if the users could click things, arrange range sliders, select here and there, and then the selected filters get really only loaded when the “Apply Button” is pressed.

I think I read that another user of your plugin also had this request and I think this would be a great user experience for the Apply button.

I hope u can understand what I mean.

For now thx a lot for your work.

This plugin is perhaps going to be the best Filterplugin for WordPress out there when it keeps going like that.

Regards.

Hi hwvaubel

Thank you for your understanding.

Yes, sure. We know about this issue and we already work to resolve it and to make filter selection in Apply button mode without reloading page every time. This realoading is required for the moment to refresh filters count.


If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance! Regards.

Nice to hear that u are working on it!

Hello,

I added the SEO Title, Meta Description, H1 Title and SEO Description for this filter combination:

https://dinasti.mx/tienda/categoria-anillos/genero-mujer

But only the description is displayed (I have also added information to other filters, but they are not displayed either, only the meta description).

What could be causing that only the meta description appears and not the other meta tags?

If you need access to the site, I have a staging replica here: https://test-plugin.ionserver.link/ (I have consulted you for another issue in the past, so you already have access to the staging)

Hello alinnovatr

Displaying SEO entities depends from hooks your active theme uses. If it does not use standard WordPress theme hooks some entities may not be displayed. I can only say you what exaclty hooks are used for certain SEO entities:

// For SEO title
add_filter( 'wp_title', array( $this, 'wpTitle' ), 15 ); 

// For Meta description
add_action( 'wp_head', array( $this, 'filtersWpHead' ), 1 );

// For H1 title one of these hooks
add_filter( 'woocommerce_page_title', array( $this, 'seoH1'), -5 );
add_filter( 'get_the_archive_title', array( $this, 'seoH1'), -5 );
add_filter( 'post_type_archive_title', [$this, 'seoH1'], -5 );
add_filter( 'elementor/utils/get_the_archive_title', [$this, 'seoH1'], -5 );

If some of them are not displayed on your site it means you have to check if your theme uses these hooks or maybe some plugins intalled on your site affects on them and they remove Filter Everything PRO functions. You can check this for example by disabling other plugins one by one.

Hello, is it possible that the plugin is not working correctly with the product loop in elementor? Only with product file? Thanks

Hello Stepasyuk, I have opened another query but I leave my answer here anyway. I’m having problems working together with a fundamental plugin for the site: Dokan Pro. When I activate Filter Everything Pro, the site stops working in the product grid. My site is private and I can’t share urls or screenshots by this means, how can I access support quickly and privately? I need to know if you can fix this incompatibility. Thanks! I await your response

Hello again, I have privately sent the details of the error that the plugin is causing, I’m sorry I can’t send it to you here but it’s a private website. Thank you!

Hello Montecor23

Okay, sure. Let’s continue our conversation in that comments thread – https://codecanyon.net/comments/29472096

Thank you. Regards.

Filter is good, but it’s not working good with elementor + hello. As you have mentioned on your website that it’s working with elementor, but it’s not properly working so there should not be this information. But I suggest to get filters work good on elementor and it will be good market share.

Hello Dotitlv

Thank you for using Filter Everything PRO.

In fact the plugin works and was tested to work with Elementor. But why did you decide that it works bad with Elementor? What exactly was wrong in your case?

Please, let me know. This will help me to understand the problem and maybe to improve some moments in the plugin that are not so obvious for some users.

Thank you. Regards.

It’s working, but without most needed options. I think you should add styling options as now all should be done with css so all can be adjusted like it should be on elementor. Anyway thank you for plugin and I hope to see more good updates in future.

Hello Dotitlv

Thank you for your suggestions.

But I’m not sure I understood you clear. Please, provide me with specific suggestions, what exactly in your opinion should be adjusted and how exactly? You described it in general terms, but did not specify which parts of the plugin should be configured and how.

Thank you. Regards.

Hello! We tried this plugin, it is good idea. But our original filter filter 50k items in 4/5 seconds this filter 14/15 seconds. Can we receive refund please? Thank you!

Hello opsholders

I’m sorry that you had such experience with the plugin.

I have to say that you have performance issue and filtering speed depends from 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)

For example here is WooCommerce shop with 6K products and lot of Filter Everything filters and it works very fast – https://nordic-led.no/produktkategori/belysning/led-downlights/kelvin-2000k-2800k/utsparring-83mm/produktgruppe-downlight/

As I see you have already created a refund request, it will be processed as soon as possible.

Thank you. Regards.

Hi, love the plugin. Any idea when the search feature will be released?

Hi andris-strt

Thank you for using Filter Everything PRO.

I think in next two weeks. I’m working on this right now.

The mobile filters are showing on every page instead pf just the Portfolio page. How do I fix that? https://bit.ly/3LphMe9

Hello delisha15

It seems you configured Filter Set to work on a list of pages instead of single page. Please, provide me with screenshot of the “Where to filter?” field of your Filter Set and also send me two links on two pages: first page, where Filters should be displayed and second page, where the Filters should not be displayed.

Thank you. Regards.

I just bought my second license, unfortunately it seems I can’t activate it. Gives an error. Same as others commented below me :)

Hello Thymo1997

Thank you for purchasing the plugin.

Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.

Please, let me know if it was helpful for you.
Thank you. Regards.

hey i have pro version of you product i entry the License before now it ask it agian when i try entry agian i get error Invalid license key. Please enter correct license key.

Hello ibrahim160

Thank you for choosing Filter Everything PRO.

Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.

Thank you. Regards.

Hello, I am trying to active my license on https://365kabels.nl, but I am getting a error: Invalid license key. Please enter correct license key.

I still have 2 months of support, so it should work.

Hello lehutch

Thank you for choosing Filter Everything PRO.

Please, note that License key and CodeCanyon purchase code are different things. To set License key, please go to Filters -> Settings -> License, click on the “Get your License Key” https://prnt.sc/-ehm9df3H_XT and you will be redirected to the new page. Log in there with your Envato credentials and you will see your License key for the Filter Everything PRO plugin.

Please, let me know if it was helpful for you. Regards.

Hello,

Is there a setting that automatically expands all filter options when you load onto the site?

For example, I would like all these categories and subcategories to be automatically expanded (not collapsed) when you go to the page.

https://fesupplycompany.com/page-product-category/shop_product_categories-adapter/

Thank you for your product! Sincerely,

Michael

Hello Michael

Thank you for choosing the plugin.

Sure. It is possible via using hooks. Please, use this code example and place it for example in the functions.php of your active theme
add_filter( 'wpc_hierarchy_opened', 'my_hierarchy_filters_opened_by_default' );
function my_hierarchy_filters_opened_by_default( $filters_opened_by_default ) {
    $new_opened_by_default = [
        501, // Filter ID
    ];
    return array_merge( $filters_opened_by_default, $new_opened_by_default );
}

Thank you so much! It worked! I really apreciate it! Quick follow up, is it possible to just have the first layer of filters open but not all of them? I am not a developer so i really appreciate your help!!!

Hello Michael

Unfortunately to make opened only first level items requires some amount of coding efforts and this is not some small thing like 5 minutes to write CSS (In this case I would be glad to spend 5 minutes for you)

If other customers will ask about such feature I can consider to implement it in future updates. But for the moment the only one way is to ask somebody experienced in PHP to help you to achieve this. Such thing can not be provided under CodeCanyon item support here.

Thank you. Regards.

Hi! I think i have tried most filtering plugins now. But this seems to be the best. But I have a question about greyed out range-filter in taxonomy product attriubute.

I want to filter by numerical values that is used as attributes. To make it simple i created a new woocommerce product attribut “filter_cut_out_size”. In this i use only numeric values.

But its greyed out in “View in Widget”.

I have searched in supprt thread and earlier you wrote on other post “Yes. sure. You can create range filter for any taxonomy including product attribute. If it is greyed out it means you selected taxonomy that is not related with post type specified in Filter Set. Please, check these moments carefully.”

Im not sure what im missing. Post type filter is: Products Filter by is: Products Filter_cut_out_size

Hello Nxtnd

Thank you for your credentials.

I’ve checked your site and realized that you tried to create regular Taxonomy filter, but to have range filer by taxonomy you had to select “Taxonomy Numeric” in the “Filter by” dropdown. I did it for you and now filter works as expected. Please, check it out.

Thank you. Regards.

Oooooh… I cant undestand how i missed that.. SORRY!

No problems, all right.

I’m glad that the issue is already solved.

If it is possible I would be thankful for a positive review about the plugin here on CodeCanyon – https://codecanyon.net/item/filter-everything-wordpress-woocommerce-filter/reviews/31634508

Thank you in advance!

Hello, I0ve purchased the plugin but it gives problems with Elementor. If this plugin is active Elementor won’t see the templates for the pages I want to modify. Example the single page product. If I deactivate the plugin, the elementor templates apply correctly.

Hello giessedati

I’m sorry for the inconvenience. It seems it is result with another 3rd party plugin or custom code compatibility.

Please, provide me with credentials to your /wp-admin in accordance with this document and with steps how to reproduce the error and I will check it myself.

Thank you.

Hello, I have sent you the credentials. Thank you

Hello giessedati

Thank you for your credentials.

I’ve checked your site and didn’t realize any problems with Elementor templates, when the plugin is active. Please, provide me with screenshot or link or text description how to reproduce the error or why do you think that there is error.

Thank you. Regards.

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