• Resolved stinson317

    (@stinson317)


    Is there any way to always show feed back along with rating (e.g. same page)? I want to offer feedback regardless of rating. I know I can set rating threshold of 5/5 to always get feedback to trigger but it would be nice to have on same view

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

    (@blazk)

    Hi @stinson317,

    there is no such option at the moment, but I guess you could try with custom CSS. Something like this:

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

    The feedback widget will then be displayed all the time and not only after voting.

    Regards,
    Blaz

    • This reply was modified 6 years, 5 months ago by Blaz K..
Viewing 1 replies (of 1 total)

The topic ‘Always show feedback’ is closed to new replies.