• Resolved tgiokdi

    (@tgiokdi)


    This page suggests ways to disable the second kind of article ratings, but I see no options to disable the first kind, either on my dashboard or in the help file.

    I’ve hidden the ratings second with some css, but I already have post ratings through another plugin that we’ve been using for 10+ years and do not want another method of post ratings at this time.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi @tgiokdi,
    The post rating can be disabled in Dashboard > wpDiscuz > Forms admin page, just edit the Default Form and disable the “Enable Post Rating” option. Please read the doc: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/manage-comment-forms/comment-form-settings/#enable-post-rating

    How to change the New Article Rating style to save some space and also looks good and unique?
    Here is one example: https://imgur.com/DL4s0VH
    Thank you

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi @softfully,
    We’ll add a compact style for Article Rating in future releases.

    At the moment you can make it compact using putting this CSS code in the Top Admin Bar > Customize > Additional CSS > Custom CSS Code textarea. Delete all caches and check, it should look like this:

    wpDiscuz-compact-article-rating

    
    #wpd-post-rating .wpd-rating-wrap { width: auto; }
    #wpd-post-rating .wpd-rating-wrap .wpd-rating-data {width: auto!important; white-space: normal!important; text-align: center!important; display: block!important;}
    #wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv {font-size: 17px !important; line-height: 39px !important; padding-top: 0 !important;}
    #wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt { font-size: 10px !important; line-height: 14px !important;}
    #wpd-post-rating .wpd-rating-wrap .wpd-rating-left { display: none!important;}
    #wpd-post-rating .wpd-rating-wrap .wpd-rating-right {display: none!important;}
    #wpd-post-rating .wpd-rating-wrap .wpd-rating-value { height: 40px!important; width: 40px!important; float: left!important; margin-right: 8px!important;}
    #wpd-post-rating .wpd-rating-wrap .wpd-rating-title {width: auto!important; white-space: nowrap!important; word-break: normal!important; font-size: 14px!important; line-height: 46px!important; display: block!important; margin-top: 0!important; margin-bottom: 0!important; float: right!important; margin-left: 10px!important;}
    #wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc { font-size: 12px !important; line-height: 16px !important; display: none !important;  padding-top: 5px !important;}

    To remove the top and bottom spaces you can use this CSS Code:

    #wpd-post-rating {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    • This reply was modified 4 years, 8 months ago by gVectors Team.

    Thank you very much for the fast reply and also work fine but 5 Stars are too small. (Double the size of 5 Stars)
    https://www.softfully.com/multimedia/video-editing/hybrid/

    Plugin Author gVectors Team

    (@gvectors-team)

    Ok, add this CSS code too:

    #wpd-post-rating .wpd-rating-wrap { width: auto; }

    Thank you. Very nice now.

    Yet this is in “Center” and how to keep in “Left”?
    Thank you

    Plugin Author gVectors Team

    (@gvectors-team)

    @softfully,

    Use this CSS code to align to the Left:

    #wpd-post-rating {
        justify-content: flex-start!important;
    }

    Use this CSS code to align to the Right:

    #wpd-post-rating {
        justify-content: flex-end!important;
    }
    • This reply was modified 4 years, 8 months ago by gVectors Team.

    Thanks for your very fast reply. The above works great.
    In New Article Ratings is there any way to check who voted me via IP and Count?
    Well this is the world’s No.1 comment plugin (A large Thanks by Softfully.com Team to gVectors Team)

    @gvectors-team how do i display Article Rating for my website

    • This reply was modified 4 years, 3 months ago by vinhso.
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How To Disable New Article Ratings?’ is closed to new replies.