Review stars issue

Discussion in 'GeoCraft WordPress Theme' started by grandearcacom, Mar 8, 2014.

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

    grandearcacom New Member

    Joined:
    Feb 20, 2014
    Messages:
    8
    Likes Received:
    1
    Hi staff,
    i notice this little issue,
    the star rating is working normally but the latest reviews shown on the rigth sidebar have all the stars grey,
    like in the attachment where latest review = Ultime recensioni image3004.png
    it's normal like this or i have a problem,
    thank you so much!
     
  2. robrich

    robrich Guest

    Joined:
    Feb 19, 2014
    Messages:
    7
    Likes Received:
    0
    Hi
    I have the same issue but support refuses to help for some reason... maybe a bug they can not fix
    Please let me know if you find a fix
    Thanks
     
  3. admin

    admin Admin

    Joined:
    Oct 2, 2012
    Messages:
    47
    Likes Received:
    1
    Location:
    India
    Hello,

    Yes there was a small bug in the system. Before we release the update here is the way to fix the issue.

    In your Theme folder navigate to
    "geocrafttheme/library/widget/latest_review.php"

    Delete a line which say:
    Code:
    echo geocraft_display_rating_star($post_rating);  //DELETE THIS LINE
    and Add following 2 lines of codes inplace of the deleted line:
    Code:
    global $post; //ADD THIS LINE
    echo geocraft_get_post_rating_star($post->ID); //ADD THIS LINE



    I have added image for your reference.
     

    Attached Files:

  4. grandearcacom

    grandearcacom New Member

    Joined:
    Feb 20, 2014
    Messages:
    8
    Likes Received:
    1
    Thank you for the quick response but the new code need some tuning, now the star are still all grey in the page "All listing" "Top rated" etc.
    the only change is this: if i go to a listing post the review are all marked the same number as is rated the listing post
    i' m sure you will find the fix,
    thank you again
     
  5. Nitesh

    Nitesh Support Staff

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

    We are looking for it's permanent solution. Will reply you soon.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  6. Nitesh

    Nitesh Support Staff

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

    Please download theme again from your members area and upload it. It will resolve this issue.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. grandearcacom

    grandearcacom New Member

    Joined:
    Feb 20, 2014
    Messages:
    8
    Likes Received:
    1
    Perfect!
    Now it work,
    thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page