8956 comments found.
I purchased Filter Everything Pro and received my license key as a file in the download package. I entered the key, but the system says it’s not valid. I also tried activating it in incognito mode, but the same error appears. Could you please check my license and help me activate it?
Hi nutvokvanya
Thank you for choosing Filter Everything PRO.
Please note that the CodeCanyon purchase key and license key are two different things.
Please use incognito mode in your browser during this process!
In order to get the License key for the Filter Everything PRO plugin, simply head to Filters -> Settings -> License and click the “Get your License Key” button.
It will take you to a new page where you have to log in with your Envato credentials (with an account where you have purchased the plugin) and obtain your License key.
Best Regards,
Victor
Hello! With the free version of the Filter Everything plugin, filters were displayed correctly on the site and filtered the products as expected. After activating the PRO version, the filters have disappeared – there is just empty space where they should be (although in Elementor editor they are still present). Could you please advise what might be the issue and how to fix it?
Thank you!
Hi nutvokvanya
In the PRO version, you need to specify the page where the filters will be displayed (as you can place them on any page), along with the post list in the “And what to filter” section, to make the filters work correctly. This is because it has the ability to filter custom queries, and there are multiple custom queries on the pages.
Additionally, you can send the credentials to the wp-admin dashboard following this document with the link to the exact page where the filters do not appear, so we can check it, display them on the page, and provide instructions based on that case.
Best Regards,
Victor
Hello Victor,
I have selected “Products” in the “Where to filter” field. However, when I display it using the shortcode on the products archive page, I get the message: “No filter sets are associated with this page. You can connect them in the ‘Where to filter?’ field in the filter set.”
Could you please advise how to fix this?
Thank you.
The “Products” pages refer to the singular product pages. You need to look for either “Common WordPress pages + any archive page…” (on all archive pages) or “Common WordPress pages + Shop” for the shop page, and “Product categories + any product category or exact category page” for product category pages. For singular pages, select “Pages + name of the page.”
Best Regards,
Victor
On my website: https://igreen-pharm.co.il
I’ve an issue with the product filters: when I select any filter (for example “Acne for Hair tag”), the URL changes but the product list does not update at all. In other words, none of the filters actually affect the product display.
Here’s what I’ve already checked:
AJAX is currently disabled, and when I enable it the results still don’t load.
I set the container to .shop-container (default in the theme) and also tried main#main and .products – no change.
I cleared both the site cache and Cloudflare cache – still the same problem.
Could you please advise how to fix this so the filters will properly update the product list?
Thank you very much
Hi dorino11
Thank you for choosing Filter Everything PRO.
Most likely, the issue is with the chosen list in the filter set settings under the “And what to filter” dropdown. This option defines which product list on the page will be filtered.
You need to change it, hit the update button, and test the filtering.
If it won’t help, you can send the credentials to the wp-admin dashboard following this document so we can check it.
Best Regards,
Victor
Hi dorino11
We have checked the site, opened the filter set, cleared all the cache (which you have quite a lot of on the site), and hit the update button in the filter set. It looks like it is filtering correctly now.
Best Regards,
Victor
Hi, this error is frequently appearing in our site error log and I’d like to find a way to fix it:
Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /wp-content/plugins/filter-everything-pro/src/RequestParser.php:133
Best regards
Hi helenbriggs
Hmm, this is something new we haven’t seen before. Could you please send the credentials to the WP-admin dashboard following this document so we can check it?
Also, please share the link to the page where this error is appearing so we can test it there.
Best Regards,
Victor
Hi Victor
I’ve sent the details you’ve requested and a screenprint of the error message.
Let me know if there is anything else you need.
Best regards Helen
We have added it to the development list so the team can review it and potentially provide a fix. When we get any information related to this, we’ll let you know right away in this comment thread.
Best Regards,
Victor
Hi helenbriggs
We have received information from the development team with a potential fix for this issue.
If you know how to do it, you can go to content/plugins/filter-everything-pro/src/RequestParser.php, approximately line 133 (the exact line may differ), and change only this part:
$queriedValues = explode( FLRT_QUERY_TERMS_SEPARATOR, $values );
To this code:
if ( is_array( $values ) ) {
$queriedValues = $values;
} elseif ( is_string( $values ) ) {
$queriedValues = explode( FLRT_QUERY_TERMS_SEPARATOR, $values );
} else {
$queriedValues = [];
}
If you do not know how to do it, we can try to add it ourselves, but in case of any issues, such as a fatal error, we do not have access to the files (FTP) to fix it. It would be better if you could make the change in a controlled way and, if something goes wrong, restore it to the previous value.
Best Regards,
Victor
Hi Victor, thanks for sending the fix over. Will this be in the next update of the plugin? I’ll make a note to add it each time I update if not.
Thanks Helen
Hi Helen
Yes, absolutely. It will be included in the next plugin update, as this is related to potential errors when some other data type is passed. It will act as a protection mechanism to prevent any errors and similar issues.
Best Regards,
Victor
That’s great, thank you!
Best regards Helen
Hello, one of our filters has randomly stopped working, i have no idea why.
The people field works on some numbers like 5 but only gives 1 result, there are multiple for 10 but it shows nothing.
This is the live page with it not work: https://www.excellence.villas/villas
i duplicated the filters and created a test page and none of the filters work on this page – https://www.excellence.villas/villas-test/ any ideas?
thanks, Sam
Hi Sam
1) If a filter was created from an ACF custom field, please check this page: https://filtereverything.pro/resources/acf-and-fe/ and reverse any changes made on the site during the period when the filter stopped working.
2) You also need to select a filtered list under “And what to filter” in the duplicated filter settings in order to make it filter posts on the page.
If you want us to check all these issues directly on your site, please extend your support period so we can provide further instructions on how to share your credentials safely.
Please note that generally, there is no support for accounts whose support period has expired following the support policy.
If you have any further requests, we can help you once we have addressed all requests from accounts with valid support periods. Please note that this process may take some time, possibly days or weeks.
If you want to receive it faster, please extend the support period. We will prioritize processing the request for supported accounts.
Best Regards,
Victor
Hi,
I have various products categories and so need a hierarchical system. I am aware this is only possible using the checkboxes.
The issue I am facing is that the user has to keep on selecting parent categories, then selecting a child category, then unselecting the parent category.
For example, I have the structure: Printed Products > Accessories > Badges > Large Badges, Small Badges. To have to select/unselect each of these to get to the 2 smallest child categories is very frustrating.
I have also noticed that when you click the parent category, it doesn’t expand and show the child categories which is a further few clicks.
Is there a way around this?
Thanks
Hi countryimages
It’s on the development list to expand this feature and add it to different views, such as radio buttons, etc. This will allow selecting only one category at a time.
Additionally, you can use AND logic for filtering in the category filter, so it will display products that have all the selected terms applied to them.
For example, if you choose red and blue, it will display only the products that have both categories assigned. Other products that have only red or only blue will not be displayed. This can help with parent and child selection to display only the desired products.
As for automatically opening the hierarchy when selecting the parent category, it can be added to the development list and implemented in future updates. You can also experiment with custom coding or open them by default using the wpc_hierarchy_opened hook with your own code to achieve this. (The code below only displays the hook itself:):
/**
* @return mixed|void
* @since 1.7.1
*/
function flrt_hierarchy_opened() {
return apply_filters( 'wpc_hierarchy_opened', [] );
}
Best Regards,
Victor
Hi Victor,
Thanks for your reply. I’m quite disappointed that this feature isn’t already available as it seems like quite a simple request for a hierarchical system.
All I want is for people to be able to click on a parent category and for it to expand to show all the categories/products within it which they can then select. I don’t even want the check boxes in the first place. Is there really no way to simply have it so that is possible?
Thanks,
Michael
Hi Michael
We’d love to help, but unfortunately, as a support team, we can only provide assistance for the functionality included in the plugin. We do not provide custom code for extending the plugin’s current functionality, as it falls outside the scope of the support policy.
What we can do is add the request to the development list and wait until it is implemented.
If there is a need to expand certain features, this can only be done through experimental custom coding on the user’s side to fit a specific case or feature that is not yet included in the plugin’s functionality.
Theoretically, you can write a JS code that checks and applies the required open or closed classes to the relevant items when certain checkboxes are toggled. However, it should also be synchronized with the filtering functionality.
Best Regards,
Victor
Hi,
Thank you for your message and explanation. I completely understand why support outside the standard plugin functions isn’t included, my issue is that this feature isn’t already included in the plugin. I think of it a very basic thing to have. As this is not available, the plugin is unfortunately of no help to me – could you please arrange a refund?
Thank you,
Michael
We are sorry to hear that.
In general, a refund is possible by submitting a form through the account where the plugin was purchased and waiting for a response. Please note that the support team does not handle refunds. Furthermore, we have no control over the refund team and cannot speed up the process or influence it in any way.
Best Regards,
Victor
Hi Victor, thanks for your help. I will get in touch with the refund team.
Hi,
I am testing the free version of the filter everything plugin. It appears that it should filter based on shipping class. But, it doesn’t work with variation shipping class. Does the licensed version ?
Thanks for you time. -Rob
Hi Rob
Thank you for your interest in the Filter Everything plugin.
Yes, the PRO version of the plugin has the ability to sort by product variation data. If the variations contain specific data that is not related to the parent product, it will detect it using the option called “Use for variations.”
Best Regards,
Victor
Hey,
2 questions for you:
1. I have product category filters in my set. I want this to only display Children categories not the same level product categories. How can this be achieved? Could not find in documentation.
2. I have a filter for Brands. Can I not display the Images? Is there an option for that?
Thank you so much for your support!
Hi GiacaNerra
Thank you for choosing Filter Everything PRO.
1) There is no exact functionality to display only the child categories in the filters, as it displays those that are available for your products. However, you can go to Filter Set Settings > navigate to the required filter > click More Options, and from there use the Include/Exclude functionality to remove unnecessary terms from the filter. Also, you can place a separate filter set on each category page (or any required page) and apply the exclude functionality to match the exact filter terms you need.
2) As to removing the default Woo brand images, you can use the following code snippet.
add_filter( 'wpc_brand_filter_entities', 'custom_exclude_product_brand' );
function custom_exclude_product_brand( $entities ) {
// Remove 'product_brand'
return array_diff( $entities, ['product_brand'] );
}
Best Regards,
Victor
Hi, I’m experiencing a fatal error with your plugin on my WordPress website. When I try to access the WordPress admin dashboard or the plugin’s settings page, several warnings appear followed by a fatal error related to array_merge() inside EntityManager.php.
The error message indicates that the second argument passed to array_merge() is false, which seems to happen when one of the internal functions returns false instead of an array. This triggers multiple warnings such as “Trying to access array offset on false” and eventually stops the page from loading.
I also tried applying the fix you previously suggested — adding isset($filter[‘view’]) to the condition on line 937 of EntityManager.php — but the issue persists. It appears that, aside from the rating filter case, there is another situation (around lines 463–470) where getFiltersRelatedWithPostType() returns false, and the code still tries to merge it, leading to the fatal error.
The main problem is that this error completely blocks access to the WordPress admin dashboard. As soon as the Filter Everything Pro plugin is activated, the entire wp-admin area stops working — it becomes impossible to access any section of the backend, including the Plugins page. The only way to recover access is to deactivate the plugin manually via FTP
Warning: Trying to access array offset on false in /home/atenas/public_html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php on line 463
Warning: Trying to access array offset on false in /home/atenas/public_html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php on line 467
Warning: Trying to access array offset on false in /home/atenas/public_html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php on line 468
Warning: Trying to access array offset on false in /home/atenas/public_html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php on line 470
Warning: Trying to access array offset on false in /home/atenas/public_html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php on line 470
Fatal error: Uncaught TypeError: array_merge(): Argument #2 must be of type array, false given in /home/atenas/public_html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php:470 Stack trace: #0 /home/atenas/public_html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php(470): array_merge(Array, false) #1 /home/atenas/public_html/wp-content/plugins/filter-everything-pro/pro/Settings/Tabs/SeoRulesTab.php(119): FilterEverything\Filter\EntityManager->getFiltersRelatedWithPostType(‘product’, ‘post_meta’) #2 /home/atenas/public_html/wp-includes/class-wp-hook.php(324): FilterEverything\Filter\Pro\Settings\Tabs\SeoRulesTab->initSettings(’’) #3 /home/atenas/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #4 /home/atenas/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #5 /home/atenas/public_html/wp-admin/admin.php(176): do_action(‘admin_init’) #6 /home/atenas/public_html/wp-admin/plugins.php(10): require_once(’/home/atenas/pu…’) #7 {main} thrown in /home/atenas/public_html/wp-content/plugins/filter-everything-pro/src/Entities/EntityManager.php on line 470
Hi atenasventilacion
Thank you for choosing Filter Everything PRO.
This error is not related to the “937” line error.
It’s a bit more complex and is most likely caused by a situation where one of the entities used for filters was deleted, but the filters created from that entity remained in place.
The fastest way to resolve this is to delete the plugin from the admin dashboard, which will also remove all filters and their related data. After that, you can reinstall the plugin, and the error should no longer appear, as the corrupted filter entity data will be gone.
In 1.9.2 update (not released yet), there is a fix for this issue. It’s quite complex, so it couldn’t be resolved with just a single line of code.
Best Regards,
Victor
What happens if we do that with the saved filters (there are many of them)? Aren’t we at risk of losing them? The error occurred after copying, modifying, and saving an existing filter. Is there any way to make a backup of the saved filters before applying any fix?
Hi atenasventilacion
Yes, you will lose your filters; that’s the unfortunate part of it.
The ability to import/export filters is only included in the upcoming 1.9.2 update.
We can try to apply an emergency fix to make it “partially working.” It will prevent any fatal errors, though some warnings may still appear. These warnings won’t affect the filtering functionality but might be logged in the debug file.
You can send the credentials to the wp-admin dashboard following this document so we can apply this quick fix.
Best Regards,
Victor
I’m going to send you the access credentials because we need to make sure we don’t lose those filters, we spent days setting them up. Thanks.
Yes, since you’ve spent so much time creating them, deleting all and creating new ones is quite inconvenient. When you send the credentials, please let us know here in this comment thread.
Best Regards,
Victor
Message with the access details has been sent, thank you.
We have added the temporary fix to the plugin and activated it, it seems like everything is working. The issue is most likely in those filters: https://prnt.sc/07NuEZXXLeXB
Either some entities were deleted, as we mentioned earlier, or something else has happened.
Best Regards,
Victor
Perfect, that’s solved — but now the pages aren’t working. If I deactivate the plugin, everything works perfectly.
Perfect, that’s solved — but now the pages aren’t working. If I deactivate the plugin, everything works perfectly.
I had to deactivate it again.
Hi atenasventilacion
Which pages aren’t working? Please attach the link to the exact page so we can check it quickly and possibly fix it. Most likely, the filter prefixes aren’t unique and are conflicting with the page slugs or something similar.
Best Regards,
Victor
Hi, I have sent my credidentilals.
For this issue: I can’t seem to make the filter work on this page: https://wordpress.norheims.no/?page_id=2429 I have a filter on this page, and that works. I’ve tried to do the setup the same way. https://wordpress.norheims.no/?page_id=2184
Thank you 
Hi elena426
We have checked the site and simply clicked the “Update” button in the filter set that was placed on the page where it wasn’t working. After that, everything started working correctly. Please check it on your end.
Best Regards,
Victor
Dear Kind Sir, We are using the FREE version and considering PRO.
We want to search Woocommerce Orders using portions of a SKU
e.g., Lets say I want to find all orders with a 6 foot bench using SKU: SB-6FT—It works IF I know the exact SKU !! Hoorah!
Screenshot: https://cedarbrooksauna.com/wp-content/uploads/2025/10/Search-for-SB-6FT-scaled.png
But what IF I want to find ALL orders with SKUs starting with only “SB-”—in other words all WC orders containing a bench… I get nada, zero, zilch. hmm…
Screenshot: https://cedarbrooksauna.com/wp-content/uploads/2025/10/Search-for-SB-all-benches-scaled.png
Is there a better method? Or… Does the PRO version offer this feature? or some work-around? Thx!
Hi cubefree
Thank you for your interest in the Filter Everything plugin.
Do you mean searching orders in the admin panel? If that’s the case, it’s not possible to filter orders directly within the admin dashboard panel. Or maybe we misunderstood? Can you please clarify exactly what you’re looking to achieve? You can filter any CPT on the front end that is displayed via the main query or any custom WP_Query.
Best Regards,
Victor
Hi,
I hope you are well. I am a pro license holder. I am not sure if you remember me, however you helped us as our pro filters were not working the same as the free filter (reason why we purchased) and looked different.
You kindly assisted us and made some changes on our site / plugin (I supplied you our details) and the filters worked and looed great.
The filters were working excellent up until a few days ago (I cannot say when as I was not working on the site a while).
I now get the following message when I filter ‘It appears the page does not contain a container….’ I understand this message and have specified a container name which was previously working (#primary), but not anymore.
I am unsure where we are going wrong, or how to fix and I cannot think we changed anything on the filters, I am also getting concerned this may be a recurring matter. Please advise the best way for us to proceed.
Thank you very much. Regards, Tarquin
Hi Tarquin
Yes, we remember this case. You can send the link to the page with the issue so that we can check it. Most likely, you need to specify another ID or class on some pages, directly in the filter set settings.
Best Regards,
Victor
Hi Victor, Thank you for your reply. I considered the solution may be something as you mention, however did not want to mess around as I was unsure as to what you had done from your end.
The simplest page you can view it on (although it seems to be on all) is https://dev2025.dreambeds.co.za/product-category/stock/beds-mattresses/ but is also a challenge on other pages such as here https://dev2025.dreambeds.co.za/product-category/stock/home-furniture/I am assuming they will likely all have the same solution.
Thank you again for your assistance, and please let me know if you need anything further.
Regards, Tarquin
So you can add the custom class via builder since it is used for category pages: https://prnt.sc/L_BKV4poZ0q1
We just added that primary as ID, so it will be the same across those pages. It should work now, please check it.
Best Regards,
Victor
Thank you very much Victor. Great support as before.I also understand a bit more about the function, thank you very much.
Regards, Tarquin
Yeah, basically, the AJAX functionality requires a container with a class or ID to update the data via AJAX during filtering. Since the page doesn’t have such an ID or class, it’s displaying the error that it cannot find it.
Learning all of this at once, especially when page builders are involved, can be a bit tedious. However, once it becomes clear how everything works, it is quite easy to maintain.
Best Regards,
Victor
Hi Victor, I made some changes to this filter page (and am n ow getting the same error that the container cannot be found.
I had a look at your previous reply mentioning to specify the container. I am however still not getting the reference right on this round.
You did mention the page has no reference and I did make sure that same reference is as per the template you set in place. however am getting the ‘page has no container’ message. I am doing something wrong
I am pretty sure I did something wrong but not sure what. The page in question is https://dev2025.dreambeds.co.za/product-category/stock/beds-mattresses/Please note the filters are now at the top and a bit messy, so please excuse that (end of the day I only want to keep 3 of them to make a neat row at the top
Thank you
Hi Tarquin
The page simply does not have the ID “primary” on any container. You need to edit this page using your page builder and add a class or, in our case, an ID “primary” to the product container row.
We described that part here:So you can add the custom class via builder since it is used for category pages: https://prnt.sc/L_BKV4poZ0q1
However, please note that the information on how to apply classes or IDs in page builders is strictly related to the page builder itself and its functionality, not to our plugin. Therefore, if you need more detailed information on how to apply classes or IDs via your page builder, please contact the support team of that page builder.
Best Regards,
Victor
Hi Victor,
Thank you very much, I will give it a try and will chat to the Divi team if I do not come right
Hi! first things first i do really like this plugin, but i was wondering if you have a release date for the next version of the plugin with the sitemap functionality, i really want this for SEO
Hi jamesm541
It was planned to be released at the end of the month, but it will most likely be postponed, as a few new hidden issues have appeared during testing that need to be investigated further and fixed. One of the issues is related to the XML functionality, and in addition, some new adjustments have been added to the list, which may delay the release date. The update has grown quite a lot from the initial idea.
Best Regards,
Victor
Hi there! I have two licences but when I try to use them a notification tells me it’s already used for 2 sites. It seems I have lost track of where they are running. Is there a way to release both license keys so I can re-activate them where I need them? Thanks!
Hi FlorenceGee
Yes, please send those license keys via PM: https://codecanyon.net/user/fe_support so we can deactivate them across all of the sites.
Best Regards,
Victor
I purchased the PRO plugin and need this solution to work. I created a custom post type called “collection” using the PODs plugin. This custom post type has custom fields such as “author,” “property,” “dimensions,” “category,” “location,” “date,” etc.
Using Elementor, I created a new file-type template for the collections. On this page, I created a collections loop element, and I need to filter the collections in two ways (this is on the same page):
- If the user accessing the page is an administrator: Enter “author” in the filter (dropdown and predictive search within the dropdown), but the label must be “artist” and “location” (predictive search).
- If the user is not an administrator: Enter only “author” in the filter (dropdown) with the label “artist.”
Everything seems to work fine when the role is administrator, but when the role is not administrator, I don’t see any filters, and I have both configured in the plugin, each with its own ID.
Could you confirm what could be happening?
Regards,
Hi danideu
Thank you for choosing Filter Everything PRO.
To sum this up, you have a custom CPT called “collection” with custom fields applied to it. The Elementor part with the most likely grid loop is also understandable.
However, this part is very confusing:
- If the user accessing the page is an administrator: Enter “author” in the filter (dropdown and predictive search within the dropdown), but the label must be “artist” and “location” (predictive search).
- If the user is not an administrator: Enter only “author” in the filter (dropdown) with the label “artist.”
We do not understand what is going on there or how it is supposed to work. If you can provide a reference to a page with such functionality, or send a link to a video explaining and showing how it works with the admin user, we can provide more information on it.
If you are using any type of membership plugins, they might apply changes that prevent certain content from being displayed to users. You can temporarily deactivate such a plugin to check it.
If you are applying multiple filter sets on the same page, you need multiple shortcodes or filter widgets to display them all. If only one filter set is applied on the page, it will be displayed in only one shortcode or filter widget. Even if you have 10 shortcodes on the page with IDs, the filter set will appear only in the first one that is processed during page rendering. The rest will be empty.
Best Regards,
Victor
Hi,
I can’t seem to make the filter work on this page: https://wordpress.norheims.no/?page_id=2429 I have a filter on this page, and that works. I’ve tried to do the setup the same way. https://wordpress.norheims.no/?page_id=2184Hi elena426
Is there any reason why you kept the GET parameters on your site for pages instead of configuring the permalink structure in WordPress settings (Settings > Permalinks)?
You can send the credentials to the wp-admin dashboard following this document. So we can check the filters on the page where they are not working in order to provide more information about the issue.
Best Regards,
Victor
i had a case open …issue with filter and now it is gone … my web site crashed
Hi calanita
If you are referring to this case: https://codecanyon.net/comments/31772828 the answer was provided in that comment thread, so we can check it on the site by only changing the FE plugin settings.
If your site crashed, you might want to check the debug.log file to see what caused the crash. Restore the site, and provide credentials so we can check the FE settings.
Best Regards,
Victor
Hi I was using your plugin on a development site, and now that I’ve moved it to production, I’m unable to activate the license key. Could you please help me activate it for the official site: balvera.pt? Thank you for your help!
Hi desenvolvimentoCSW
Please send your license key that you are using for plugin activation via PM: https://codecanyon.net/user/fe_support
So we can deactivate it across all sites, and you can activate it only on the required ones.
Best Regards,
Victor
Hello. We’ve created a portfolio filter on a long content homepage. When selecting a category, the page reloads to the top of the homepage. See the homepage at this link: https://limousin.eus/website2025/
How can we ensure that every time we interact with the filter, the page loads in the same place, without returning to the top of the homepage?
Thank you.
Hi aintzerga
You can use AJAX filtering to avoid refreshing the filtered page, and as far as we can see, it is already turned on.
The only issue you’re experiencing is that the image is not displayed after filtering. This happens because the JavaScript code responsible for displaying those images with animation is not AJAX-compatible by default. For a solution, please check the instructions on this page: https://filtereverything.pro/resources/ajax-instructions-only/#ajax_related_problems
You need to find the JavaScript function that initializes the image display with animation and place it inside the “code wrapper” provided in the instructions, specifically, the last one on the page. This ensures the function is reinitialized after AJAX filtering.
Or you can use a little bit of a workaround, using simple CSS like this:
.js_active .grid-image {
opacity: 1 !important;
}
Best Regards,
Victor
Hi Victor.
I’ve added the CSS code you provided to the Elfold theme options, and now the images load, but the format of the images has changed from square to rectangular. How can we maintain the image format when filtering?
Thank you.
Well, it is a quick workaround, not ideal, as we do not know what exactly this JS code is doing. So you might want to contact the theme support and ask them which function you can use in this code wrapper>
jQuery(document).on('ready', function(e){
/* Plugin function to re-init, e.g. jQuery("[data-fancybox]").fancybox(); */
});
So after AJAX filtering, this JS code will reinitialize and apply all of the required changes to the images. Usually, the theme support should provide such information without any issues. It could be lazy loading for images or something like animations. But most likely, just looking at the page, they’d know what it is.
Best Regards,
Victor
We have the same issue as another users. No index in filtered pages. Our site is using a different structure for products,. We create seo Rules and still returning no index, no follow. If you need access or url please tell me.
Hi fdonunezb
Yes, please send the credentials to the wp-admin dashboard following this document so we can check it.
Also, please attach the link to the exact page where the SEO Rule should be working. This includes the selected filters that should trigger an SEO Rule, so we can understand the specific case in which you’re trying to display the rules.
Best Regards,
Victor
Hi fdonunezb
Thank you for the credentials. However, you didn’t provide the site login link and the exact page where the SEO Rules should be tested. Could you please send all the necessary details via PM: https://codecanyon.net/user/fe_support
Best Regards,
Victor
Hi fdonunezb
We provided the answer via email, as it includes links to the site and other details.
In short: if you want to place SEO Rules on category pages, you need to disable indexing for the category filter (created from the taxonomy on which pages you want to apply SEO rules). Only then can SEO Rules be applied to the actual category pages.
However, even with that setup, there is an SEO plugin on your site that forcefully rewrites the content. For a fraction of a second, you can see the data from our plugin, but it is then overwritten by the SEO plugin. You may want to review that plugin’s settings to configure it accordingly.
Best Regards,
Victor
thank you, we are fixing our seo rules . But now our license is locked! please help
You need to enter the license key in the License tab under Filters > Settings > License.
Please use incognito mode in your browser during this process!
In order to get the License key for the Filter Everything PRO plugin, simply head to Filters -> Settings -> License and click the “Get your License Key” button.
It will take you to a new page where you have to log in with your Envato credentials (with an account where you have purchased the plugin) and obtain your License key.
Best Regards,
Victor
Hi fdonunezb
We have checked the site, and the “Filtro2 productos” filter set was applied to all archive pages.
However, we placed it on the specific archive page (the one that you have sent us), with the correct query selected in the “What to filter” area, and it seems to be filtering correctly now.
You will need a separate filter set for each archive page, as they are using unique queries since they were created via Elementor.
Best Regards,
Victor
Hi. How exactly to implement this with Elementor?
Hi channeldoubler
Could you please provide more detailed information on what you mean by that?
If you are referring to how to display the filter on pages created with Elementor, you can use either shortcodes: https://filtereverything.pro/resources/shortcodes/
Or use the Filter widget (Filter Everything – Filters). You can manually find it in the left widget panel while editing the page with Elementor (WordPress section). Please note that it won’t appear in search results.
Best Regards,
Victor