Blog page

Discussion in 'GeoCraft WordPress Theme' started by aster media, Oct 29, 2014.

  1. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Hi,

    Why does the theme reproduce blogs with just text adding an image that says 'no image' ?
    In other words: how can I delete that NO IMAGE picture ?

    Another question is: if an image is placed, why does it seem to be positioned poorly ? It would be better to place it a little down, nicely alligned with the text.

    Best wishes,
    Steven

    Schermafbeelding 2014-10-29 om 14.36.34.png
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

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

    1. Paste the code given below in Custom CSS section to make image right positioned.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_wrapper .featured_content .featured_thumb img.f_thumb {
    margin-top: 0;
    }
    2. If you no select any image in listing then by default image ("No Image") will display. If you delete this default image then there will be no image.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Sorry, your proposition 1, didn't work (see screenprint). It didn't reposition the pictures in the overview BLOG pages: see http://zorgvoornop.nl/zorgvoornop.nl/category/blog/
    Regarding proposition 2, I am talking about the blog page, not about the listing page. When one opens a new blog message there is no default picture to delete.
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !!
    Please use this code
    Code:
    .content_wrapper .featured_content .featured_thumb.blog {
    margin-top: 0px;
    }
    Please follow below image.
    6.png
    Thanks & regards
    Pramod
     
  5. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
    Perfect!
    Thanks so much ...
     
  6. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    please follow below image.
    1.png
    Thanks & regards
    Pramod
     
  8. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
  9. aster media

    aster media Member

    Joined:
    Mar 15, 2012
    Messages:
    408
    Likes Received:
    8
  10. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    We have fixed your sidebar issue and this issue also.
    Please set always a feature image if you want to look on list page.
    Thanks & Regards
    Pramod
     

Share This Page