Trusty Plugins
Forum Replies Created
-
Hi @xarz ,
thanks for the contact. Plugin does not have this feature but you can overwrite the filter layout to your theme folder and then modify the filter layout with your custom code and achieve as you want.
You can contact at [email protected] for PRO plugin’s support.
Thanks,
Trusty Plugins TeamHi @silasveta2012 ,
We have updated our plugin (1.9.4) and this issue has been fixed. Now you have setting option available to enable/disable nonce security.
Setting Available under Advanced Tab -> Security
Default : disabledPlease try now and let me know.
Thanks,
Trusty Plugins TeamHi @csote ,
These all options are available in PRO version. You can use PRO version to change these strings.
Thanks,
Trusty Plugins TeamHi @silasveta2012 ,
Thanks for the contact and asking an important question.
Actually we are using WordPress Nonce to secure the ajax request. Nonces are security tokens in WordPress.
Nonces can only be used once (hence “n once”), and they are only valid for a certain length of time: 12 hours by default.
On a cached page, the nonce can expire in the background while its ID is still present in the HTML source code of the page (Because of cache Plugin). If that happens, the HTML source is referencing an invalid nonce and things break.
Solution
=============Here is the simple solution to avoid this nonce error (Posts found:parsererror) , You can set the lifespan of cache.
set your Cache lifespan option in (WP Rocket/other) plugins to a value below 12 hours; 10 hours would be a starting point, but you may have go down to 8 or even less.
Note : You can exclude the specific URL too from cache plugin.
Hope it will help you.
Thanks,
Trusty Plugins TeamHi @pujasingh12345 ,
Sorry for that there is no hook to change the format of paginate links.
Thanks,
Trusty Plugins TeamHi @silasveta2012 ,
Many Thanks for the translation files. We will add that in future versions.
Actually PRO plugin has feature to disable that meta data (Category,Author, Date etc).
But you can use this css code to disable it in Free version :
div#manage-ajax-response .caf-meta-content {
display: none !important;
}I hope it will solve your problem.
Thanks,
Trusty Plugins TeamHI @lellys ,
This is not possible in Free version but if you will use PRO version then it’s possible to overwrite the post layout to your theme’s folder and make custom changes.
Actually you need to do some custom code changes in the specific post layout you are using so technically it’s possible in PRO version because PRO version give you the functionality to overwrite the post layout to your theme folder and make custom changes in it so after plugin update these changes would not be lost.Here is the documentation how to overwrite the layout :
https://caf.trustyplugins.com/docs/documentation/developers/overwrite-post-layout/
Hope it helps.
Thanks,
Trusty Plugins TeamHi @sdeshiere ,
It would not work now. you need to pass all term ids with taxonomies to work.
you can contact [email protected] for more detailed answer.
Thanks,
Trusty Plugins TeamHi @bergjaer ,
Thanks for contact. This option is not available yet.
Hi @donkeydigest ,
Thanks for the feedback. When your requirements was not clear via the email then Skype was just the way to get faster response/queries to get PRO support. We did not get a good response from you and refund was processed.
@teko90 , Many Thanks
Hi @amrutap ,
Please see documentation here : https://caf.trustyplugins.com/docs/documentation/developers/hooks-to-use/
You can contact us on [email protected] for further instructions.
Thanks,
Trusty Plugins TeamHi @amrutap ,
thanks for the contact.
Actually this is ‘Category Ajax Filter’ plugin and it’s working like to sort the posts with category. So categories should be selected to sort the posts.
But if you have PRO version of the plugin then you can make it possible with plugin’s hook. You can use the hook to include any specific post to the filtered results. But this is only possible in PRO version.
Hope it helps.
Thanks,
Trusty Plugins TeamHi @wilsmithwp ,
Yes , it is poosible only in PRO version, with free version it is not possible. In PRo version you can overwrite any of the filter/post layout to your child-theme folder and make modification as you want , so it will not affected upon plugin update.
You can check the PRo version here : https://trustyplugins.com https://caf.trustyplugins.com
Here is the documentation link to overwrite the filter/post layout.
Hope it helps.
Thanks,
Trusty Plugins Team