Delete functions Ratings and Reviews

Discussion in 'GeoCraft WordPress Theme' started by chndr, Apr 8, 2013.

Thread Status:
Not open for further replies.
  1. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Hi Team,

    For my concept it's not proffesional rate a listing and add reviews. How can I delete or disable this function?

    Thank you
     
  2. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Hello again,

    I have already disable almost every ratin stars and review. But the last one I cannot find. The widget recently post still shows the stars.

    Where can I find these? Or is there a code to turn this all off at once.

    Thank you
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar .review_thumb ul.r_rating {
    display: none;
    }
     
  4. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Hi Gourav, thank you.

    Is it also possible to turn of review and rating with one code for the whole site?

    I have deleted some codes from the templates, but it is better with a code in style sheet.
     
  5. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Oow, I see that your code is not perfect. If you look at the picture there is no space under the listings..
     

    Attached Files:

  6. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Nevermind, this issue is solved. I used this code:


    Code:
    .sidebar .review_thumb ul.r_rating {
    display: none;
    }
    .sidebar .review_thumb .r_element {
        padding-bottom:25px;
        margin-bottom:10px;
    }
    But maybe one code for disable this all over the theme would be perfect of course. Now I have to change the code of the templates after each update.

    But thanks your service is great here.
     
Thread Status:
Not open for further replies.

Share This Page