Remove "No review" from front page

Discussion in 'GeoCraft WordPress Theme' started by shaunkerry, May 17, 2013.

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

    shaunkerry Member

    Joined:
    Dec 6, 2012
    Messages:
    92
    Likes Received:
    3
    Hi can you tell me how to remove the words "No review" under all the listing on the front page please
     
  2. 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:
    .content_wrapper .featured_content .featured_thumb .review_desc a{
    display:none;
    }
     
  3. anto

    anto Member

    Joined:
    Dec 24, 2012
    Messages:
    55
    Likes Received:
    10
    Hello,

    The language file is quite too long.
    Is there a way to translate only the front-end first?

    Otherwise, could you please try to divise the language file into 2 parts (front-end and back-end) on the next releases? I think it would be useful for all of your non-english clients.

    Regards.
     
  4. Nitesh

    Nitesh Support Staff

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

    It is not possible to address two language files. That's why theme contain single file.
    You can translate front-end first by searching text which appear at the front end in the po file.
     
  5. anto

    anto Member

    Joined:
    Dec 24, 2012
    Messages:
    55
    Likes Received:
    10
    Thanks.
     
Thread Status:
Not open for further replies.

Share This Page