Forum Replies Created

Viewing 15 posts - 16 through 30 (of 37 total)
  • Author
    Posts
  • in reply to: PHP Warnings – Da Reactions #3156
    Professore
    Keymaster

    Thank you for reporting this issue, it is fixed in version 3.20.3

    Loading spinner
    in reply to: Plugin Settings Issue #3069
    Professore
    Keymaster

    Hello Anusuya,

    Thank you for using DaReactions, I’ll do my best to solve all issues.

    The first one sounds like a bug, maybe there is an error creating files, can you access any sort of server error log? You should look for something like this:

    Warning: fopen(.....): failed to open stream: Permission denied in .php on line 20

    To the second question the answer is no, yet. I’ve never thought of a taxonomy-based filter.

    If you send me more information I will try to help you with the bug, I will need as many information as possible to replicate the issue, like WordPress version, PHP version, type of server (Apache, Nginx, IIS), theme name and version, and a complete list of plugins.

    Kind regards,
    Daniele

    Loading spinner
    in reply to: Compatibility #3040
    Professore
    Keymaster

    Hello, I don’t use LearnDash, but the plugin is fully compatible with WordPress standard APIs.

    You may install the plugin and even activate full features for 30 days to find out if it does what you need.

    If some feature is missing I will do my best to add them in next release.

    Thank you for your interest.

    Loading spinner
    in reply to: Change billing account #3042
    Professore
    Keymaster

    Hello, all licenses are managed by a third party and I do not have full control on the process.

    As far as I know the only way to change account billing details is to create a new account then transfer the license to this new account.

    Please create a new account on Freemius (here: https://dashboard.freemius.com/register/) then send me a new request using the old user email (so I know that they are really you), the license number and the new account email address.

    Loading spinner
    in reply to: Problem, when change the icons #3129
    Professore
    Keymaster

    Hello, as you said it is a problem with cyrillic characters, I think that it depends on file names and not labels only.

    Fixed in 3.20.1.

    Loading spinner
    in reply to: Bug in bbpress with quote feature #3131
    Professore
    Keymaster

    Hello, thank you for reporting this issue, it is fixed in 3.15.1

    Loading spinner
    in reply to: Reaction Manager #3177
    Professore
    Keymaster

    Hello, the black dot is used when the image file does not exist at all and I don’t know the reason, in fact nobody should see it ever.

    There is a function that creates the image uri and it checks everything.

    1. If the image file exists it returns the existing uri;
    2. if the file does not exist re-creates it and returns the new uri;
    3. if the file is still missing at this point it returns the default black dot of death.

    I really don’t know what’s happening, I’m trying to figure it out.

    Thank you for your patience.

    Loading spinner
    in reply to: Reaction Manager #3168
    Professore
    Keymaster

    Hello Moritz, thank you for appreciating my work.

    The bug you are describing is weird, it could be related to a filesystem issue (reading or writing rights or something like that) or a security issue (e.g. the webpage is served as https while the images are served as http).

    What can you do?

    1. Check your browser console for errors

    Are there errors in the browser console?

    If you are not familiar with browser debugging please read this article: https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/

    2. Verify that the plugin created all needed files on first activation

    If you can browse your site filesystem please check inside \wp-content\uploads\da-reactions

    This folder should contain, among other things, all reaction images used in your site, by default there are 6 images in SVG format:

    • ah-ah-3.svg
    • grrr-6.svg
    • like-1.svg
    • love-2.svg
    • sad-5.svg
    • wow-4.svg

    All files follow this naming convention:

    <reaction-name>-<reaction-id>.<extension>

    If those images are missing or corrupted you may delete all of them, the plugin will retry to create images the next time you deactivate and reactivate the plugin.

    Please let me know if deleting and reactivating the plugin works, if not please send me the complete configuration of your site (WordPress version, Theme name and version, all Plugins names and versions) and I will try to reproduce the bug on my machines.

    Thank you for asking.

    Loading spinner
    in reply to: User Roles who can access the admin. #2930
    Professore
    Keymaster

    Thank you for your feedback, that instruction is now nested inside a block like this:

    if (current_user_can( 'manage_options' )) { ....... }

    • This reply was modified 54 years, 4 months ago by .
    Loading spinner
    in reply to: Add Reactions to user generated content #2933
    Professore
    Keymaster

    Hello, the plugin already does this, if user entries are registered custom post types you may enable reactions on them.

    Loading spinner
    in reply to: pre purchase Enquiry #3057
    Professore
    Keymaster

    The shortcode supports up to two parameters: “id” and “type”.

    By default the “type” parameter is set as “post”, so when you use the shortcode [reactions id=”769″] you are gathering reactions for the post in your blog with ID = 769.

    If you want to gather reactions for other types of content you must specify the type in, like this: [reactions id=”769″ type=”book”].

    You will see reactions stats in several places:
    Into the dashboard widget “total reactions” you’ll see a graph with total numbers, regardless of types.
    Into the dashboard widget “reactions by content type” you’ll see total reactions for existing content types, but since the free version does not support custom post types you’ll see reaction numbers only for only posts, pages, attachments and comments.
    In any of the content lists, for instance in the “All Posts” page there is a Reactions column in the table (if not you may enable that column using the “Screen Options” menu).
    While editing a content you should see several side widgets with stats, and some controls with the ability of turning on and off reactions for content type or single specific content.
    For further information please read this guide: https://www.da-reactions-plugin.com/knowledge-base/

    If you think that this plugin is still missing any feature you may use this page (https://www.da-reactions-plugin.com/support/forum/feature-request/) to suggest some.

    Loading spinner
    in reply to: pre purchase Enquiry #3053
    Professore
    Keymaster

    Hello, thank you for your questions, I’ll try to answer to all.

    1. No, there isn’t a courtesy message at the moment, it sounds like a good idea, maybe in the future.

    2. This plugin does not collect user data, it stores a unique identifier like this “c4ca4238a0b923820dcc509a6f75849b”, this token is calculated using the IP address or the ID for known users. The token is also stored in a cookie. You may disable the use of cookies and IP in plugin settings’ page.

    3. The Reaction widget is available as shortcode and as Gutenberg block, so you could add it everywhere.

    4. I don’t know KingComposer.

    Do you know that there is a free version of this plugin? It works almost the same, but you will not be able to use your own images as reactions and there is no Gutenberg’s block (nor BuddyPress integration or multisite support).

    Take a look here: https://wordpress.org/plugins/da-reactions/

    Thank you again, let me know if the free version is good for you, and if I can do something to improve it.

    Loading spinner
    in reply to: Undo Reactions #2934
    Professore
    Keymaster

    This feature is available since version 3.9

    Loading spinner
    in reply to: User feedback #2935
    Professore
    Keymaster

    Hello, I’ve just uploaded version 3.11 of DaReactions, you’ll receive an email when it’ll be available for download. In this version there is a new, improved version of details dialog window and a message to people that cannot add or change reactions. It is a starting point, in next release there will be an editor for those feedback messages.

    Loading spinner
    in reply to: Most liked widget #2937
    Professore
    Keymaster

    Hello HMMC, I added a simple pie chart on Dashboard and the Reactions column on Posts’ admin, but I didn’t know how this data could be really useful for site owners, please describe how this data could be aggregated to be more significant, i will be happy to add a more useful widget on next plugin release.

    Loading spinner
Viewing 15 posts - 16 through 30 (of 37 total)