Blog excerpt images

Discussion in 'ColorWay WordPress Theme' started by saffronroses, Feb 6, 2013.

  1. saffronroses

    saffronroses New Member

    Joined:
    Jan 3, 2012
    Messages:
    2
    Likes Received:
    0
    Good morning! I have a two part question. (1) is there a way to change the image size for the blog excerpts? It appears to be 250x150 right now, and I'd like it to be square and a lot smaller (150x150?). (2) The thumbnails for the blog excerpts are not showing in all browsers. They're OK in Firefox, but not consistently shown in Mobile or Safari. The web address is http://www.cgfaf.org/?page_id=56.

    Thanks much for the advice.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-wrap #blogmain img.postimg{
    width:150px;
    height:150px;
    }
    2.For your second issue

    The website URL you have send is not working please check it and resend, so that we can give you the exact solution.
     
  3. saffronroses

    saffronroses New Member

    Joined:
    Jan 3, 2012
    Messages:
    2
    Likes Received:
    0
    Gourav,

    Thanks! The coding you offered at 150x150 appears to have worked great, but on coding inspection (FireBug), it still shows this following: "250px × 160px (scaled to 100px × 100px)." The images are not being displayed properly (compressed and scaling wrong).

    The second issue remains as well. The blog excerpt page is still not displaying the images. Seems to work fine on Firefox, but not on Safari or Mobile OS.

    Again, I really appreciate the assistance.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     

Share This Page