• Hello Blaz,

    Love this plugin, simple and effective, Thank you !

    Is there a way to add the user feedback (the ‘negative rating’ option in the settings) directly to the Post (under the rating) ?

    Take care.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi @sabelya,

    thanks for the kind words ?? I’m not sure that I completely understand your question. Do you want the feedback left by users to be seen publicly under the rating widget or do you want the feedback widget to be shown under the rating widget?

    At the moment there is no option to make the feedback left by users publicly visible but you could place the feedback widget under the rating widget with custom css.

    
    .rmp-rate-view {
        display: block!important;
    }
    

    If there is interest for publicly visible feedback, I’ll add this feature on my to-do list.

    Blaz

    • This reply was modified 6 years, 1 month ago by Blaz K..
    Thread Starter sabelya

    (@sabelya)

    Hi @blazk,

    Thanks for your support ??

    This is exactly what I need.
    Where should I add the Custom CSS ? I tried in the Additional CSS field in appearance Menu but it doesn’t work.

    Regards,

    Plugin Support Blaz K.

    (@blazk)

    @sabelya it should work in the Additional CSS. However, the snippet I gave you above displays the feedback widget below the rating widget after the post is rated. If you want the feedback widget to be seen all the time, try the snippet below

    
    .rmp-feedback-view {
        display: block;
    }
    

    If you are using a caching plugin, don’t forget to clear the cache. Let me know if you need further assistance.

    Blaz

    Thread Starter sabelya

    (@sabelya)

    Hello @blazk

    The snippet for the feedback view works perfectly, but not that of the rate view, even if, of course, the post is already rated.
    For ex. :
    https://sabelya.fr/squeeze-it-comp

    Thank you very much for your time.

    Plugin Support Blaz K.

    (@blazk)

    Hi @sabelya,
    I checked your website and everything seems to work. I’ll explain a bit better:

    
    .rmp-rate-view {
        display: block!important;
    }
    

    This CSS snippet prevents javascript to hide the rating widget after somebody rates your post. You don’t have to use it but then the rating widget will be hidden after the vote.

    
    .rmp-feedback-view {
        display: block;
    }
    

    This CSS snippet shows the feedback widget even though the post has not been yet rated.

    I don’t know how exactly do you want the system to function but if you explain me, I’ll do my best to help ??

    Blaz

    Thread Starter sabelya

    (@sabelya)

    Hi @blazk ,

    Okay..! ?? Understood and of course the snippets work perfectly.

    I would have like to show to the Public, on the Post, your comment “RMP author test” you left. Is-it possible ?

    Thanks again.

    Thread Starter sabelya

    (@sabelya)

    Hum, I also thought that I would be able to edit or delete feedback comment, in the Post Edit (like the fields ‘Number of Votes’ & ‘Sum of Ratings’) but it seems no, right ?

    I really appreciate your support, very kind of you.

    Plugin Support Blaz K.

    (@blazk)

    @sabelya, unfortunately there is no option to make feedback publicly visible at the moment. Feedback is meant for the post author to improve posts that get low ratings. I did put “public feedback option” on my to-do list but I can’t give you an approximate release date yet since I’m still dealing with older requests from the support forum.

    Deleting feedback is possible, but just slightly more complicated because I haven’t got many requests regarding this feature here.
    So, to delete feedback click on a post in WordPress dashboard and then click “screen options” in the upper-right corner. Mark the Custom Fields and then scroll down. Find “rmp_feedback_val” and click the delete button and the feedback will be deleted.

    I know that this is not ideal but I’m mostly adding new features based on the requests I get here. I will add a button to delete feedback in the next version ??

    Blaz

    Thread Starter sabelya

    (@sabelya)

    @blazk,

    Thank you, I will do with that awaiting maybe public feedback on the Posts in the future..
    Take care.

    Plugin Support Blaz K.

    (@blazk)

    You are welcome.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Show user feedback on Posts’ is closed to new replies.