Trusty Plugins
Forum Replies Created
-
Hi,
If you are using PRO then you can modify the WP_QUERY with hook and compare the dates. In free version , its not possible to modify the query.
add_filter('tc_caf_filter_posts_query','tc_caf_filter_posts_query_function',10,2); function tc_caf_filter_posts_query_fun($args,$filter_id) { $args_new = array(); $args_updated=array_merge($args,$args_new); return $args_updated; }Hope it will solve the issue.
Looking forward.
Thanks,
Trusty Plugins TeamHi,
This feature is available in PRO version. In PRO version you can translate all default string that we are using.
Looking forward.
Thanks,
Trusty Plugins TeamGreat , Thanks @alterum
Great , Thanks @alterum
Please write a review for us. Hope we will get 5 star feedback.
Looking forward to it.
Thanks,
Trusty Plugins TeamHi @alterum ,
You just need to use this css code. You can use this in your active theme’s style.css file or anywhere you allowed to use global css.
#caf-post-layout1 .manage-layout1 { box-shadow: none !important; }Looking forward.
Thanks,
Trusty Plugins TeamHi @welovewebs ,
Thanks for contacting us. We will check with Avada soon but we don’t recommend you to edit in core files because while you update the plugin it will lost that changes. You can use PRO version to do this because PRO has feature to overwrite the layout in theme folder.
If there is problem with Avada then we will test and fix it asap.
Looking forward.
Thanks,
Trusty Plugins TeamHi @diasaid ,
Sorry to say but there is no temporary solution of this issue.
Thanks,
Trusty Plugins TeamHi @diasaid ,
Thanks for appreciation.
As I think , you want dynamic url with each category selection , sorry to say that this feature is not available yet.
But we are adding this to our roadmap and in next updates we will add this feature.
Looking forward to you.
Thanks,
Trusty Plugins TeamHi @richardpruzek ,
You can use PRO version, Pro has sorting feature and many more. You can check here https://trustyplugins.com and https://caf.trustyplugins.com.
You can email us for any further queries at [email protected].
Looking forward to you.
Thanks,
Trusty Plugins TeamHi @sofiaojeda ,
Many Thanks for the appreciation of our work.
Hi @larscsim ,
Many thanks, we will ping you here when we upgrade with this feature.
It would highly appreciated the effort of translation. You can rate our plugin too. Please write a review for the features and our service. Hope we will get 5 star.
Looking forward.
Thanks,
Trusty Plugins TeamHi @larscsim ,
Thanks for contacting us.
Actually this is not possible in free or paid version yet but we are adding this feature in future updates of pro version.So please test our free version yet.
Looking forward to you.Thanks,
Trusty Plugins TeamHi,
Okay , can you please contact at [email protected] for developer support. We are always available and doing their best till clients meet their requirements.
Looking Forward.
Thanks,
Trusty Plugins teamHi @sofiaojeda ,
then please try “Glossy Look” post layout. This layout has a class added with their category name on every article div so you can easily done that.
You can check the demo here :
https://trustyplugins.com/layouts/caf-layout-3/Hope it will works for you.
Looking forward.
Thanks,
Trusty Plugins team- This reply was modified 5 years, 1 month ago by Trusty Plugins.
Hi @sofiaojeda ,
Thanks for contacting.
You can target the div with attribute data-terms. So with this technique you can target every term and change the color of category and post title too.
div#caf-post-layout-container[data-terms='226'] ul li a.active { background: #562424 !important; } div#caf-post-layout-container[data-terms='226'] .caf-post-title a h2 { color: #ddd !important; }Hop it will help you.
Looking forward.
Thanks,
Trusty Plugins Team