Support » Plugin: WP Customer Reviews » [Plugin: WP Customer Reviews] Large Space before the Review Button

Viewing 1 replies (of 1 total)
  • jlf – your link goes to a Page Not Found.

    I cannot help you with #1 since I cannot see it.

    You can make the form visible always by removing the display:none style from around line 749 of wp-customer-reviews.php (if you update the plugin it will lose this style), or forcing it to display using your default CSS:

    #wpcr_respond_2 {display: block !important; }
    #wpcr_button_1 {display: none !important; } (this would hide the button to submit a review)

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Customer Reviews] Large Space before the Review Button’ is closed to new replies.