9161 comments found.
Hi Andrii,
We’re trying to move where the SEO description is appearing. We’re using Oxygen and have a custom product archive page. We’re using the product loop so the SEO description is appearing after the products. However we want the text to appear before the product loop in a specific div.
Can we suppress the after the product loop behaviour?
We tried using get_the_archive_description to insert it in the correct place but that just showed us the default text for the shop page while still showing the SEO description after the product loop.
Regards, Peter
Hi Peter
You can use this code example for that:
add_action('wp_head', 'wpc_add_filters_seo_description');
function wpc_add_filters_seo_description(){
if( class_exists( 'FilterEverything\Filter\Container' ) ){
$seoFrontEnd = FilterEverything\Filter\Container::instance()->getSeoFrontendService();
$your_new_hook = 'woocommerce_archive_description';
remove_action('woocommerce_after_shop_loop', [ $seoFrontEnd, 'showSeoDescription' ], 5);
add_action( $your_new_hook, [ $seoFrontEnd, 'showSeoDescription' ] );
}
}
You can insert it in the functions.php file of your active theme.
Доброго дня. Писав на контактс на сайті плагіну але видно ви тільки тут відповідаєте.
В мене є питання по теоретично можливому кастомному функціоналу SEO правил, а саме пермалінків в них. Чи теоретично можливо розширити функціонал щоб можна було кастомізувати урл? Звісно за окрему плату якщо ви надаєте послуги кастомної розробки.
а) Або щоб урли були без префіксів? Тобто /cars/bmw/white/ а не /cars/brand-bwm/color-white/. б) Або навіть повністю кастомно задавати наприклад /best-white-bwm-cars/.
Звучить ніби це може створити багато конфліктів в системі але є приклади сайтів де це працює.
І ще одне запитання, чи можна обирати яку логіку побудови урлів фільтрів використовувати? Тобто чи можна повернутись від SEO оптимізованих урлів до урлів з динамічними параметрами? Ато в мене вийшов конфлікт з плагіном для багатомовності на мультисайті і генерується безкінечна кількість 404 і поки що я не знайшов вирішення)
Дякую
Hi olegyemchuk
Indeed, in terms of support of the plugin I can only give you answer here in the comments section.
1. About permalinks without prefixes. I know that this is technically possible, but it will load plugin code and DB much more. So I will not modify the plugin to use URLs without prefixes. (As argument I can provide you with fact that WordPress out of the box uses prefixes for categories, tags, post types, taxonomies and other things)
And unfortunately I have no time for such paid modifications. Maybe some freelancers on Upwork have this time.
define( 'FLRT_PERMALINKS_ENABLED', false );
Зрозуміло. Дякую)
Hi again. Regarding issue number 2. Apparently going back to URLs with parameters doesn’t fix the issue. So now I’m not sure it’s the issue of plugins’ compatibility. Initially, I was using standard Woocommerce filters and it wasn’t generating such an issue on multilingual multisite.
So for example if we have categories URLs like:
English site -> /cars/ Spanish site -> /es/coches/
Without the filter on, the language switcher redirects the user to the correct URL on the Spanish website (/es/coches/).
But when the filter is on (/cars/?brand=bmw, or /cars/brand-bwm/ in case of seo friendly URLs), language switcher leads to /es/cars/?brand=bmw (or /es/cars/brand-bwm/), which is 404.
When I was using standard Woocommerce filters, /cars/?brand=bmw would lead to /es/coches/?brand=bmw. That’s why now I think that maybe there is some issue with how the Filtering Everything works on Multilingual Multisites.
I sent access details in the dm.
Update. I additionaly tested another plugin with clear filter URLs, and it doesn’t cause the above-mentioned conflict and works like a standard woo filter (links to top level category). So I assume there is indeed something in your plugin that triggers the described issue. I’d be thankful if there is the way to solve it.
I’ve sent more info in the dm.
Hi olegyemchuk
Sorry for the late response and thank you for your patience.
Filter Everything is compatible with WPML and Polylang multilanguage plugins. If you get 404 errors for some URLs usually reasons could be next:
- some filter term matches to the URL of a page or category URL. In this case most terms works fine, but one or several do not work. Note – this term may be in a Filter Sets stored in WordPress trash, so please remove such Filter Sets from the trash.
- it coulb be conflict with Permalink Manager plugin. Solution – https://codecanyon.net/comments/27821343
Hi. I don’t use wplm or polylang. Instead it’s multilang multisite from welaunch ( they actually were asking you seo related questions in this thread as well).
Also, turning off permalinks doesn’t work (I also thought of this in the first place but it doesn’t solve the issue)
I’ve shared full access details with you. If you could suggest what possibly could be the issue, that would be great.
I also fully removed permalinks plugin just in case. It doesn’t fix the issue neither.
Hi, olegyemchuk.
Thank you for your credentials, but it seems they do not work for me. Check them please and let me know here in the comments thread.
Hi. Sorry for that. I’ve resent new credentials
Thank you Oleg.
I checked this and it looks like some translated pages work and filtering also work on them. But some do not work. It looks like you have filter(s) with terms that have slugs that match to your language URLs. For example /{filterprefix}-es/ where “es” is also URL language id.
I could check this more deeply if you provide my user access to the plugins admin page. I need install Updraft plus and Query Monitor plugins and also have ability to edit plugin files.
Sent super admin access in the dm)
Hi again) I wasn’t able to find the filtered URLs that don’t cause 404 when changing the language) If you found some, please share them in the dm) Also, yo can reverse the URL structure to paramaters (like in free version) and the issue with 404 remains, so I’m not sure it’s a slug issue. Anyways, let me know if you were able to investigate this issue further.
Hi Stepasyuk—love the plugin! Pretty much does everything and then some. However I’ve come across a client who has a peculiar request—display filters on the index page (all good), but wants to have a certain filter selected by default? Is this doable? I guess there are other possible workarounds /two separate pages wo ajax/ and index page just a static HTML copy of the filters, but this creates all sorts of other SEO issues. Cheers and thank you in advance!
Hi millend
Thank you for your warm words about the plugin.
In general it is possible only in one way – your homepage url should contain selected filters. For example https://example.com/filter1-value1/filter2-value2/ All other attemts to make them selected requires a lot of work and to modify plugin’s code.
Hi! recently I bought this Plug In It worcks fantastic, but there is a tag and attribute archive its broken because of the plug in. But no every Product archive, Only an espesific tag and attribute archive. May you help me pleas. https://www.loom.com/share/0c81ce1cd08d4fa6b6efad532d6f4f44
Hi Maxjerez
Thank you for your warm words about the plugin.
Usually such problem appears because you may use URL prefix that is equal to some your term slug. Try please to check your URL prefixes in Filters -> Settings -> URL Prefixes and edit suspicous to make them different from terms on your site. Also if you have any Filter Sets in your trash, please clean it. This should help you.
My little problem is that in my range filter (where you can choose price), prices are show like that “250000” but in France we normaly write like that “250 000”.
Do you have an idea to change that ? Thank your for your help
PS: this plugin is perfect
Hi portaltheo
Already answered you on WordPress.org support forum.
Hi Stepasyuk, is there anyway to make the category list show subcategories under the parent categories rather than it looking like a completely separate category?
Hi IASupport
Thank you for your interest in Filter Everything. Here is support for the PRO users who purchased the plugin. Please, write your request from the account, where you purchased the plugin or ask on WordPress.org forum where is support of the Free version.
Thank you for your understanding.
ok, I’ll ask over there. Thanks.
Hi, the pro version makes my front pages broken, please check the screen record via this link: https://www.loom.com/share/db35d0547dc447b38ef82ff1e04be956
Hi serwall
Thank you for purchasing the plugin and for your detailed video.
It is known problem. Please, update the plugin to the latest v 1.6.5 which is compatible with WP6.0 You can download it from your account on CodeCanyon and update via Plugins -> Add New -> Upload plugin -> Replace current with new. Do not forget to create a DB backup before that.
Hello Stepasyuk, I wrote comment in our last thread but with no answer until now, could you check and help?
Best regards!
Hi Netarto
Sorry for the late response and thank you for your patience. I already answered on your question.
I would like to buy your awesome plugin, but in the free version the filtering does not work on the Rehub theme where Elementor and Deal/Coupon grid block is used. When I use the Archive Posts block the filtering works normally. Can you help me with this?
Hi Yuriix
Thank you for your interest in Filter Everything plugin.
For Elementor and Deal/Coupon grid block you have to use PRO version only because Free version does not support its filtering.
Is there any guarantee that if I purchase your plugin it will work or can you help me get it working?
It will work of course and if you will have problems with plugin configuring after reading documentation I can help you with this.
Hello does the plugin “Filter Everything — WordPress/WooCommerce Product Filter” also filter Variable products using the On sale checkbox OR only Simple Products please? regards
Can you answer to my comment please? Regards
Hi philippesave
Thank you for your interest in Filter Everything PRO.
It support filtering Variable products by properties in variation. For this you have to select appropriate checkbox “Use for Variations ” – https://prnt.sc/UehzMGfyUzzE
Ok Great !! thks
Hi! recently I bought this fantastic plugin but I want to ask you if is possible select in
Where to filter? Apply filtering if page is:
the atributes as filters.
Thanks
Hi Elalceweb
Thank you for your warm words about the plugin.
I’m not sure I understood your question clearly. If you need to add Filters widget on your product attribute page(s) you can select in the “Where to filter?” field values – Product attribute (Brand, Color etc) – Any product attribute (or specific).
If you need to create filter by some Product attribute you have to click on Add Filter and select appropriate attribute in the “Filter by” field.
Hi! Sorry for answer so late, I don´t see section, show attribute in filters, only I see tags
Hi Elalceweb
Send me please link to the screenshot of the Filter By dropdown field when it is opened. If you have public attribute pages, they should appear in this field.
Hi! thanks, I attached video: https://youtu.be/9DYn2cTo7ZE 
Ok, thank you for the video.
As I see there are no any WooCommerce attributes in the “Where to filter?” dropdown. The reason of this can be:
- you did not create WooCommerce attributes yet.
- you have already created attributes, but some 3rd party plugin or code made them non-public taxonomies.
Please, check this on your side.
Hi! I proved both but nothing
Attributtes is on products and desactivated all plugins
Hi! I proved both but nothing
Attributes is on products and deactivate all plugins
I tried on other websites and attributes are not seen either.
thanks
Solved!
Hi Elalceweb
I’m glad that your problem is already solved 
How can I get sorting to show up on search pages? I see in the documentation how I can add it as widget to other pages but cannot seem to find where to add it to the search pages for sorting dates in search,
https://medshadow.org/?s=diabetesHi medshadowfoundation
Thank you for purchasing the plugin.
You can add it as any regular widget on the search results page – you have to add it in the widget area that appears on your search results page. It depends from your theme and widget areas it supports. Check it please on your /wp-admin -> Appearance -> Widgets
After upgrading to the premium version of the plugin I’m unable to get the range working on a filter set against WooCommerce Custom Attributes. As an example:
- Created a new filter using ‘Custom Field Num’ - Using the Metakey ‘pa_load-payload’ (attribute slug is load-payload) - Filter appears but showing empty / with no values in. (values do exist from 140 to 5291)
Link – https://new.vanguide.co.uk/vans/
Please advise?
Hello neilrcosgrove
Thank you for using Filter Everything PRO.
I recommend you to install PhpMyAdmin WordPress plugin and carefully check if post meta fields with meta key you specified really contain that numeric data. Also check please if you use correct post type in the Filter Set.
hi Stepasyuk,
just a question: i would like to build an event webside. ecach event would be a post.
do you think there is a way to build a filterpage with all events of:
today additional a clickable calender to filter for each day?
greetings michael
Hi mmonlinex
Thank you for your interest in Filter Everything PRO.
In general the plugin does not support filtering by dates for the moment (but this will be added in the future) and you can only filter by post meta values, taxonomies and author. If you can store on your website these dates in post meta fields for events you will be able to create filters by them with my plugin.
Hello,
I see, that you answer to all client but me not. I don’t want support from you, I’m just reporting plugin malfunctions.
I don’t like to do it, but if you don’t reply to my last 2 comments I will be forced to write you a review which you will definitely not like.
Hello davidki11
I’m sorry, but last days I have no enough time to answer for all customers who have valid support period. Answers from customers who have expired support will be processed in the end of queue. Moreover such customers may will not get any answer because author is not obliged to do that anymore. Besides you wrote too long questions that requires some time to handle them.
In accordance with the Reviews Rules if customer forces an author to do something through pressure in reviews he breaks the Rules and such review will be definitely removed by support team. So please never do not force an author to do something via bad reviews.
I have two optional advices for you – to wait until I have enough time to answer on your questions (I can not say when it will happen, but customers with valid support period have higher priority). Or you can buy additional support period and waiting time will be reduced to minimal possible. I wish you to make the right decision.
Kind regards.
Curious if there are any updates planned for ways to filter by clicking the color of the color. The Themify Product Filter demo site shows an example.
Hi matoflynn
Yes, it is good idea and I have plans to implement it, but it requires some time and also other features are planned to be developed. The only one I can say – I’m working on all these features and they will be implemented. But when exactly I don’t know unfortunately.
Looking forward to your continued updates. You’ve created a great tool and I appreciate it.
Hi, some of my products will only show if it is assigned to another category that already has products showing in the filter. The products show in the new category on woocommerce and the category name is displayed in the filter, but the products show 0 count until another category is added to the product, then it will display the product under both categories in the filter.
Hi bbmarket
Send me please link to the page with example of the problem. Or even better two links with 0 products and with another category added. Optionally you can send it via PM.
Hi thank you, I sent a message to your account.
bbmarket
Send me please link to the filtered page, where you see the problem. Optionally via PM.
I checked your site and page with filters and it seems all works fine expect the AJAX feature. It seems you have to use another value for the CSS id or class of the Posts Container option. Try please to check filtering results with AJAX disabled, it should work properly.
Thank you! I revised the CSS ID and it worked.
bbmarket
I’m glad that your problem is already 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, great plugin. I am having trouble getting things to work in tablet/mobile. Ill probably need to send credentials, please let me know next steps.
Hi, Just checking in again. Please let me know next steps so you can see the issue. Ill need to send credentials. Thanks!
got it sorted… would be great to specify the mobile breakpoint tho.
Hi Riceman
Thank you for using the plugin and sorry for the late response.
I’m glad that you solved your problem by yourself. And thank you for advice – I have plans to add mobile/tablet breakpoint and ability to change it easily in one place instead of adjusting of some amount of CSS code. But it will happen in several months, not faster unfortunately (I have another urgent features to develop)
Hi Riceman
I wrote the short instusction how to change mobile breakpoint before plugin update. Here it is and it is not so complecated – https://gist.github.com/wpserve/8982d160b58ecd7a174b90fa0f953e44
But you have to remember that changes in *.CSS files will be lost after you will update the plugin. And if the next verison will not contain this ability to change breakpoint in one code line (I hope it will contain) you will must to repeat procedure from the instruction.
Hi there, your filter everything pro plugin now throws a 404 error on my homepage. I believe it could be a plugin conflict, as updating everything caused the issue. I am unsure what it is though. Please advise.
Hi caitlin-havener
Thank you for your information. It is known compatibiliy problem between WP6.0 and the plugin version lower than 1.6.5. I recommend you to subscribe to the CodeCanyon newsletter about updates for item your bought here.
P.S. Also please write your further suport requests from the account, where you purchased the plugin.
The filter ist working perfectly, but we have some issues on iphone devices. When opening the mobile filter via button, its light gray and if you click anything it will close. So its not possible to filter on iphones. How can we fix this?
Hi dbuser92
Thank you for using the plugin.
It means that you have HTML container with z-index that is lower than z-index for Pop-up Filters widget. You can check (and change) this by yourself or provide me with link to the page with the problem and I will try to check this in 2-3 days.
Hi dbuser92
Thank you for the link you provided. I checked the page and realized that it is not .wpc-filters-overlay layer as it happens sometimes. As I see you already made it hidden.
So it is some other of your HTML containers that appears above Filters widget layer. I can not find him, but you can try to add opacity: 50%; color: #cc0000; for suspicous layers and to find the one who covers Filters widget and to change it’s z-index or maybe position property value to fix the problem.
Hi, thanks for your reply. Unfortunaltely I am unable to find the reason, spent already much time. Is it possible to get some solution from you for paying some additional fee?
Hi dbuser92
Ok, write me please message in PM (click on my username) and I will give you info what I need to help you to solve this problem.