Viewing 1 replies (of 1 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you want it systemwide: enter in Table IV-A15:

    .wppa-rate-1, #wppa-my-rat-1 {
    display:none !important;
    }

    It is assumed that this applies to the first shortcode on the page, if it is the second it should be:

    .wppa-rate-2, #wppa-my-rat-2 {
    display:none !important;
    }

    and so on.

    If you want it on one page only ( not systemwide ) enter on the page BEFORE the shortcode, using the TEXT editor, NOT the visual:

    <style type="text/css">
    .wppa-rate-1, #wppa-my-rat-1 {
    display:none !important;
    }
    </style>

    This hides the rating stars and the My rating text.

Viewing 1 replies (of 1 total)

The topic ‘Rating system question’ is closed to new replies.