Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    Thank you for contacting us!

    In order to remove the total score,you need to make some changes manually in review_bank_forms.php file.

    To locate review_bank_forms.php file, you need to follow the mentioned path which is given below:

    wp-review-bank => views => review_bank_forms.php

    When you open this file, you need to go to the line no : 45

    Here you need to replace the code

    Old code:-
    <strong><div class="wp-review-bank-desc_total" style="float:right;"></strong>

    With

    New code:-
    <strong><div class="wp-review-bank-desc_total" style="float:right display:none;"></strong>

    This will sort out your issue.

    If you still have any doubt, please don’t hesitate to get back to us!

    Thanks & Regards

    Support Team
    Tech Banker

    Thread Starter li29

    (@li29)

    Thank you!

    Plugin Author Varun Sharma

    (@contact-banker)

    Hi,

    Thank you for your reply!

    Thanks & Regards

    Support Team
    Tech Banker

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove total score?’ is closed to new replies.