Alimir
Forum Replies Created
-
@contemplate done. please update to the latest version. ??
@contemplate Thanks for your report! This is related to a security fix we recently applied. We’re already working on a new solution and will be releasing an update soon.
Appreciate your patience, and thanks for sticking with us! ??
Hi @mercos ,
Thanks for reaching out, and I’m really sorry for the inconvenience! It looks like we don’t have any open cases under your name. Sometimes emails can get caught in spam, and I apologize if that caused any frustration.
Could you please send us a new support request? We’ll make sure to check it carefully this time.
Thanks for your patience, and we truly appreciate your support!
@alexg9 you’re welcome. I’ll close this case here and see you on the other side.
@alexg9 Since this issue is related to the Pro version, I kindly request you to raise this case in our support system. Our team will assist you further in resolving the problem.
https://wpulike.com/support/Hey @alexg9
We have checked the issue, and there doesn’t appear to be any problem. Please go to your Widgets menu and confirm if the “WP ULike Widget” is available. Let us know if you need further assistance!@shake1 problem has been solved in our recent update.
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] ULike only responds to adminHey @sarahwendell
Based on my initial tests on your website, this is more look like to be a caching issue!
What have recently changed in your website? using a new caching plugin? some server upgrades? or event change your cdn configs?!Hey @shake1
Thank you for reaching out to us.
Could please send us the full notice log and some more details! We are not able to reproduce this notice!Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Meta key for voting value?@ryanmvickerman You’re welcome. You can try to use wp_ulike_after_process action.
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Meta key for voting value?Hey @ryanmvickerman
You can try sorting your posts using the free version by utilizing the
wp_ulike_get_popular_items_ids
function. Here’s how it works:The function returns an array of post IDs, which you can then pass to your query arguments as follows:
$post__in = wp_ulike_get_popular_items_ids(array(
'type' => 'post', // Set the type to 'post'
'rel_type' => 'post', // Set the related post type
'status' => array('like'), // Use both like and dislike status
'period' => 'all', // Set the period to 'all' or other timeframe
"offset" => 1, // Offset for pagination, start from 1
"limit" => 10 // Limit the number of posts retrieved
));
$args = array(
'post__in' => $post__in, // Use the retrieved popular item IDs
'orderby' => 'post__in', // Keeps the order based on popular IDs
'posts_per_page' => 10 // Adjust the number of posts per page as needed
);his should allow you to sort your posts based on ULike voting data inside your custom query.
But If you decide to get the Pro version, you’ll gain access to the standard WordPress meta fields like
like_amount
,dislike_amount
, andnet_votes
, making sorting even more flexible.Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Add net votes tableHey @zombiemaker
The question you’re asking is related to the pro version of our plugin. For assistance with this, please kindly submit your query via our support form, and our team will be happy to help you.Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] WP ULike Pro Statistics chart@jimspadoni In the new Pro version, we’ve introduced robust filtering options along with pagination features, allowing you to easily navigate and manage large datasets more efficiently. This ensures a smoother and more streamlined experience when working with post types.
- This reply was modified 7 months ago by Alimir.
Hey @contemplate
Thank you for your patience. We apologize for the inconvenience you experienced with the custom text on the bbPress Like buttons.
We’re pleased to inform you that this issue has been resolved in version 4.7.3. You can now update to the latest version to correct the problem.
If you have any further questions or need assistance, please don’t hesitate to reach out.
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] The initial number of likes@oraev do you have any update this topic?