Image not showing up in listing

Discussion in 'Announcements' started by eatdrink33, Sep 7, 2014.

  1. eatdrink33

    eatdrink33 New Member

    Joined:
    Dec 5, 2013
    Messages:
    6
    Likes Received:
    0
    Geocraft Theme most recent version
    Hi there I need help urgently as our site is about to go live. I am having an issue with featured image on listing not showing. It shows on the homepage slider but when clicked on the actual listing page shows no image. The text boxes are also not lined up,

    your prompt response would be really appreciated

    kind regards

    Kate
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your live website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Following css code will fix your issue, please paste it in Custom CSS and save it.
    Code:
    .flexslider .slides img {
    max-width: 100%;
    width: auto;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following code in Custom CSS to fix your issue.
    Code:
    .depth_article .article_detail .article_rating {
    display: block;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page