Hello @christianj40 ,
Thank you for your question.
I think it is possible by writing additional Javascript or by editing the JS file of this plugin directly.
There is a topic in this forum that may be helpful.
Thanks
Hello!
Thank you for your reply, these topics are both dealing with the list option shortcode correct. I need to reload whenever a post is unfavorited, are you saying the JS you and the other people mentioned in these topic will work without me using the list option shortcode.
Thanks
Hello @christianj40 ,
Thank you for your reply.
Unfortunately, when listing user’s favorites in this plugin, the easy way to perform “Ajax Refresh” is to use shortcodes.
There are two types of shortcodes for listings.
## Standard shortcodes that generate HTML
Shortcode: [ccc_my_favorite_list_results]
## Custom shortcodes that allow you to create your own elements for output
If you would like to add your own functionality, please try this shortcode.
shortcode: [ccc_my_favorite_list_custom_template]
You can customize the list view.
Please see the related topic for usage.
Thanks