9150 comments found.
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.
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 using FIlter Everything PRO plugin and sorry for the late response.
Let me please know what is your site URL you tried to activate. It would be better if you will send me screenshot with the page with this error. You can send it for example via PM if you click on my username.
And do not forget to write comment about this here in this thread.
Hello Stepasyuk. I sent you the Private Message, with the information about the problem. Thanks for your response. It seems @ravnen2050 have the same problem on the threat
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/
Hi FlorenceGee
In general to solve the problem once and forever you have to add to your recipes container unique ID or CSS class. And after to specify it as value for the CSS id or class of the Posts Container option. Or you can just set there this value: .fusion-layout-column.fusion_builder_column_4_5
and it will work if you will not change your recipes column in Avada page builder.
Hi! I already tried this and it didn’t work. ID of the column is .recipe-archive. I specified it in the “CSS id or class of the Posts Container” filter setting. But it isn’t working.
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!
Hi torokzsofi
Thank you for your warm words about the plugin.
I would be glad to help you with this, but your support period has expired and to make things fair you have to extend this period to be able to get support. I would be glad to help you if you will buy new support period.
Thank you.
Hi Stepasyuk! I extended my support, hope you can help me with it now! 
Great torokzsofi
Thank you for extending support period.
Send me please link to the page with the problem. Optionally you can do it via PM and also it would be great if you send me credentials to your /wp-admin in accordance with this document
Let me know.
Thank you! I sent you the credentials!
Hello torokzsofi
Thank you for the link you provided.
As I see you use Divi menu and it seems it uses hook ‘the_title’ for the current menu item and this is the reason, why this menu item gets the same name as H1 title.
I will try to fix this issue in 5-7 days, but please send me credentials to your /wp-admin in accordance with this document and let me know here in comments that you did it.
Thank you.
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
I am getting an Unknown error when trying to activate my newly acquired license, with the license key for my user: ravnen2050 What can I do?
Hello ravnen2050
Thank you for purchasing the plugin.
Please, note that License key and 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.
If you still get the error, send me please link to screenshot with this error text and with visible domain of your site in browser URL field. You can optionally send it via PM if you click on my username.
Hello @Stepasyuk thanks for getting back to me. It still doesn’t work I have used the license key and not the purchase code. It just gives me an unknown error: https://prnt.sc/9eDxJcKXpBBl furthermore I can´t get AJAX to work, it doesn’t reload the filtered results but stays on all results. Same as davejbryan wrote in the comments: it won’t work with ajax enabled – the loading cog spins and seems to get stuck, and the content doesn’t get loaded
I am also using DIVI.
ravnen2050
Thank you for details you provided. I checked it on my license server and I did not find any records about your site. It is the evidence 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.
Hello again, I’m not sure what you mean by the outer connections don´t work? I’ve tried different hosts, none work. Also the AJAX problem is not adressed in your comment, please advice so I can make good use of the plugin. Thanks
Hello ravnen2050
Outer, external connections is a technical term. In other words, the problem is in the configuration of your server and you have to solve this with your hosting support.
Optionally you can send me credentials to your /wp-admin in accordance with this document I will check it myself.
Usually such behavior of the AJAX function is the evidence that you didn’t set correct value for the CSS ID or Class of Posts Container. Please look on this article for more information – https://filtereverything.pro/resources/plugin-settings/#ajax
Hello Stepasyuk all the information has been sent in a PM. Thanks
Hello ravnen2050
Thank you for your credentials.
I checked your site and it looks like you have some cache module on your server or maybe security settings that block outcoming requests. As I see your site sent signal that Filter Everything PRO plugin was installed from 16.09 but we know that the plugin was installed before.
So it looks like sometimes your site send outcoming requests but not always. I think this is related with your one.com services and if you will disable all security and cache/performance settings in your account I think you will be able to enter the license. Please, try to do this and let me know about the result.
Hello again, the AJAX still doesn´t work, despite several tries to solve the issue via the guide you linked to. Can you help me here?
Also I contacted the hosting provider, all caching has been disabled and the license key still doesn’t work, also I have used this hosting provider for 100 + sites, this is an issue which haven’t occured before.
Can you help? Many thanks
Hello ravnen2050
I set correct value for the “CSS id or class of the Posts Container” but you have the problem described here – https://filtereverything.pro/resources/ajax-related-problems/
You have to disable masonry effect for your Divi posts module to make posts visible after they loaded by AJAX. Or you have to re-initiate masonry function after they are loaded.
Please, send me your license key via PM, I will try to set it on your site.
Hello again, I have sent you the key via PM. You are right, the AJAX works if I disable masonry effect. I do not know how to reeniate the masonry effect after loading, any suggestions?
Hello ravnen2050
Thank you for your license key. I activated it manually and now it works fine.
About AJAX and masonry – I would be glad to help you with this, but it is something out of CodeCanyon item support scope. You have to solve this by yourself or ask a JavaScript developer to help you or decide to disable Masonry or AJAX if they do not work one with other simultaneously.
I use the Perfect Brands for WooCommerce plugin. How to create filter by brand?
Thank you.
Hi trinhminhcanh
Just select appropriate taxonomy “Brands” in the Filter By dropdown when you create new filter.
Hello, I’m experiencing an error where on my storefront, it’s showing:
“Showing 1–12 of 10000 results”
This 10000 number was correct before I reached 10000 total products, but after exceeding 10000 products, it’s stayed at 10000 instead of increasing with the actual total inventory count.
Hi vinylminerecords
Thank you for using Filter Everything PRO.
This number is not releated with Filter Everything plugin, but with WooCommerce. Please, try to find solution in WooCommerce docs or ask on their support forum.
Hi, I have a problem with plugin: it doesn’t show the filtered items. The count number is “0” but it’s very strange because I have given the category to my elements.
I would use one specific filter in more pages but in the settings I can put only one page.
Can you help me please? Thank you very much
In “what to filter” I can’t choose the query. I have only” No WP Query matched to the post type… found on the page” Thank you for your answer
Hi alanbeffa
Thank you for using Filter Everything PRO.
I have to say you that in general filtering is process of narrowing of existing posts that you see on the page before filtering. In other words you can not add new posts with filters, but only narrow posts list by selected criterion.
So if your single page does not contain posts list, you have nothing to filter there. Add please your posts list on the desired page and try to configure filters.
Hi Stepasyuk, I’m trying to use the plugin but maybe it doesn’t do what I need. Or I’m not able to configure it correctly… sorry… I have to filter the “agent” category of my theme. I have to show the filter in 3 different pages and I would like to see the results in the same page where is the filter. Is it possible? Thank you very much for your answer
Hi alanbeffa
Yes, sure. It is all possible. If these 3 pages are singular pages (for example Page 1, Page 2, Page 3) you have to create 3 Filter Sets and point them to all these 3 pages in the field “Where to filter?” accordingly – Page 1, Page 2, Page 3.
Also you have to add FIlters widget in sidebar or widget area on these pages. And what is very important – on these pages posts grid should be present. For example it can be Posts module in Elementor or custom posts loop created in PHP code of page’s template.
Hi Stepasyuk, something doesn’t work. Can I give you the access (in private area) for check it please? I’m working in staging mode, I need also your IP for to enable the access. Thank you very much
Today I updated the plugin but… It works correctly only in default page for my “agents” category; if I try to use it in another page, where I put the widget that shows the agents, I can chhoose the filter but it doesn’t show the result in the same page. It doesn’t filter. Can you help me please? Thanks in advance
Hi alanbeffa
In general plugin configuring it is something out of the item support scope here on CodeCanyon and it expects that you have enough experience with WordPress to use them.
But your issue is known and common and possible reasons are:
- Wrong WP_Query selected in the “And what to filter?” field of the Filter Set. Please try to experiment with different WP_Queries in the dropdown.
- Cache issue (WP_Query is cached). You have to check and maybe disable your cache plugins or modules in your hosting provider dashboard.
- AJAX enabled but wrong value for CSS id or class of the Posts Container specified. Please, disable the AJAX feature, until you will ensure that filtering works in general.
primary url: https://foxfireonline.com
When you go to shop (https://foxfireonline.com/shop/) the screen brings up basically all of our products and no matter what filters you click on it stays there so you would have to scroll through pages to get to what you were looking for.
Here is a video. https://vimeo.com/748157562/d8351fdbcbNOTE: Filtering works as expected when logged in as an admin user.
seattlemb
Thank you for using Filter Everything PRO.
It could means you have some plugins or maybe custom code that shows different content for logged in and logged out user. There are two possible ways how to solve it:
1. To show the same content for logged in and logged out users
2. Try to experiment with different values in the “And what to filter?” field of your Filter Set.
ruled out aggressive caching rules / have disabled all plugins / changed themes / messed with values. not having any luck here.
are you able to dig deeper?
In general it is something out of scope from the CodeCanyon item support. I can only help you if my plugin does not work properly or has bugs.
But it seems for some reason your server shows different content for logged in and logged out users. This can be consequence of the server configuration, not only because of 3rd party plugins or custom code. As option you can ask your hosting provider support about this.
The conflict appears to be related to the https://wholesalesuiteplugin.com plugin which does change content between logged in and not logged in non-admin users. Filter works fine when logged into the admin, but not when logged out or a logged in customer.
Is this something that can be resolved in a plugin update? or is there an alternate Wholesale Pricing Woocommerce plugin known not to cause similar conflicts?
seattlemb
I already added in my development schedule task to check compatiblity with this plugin, but when this problem will be solved I can not say – all such tasks will be done in their order in queue.
I will notify you here about this in this commnts thread.
P.S. I will be thankful if you send me link to the ZIP with copy of this plugin via PM.