Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kjy112

    (@kjy112)

    Conflict with css file of wp-admin. Fixed with

    .wpcr_show { display:inline !important; }

    where exactly does the code go? and how 🙁

    Thread Starter kjy112

    (@kjy112)

    Go to your wp-content folder and locate plugins. Look for wp-customer-reviews/wp-customer-reviews.css the css for .wpcr_show should be there.

    marley masters

    (@marley-masters)

    I did edit it and it and not showing, i do get the email notification and when i click on the link to approve it resolves to an error:
    “You do not have sufficient permissions to access this page.”

    wp-customer-reviews.css

    /*
    WP Customer Reviews
    You can override any of these values in your theme CSS if you use !important
    Example: #wpcr_respond_1 blockquote.description p { font-size:12px !important; font-weight:bold !important; }
    */

    .wpcr_show { display:inline !important; }
    .wpcr_hide { display:none; }
    .wpcr_fl { float:left; }

    Thread Starter kjy112

    (@kjy112)

    My issue had to do with CSS conflict, and it was hiding the approval button. I think yours is different.

    marley masters

    (@marley-masters)

    I got it, php execution stopped it all. Thanks for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP Customer Reviews Admin Approve button dissapeared’ is closed to new replies.