Trusty Plugins
Forum Replies Created
-
Hi @ajohn29 ,
You need to add this function in your active theme’s functions.php file.
Thanks,
Trusty Plugins Team
Hi @lucy_jo ,
Thanks for the contact. If -1 is not working for you then you can use there any higher number (ex: 200) so I think it should be fine.
If you are asking to change the order of categories then you can use this free plugin to achieve that.
https://ww.wp.xz.cn/plugins/taxonomy-terms-order/
After change the order with this plugin you need to reupdate the specific CAF filter too.
I hope it helps.
Thanks,
Trusty Plugins Team
Hi @shilpap ,
We just released the plugin’s update to fix the issue. So please update the plugin to the latest version and issue should be resolved.
I hope it helps.
Thanks,
Trusty Plugins Team
Hi @chemboy ,
If you are a pro user then contact through official website’s support page.
https://trustyplugins.com/support
Thanks,
Trusty Plugins Team
HI @fleety88 ,
I understand your concern but it will considered as new domain because it has different wordpress installation.
License key will not work for both simultaneously. You can deactivate license from one site and then use it to new site.
I hope you understand.
Thanks,
Trusty Plugins Team
Hi @fleety88 ,
Thanks for the contact. You can use license to only single domai . If you want to use this on staging site then please deactivate the license from live site and then you can use it.
you can activate/deactivate license any time from the site.
Thanks,
Trusty Plugins Team
Hi @technicalwmb ,
If you are using PRO version then you can use this function to solve this.
function caf_content_support_html_fun($return,$id) { return true; } add_filter('caf_content_support_html','caf_content_support_html_fun',10,2);I hope it helps.
Thanks,
Trusty Plugins TeamHi @josigsc,
Thanks for the contact. Yes CAF plugin works with any type of custom post type to filter their articles/posts.
CAF only filters the posts/articles by their taxonomies/categories.
You can check the demo at https://trustyplugins.com, https://caf.trustyplugins.com
I hope it helps.
Thanks,
Trusty Plugins TeamHi @chemboy ,
You need to use child theme if you want to overwrite the files. Child theme’s files will not lost after any plugin or theme update.
Thanks,
Trusty Plugins TeamHi @arson66 ,
Thanks for the contact. Multiple selection of categories feature is only available in the PRO version. You can check here: https://caf.trustyplugins.com/
Thanks,
Trusty Plugins TeamHi @synflex ,
This feature is not available yet in the plugin. We will try to add this feature in future versions.
Thanks,
Trusty Plugins TeamHi @creeser ,
Thanks for the contact.
We will fix this accessibility issue in future versions.
Thanks,
Trusty Plugins TeamHi @orangia ,
Please check the documentation :
https://caf.trustyplugins.com/docs/documentation/developers/hooks-to-use/
Check for the ‘tc_caf_multiple_tax_label_filter’ hook.I hope it helps.
Thanks,
Trusty Plugins Team