deactivate "Rating process"

Discussion in 'GeoCraft WordPress Theme' started by zweitbuch, Mar 28, 2014.

  1. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    can i somehow deactivate the whole rating process?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Actually review is also a comment. Which you can deactivate separately from each listing.
    Just edit it and uncheck "Allow comment" option.

    Or

    To hide review from all listings.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #gc_tab ul li:nth-child(2){
    display:none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    thank you nitesh!

    but can i also hide the stars and the (no review, 1 review, XX Reviews) texts in the single listing and also in the front page, search resulsts and category listings?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS


    Code:
    .star_rating{
    display:none;
    }
    .review_desc{
    display:none;
    }
    .depth_article .article_detail .article_rating{
    display:none;
    }
    .sidebar .review_thumb ul.r_rating{
    display:none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  5. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Paste this code in Custom CSS
    Geocraft Settings > Theme Option > Styling Option > Custom CSS

    Code:
     .related_item .rating {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page