steviek13
Forum Replies Created
-
Thanks Rubén! Saludos!
As I’m unable to enter the points type to safe new options (I have too many triggers to be able to open it) I had to save the new option by using a php snippet.
add_action(‘init’, function() { $points_types = get_posts(array( ‘post_type’ => ‘points-type’, ‘posts_per_page’ => -1, ‘post_status’ => ‘publish’, )); foreach ($points_types as $points_type) { update_post_meta($points_type->ID, ‘_gamipress_html_display’, ‘label_after’); } });
This helped me to get it back to how it was before, which was the label after the number, in case it’s useful for anyone.
- This reply was modified 1 month, 1 week ago by steviek13.
Hi Nabil, just sent it now, thanks!
OK thanks, I’ll do that.
OK perfect, would be a wonderful addition, hope to be able to use it in the near future!
Forum: Plugins
In reply to: [Solid Post Likes] Like icons have disappearedThanks Con, you too!
Forum: Plugins
In reply to: [Solid Post Likes] Like icons have disappearedOK I’m not sure how it happened, but somehow the option to enable likes on posts had been unchecked! I checked it again and now they’ve returned! I’m so sorry for having wasted your time, but very relieved that they’re back!
Forum: Plugins
In reply to: [Solid Post Likes] Like icons have disappearedUploaded new version but still not showing. Thanks for your help on this!
Forum: Plugins
In reply to: [Solid Post Likes] Like icons have disappearedOK here all other plugins are now disabled, only yours is active. Not seeing any errors in the console, but icon not showing. https://staging.footylingo.com/language-games/english-for-football-reading-activity-article-rest-in-peace-jose-manuel-ochotorena/
Forum: Plugins
In reply to: [Solid Post Likes] Like icons have disappearedYeah, that jquery error is not showing now.
Forum: Plugins
In reply to: [Solid Post Likes] Like icons have disappearedOK, I’ve disabled the litespeed plugin and cleared my browser cache but icon is still not showing.
Forum: Plugins
In reply to: [Solid Post Likes] Like icons have disappearedFair enough! This post should show like icon under the comments. Can you see anything that could be blocking it from showing?
Forum: Plugins
In reply to: [Solid Post Likes] Like icons have disappearedHi con, ah ok I thought maybe if someone was experiencing the same problem they come to the forum and reply to me. Have you ever seen this happen before? Even if I disable all other plugins the like icon isn’t showing.
I removed the plugin and made thank you page with elementor because I didn’t want to be worrying about a vulnerability. It’ a shame because this is a good plugin but it seems it’s not being maintained now.
Forum: Plugins
In reply to: [Solid Post Likes] Getting a fatal errorThanka for your great support!