The reaction is not added when selecting an emoji
a request is sent:
rest_route=/remoji/v1/add
I get an answer
500 Internal Server Error, with a description
Is it possible to limit the emojis that can be used to e.g. just a thumbs up or thumbs up or down?
]]>Hi,
Thx for this plugin, looks very promising for my needs. Here is a feature request:
It would extra nice to have access to all the emojis in the Twemoji sets. it seems we only have access to a subset of this currently in the plugin. Like the emoji panels on Discord, with categories, search field etc…
Having all the object and the different skin shades would be awesome.
I made a bit of research and I found a nice library for this, Emoji Picker React (v4), (though it is React based, it gives an idea of the goal).
Cheers!
]]>Hello,
Thank you for developing such a great plugin! I am wondering if there is a way to:
Thank you again!
]]>Hello,
I want to disable reactions on pages, anyone know how I can do this?
A setting would be nice!
]]>In /wp-content/plugins/remoji/tpl/reaction_bar.tpl.php
near the end there is a line for the error bar. The error happened message shows up in excerpts. For now, I’m manually removing that line. But, I know it will be back if this plugin is updated.
The plugin probably should somehow not load in excerpts.
]]>I added remoji on customized wordpress theme. The emojis are can be seen on start and end of body. It can be also seen on post section of body.
There is no option to remove them from start and end of the body.
Is there any shortcode or php code to implement on specific place?
]]>Hi,
I have installed the plugin on my wordpress instance, somehow the feature “Guest Reaction” doesnt work.
Note: It is enabled in the settings.
With an user account signed-in no issues.
Wordpress version: 6.0.2 (latest)
PHP version: 8.1.9
The plugin is awesome, only issue I have is that it is not responsive on mobile. Is there a way to make it that it adjusts to the screen or maybe open it as a popup?
Thanks!
I already fully localized this plugin to zh_TW, and I found two text domain issues.
\tpl\entry.tpl.php Line 48, missing text domain
Correct code should be <a href="https://www.ads-software.com/support/plugin/remoji/reviews/?rate=5#new-post" target="_blank"><?php echo __( 'Rate Us!', 'remoji' ); ?>
.
\src\admin.cls.php Line 136, wrong text domain
Correct code should be GUI::succeed( __( 'Options saved successfully!', 'remoji' ), true );
.
Hi,
it would be nice if you could hide the “add” button on the page if the current user does not have the permission to add emojis.
If I didn’t miss something it should be sufficient to add these two lines.
]]>tpl/reaction_bar.tpl.php:
line 16:<?php if ( Conf::val( 'guest' ) || is_user_logged_in() ) : ?>
line 20:<?php endif; ?>
Hi,
is there a way to add additional emojis or customize the current selection of emojis?
Thanks in advance
]]>Hi,
Can you please tell me how we can add these emojis to other post type content.? Particularly bbPress.?
Thanks in advance.
]]>Hello, my theme is dark version so the count does not appear and there is a bug in the comments, could someone help me?
]]>I’m using WordPress Infinite Scroll – Ajax Load More
And Remoji is not working
If I unblock access to wp-json, like you suggested here https://www.ads-software.com/support/topic/where-are-views-stored/#post-15062550 CPU usage goes sky high
I’m talking several hundred percent up. On a 24 core CPU, LA goes from 12 to 45, and that’s not even on peak time.
Is there some way to optimize it?
]]>Hi
I’m moving from Post Views Counter By Digital Factory to your plugin, specifically for post views functionality.
I managed to migrate the numbers from the old plugin but I need to sort my posts by the number of views.
Is there a function similar to Post Views Counter’s pvc_get_post_views()?
]]>Hi
I installed this plugin mainly because it was recommended by LiteSpeed support staff as I need post views.
Where are they stored? Is there a way to get them in a column in admin post view? How to migrate post views from other plugin?
]]>I would like to suggest an exclude option for example if you have a forum installed and counts it as a page.
]]>Lovely little plugin. But one request: can you release a shortcode so I can put reactions within my page’s content, not just at the end? This would be incredibly useful – so my audience could react in different ways as they read through the article.
]]>Is it possible to limit the number of emojis that can be added by any person to just one per person (IP address)?
This would prevent ‘ballot stuffing’ – the adding of many different emojis by one visitor.
]]>