Poloray Responsive Theme Pro. There seems to be a problem displaying images in two areas

Discussion in 'Poloray WordPress Theme' started by sheenagogarty, Nov 23, 2012.

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

    sheenagogarty New Member

    Joined:
    Nov 8, 2012
    Messages:
    14
    Likes Received:
    0
    Please could you help me solve a problem that I am having with the PolorayResponsive Theme Pro. There seems to be a problem displaying images in twoareas:1)When we bring in images to posts at the list of posts the images appearskewed2)When we bring in social media widgets the images enlarge and appear skewedIs there something I should be changing in the settings?I have attached a screen shot to show what I mean.I look forward to hearing from you.Best wishesSheena Gogarty
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_content img.postimg {
    background: url(images/postimgbg.png) repeat;
    max-width: 100%;
    height:auto;
    }
     
    .footer_wrapper_top .footer_widget img {
    max-width: 100%;
    height:auto;
    }
     
    .sidebar img {
    max-width: 100%;
    height:auto;
    }
     
  3. sheenagogarty

    sheenagogarty New Member

    Joined:
    Nov 8, 2012
    Messages:
    14
    Likes Received:
    0
    Hi Nitesh

    Thanks for getting back to me and did put in your code but it was still very big so I have put the following code in
    the sider bar is now working when I take out "max-width: 100%;"
    .sidebar img {
    width: auto;
    }
    .footer_wrapper_top .footer_widget img {
    width: auto;
    }
    .content-bar .post .post_content img.postimg {
    background: url(images/postimgbg.png) repeat;
    max-width: 40%;
    height:auto;
    }

    The problem is still showing the image bigger when you see Category listing a few posts together here is a link to me test page
    http://startawebsite.ie/category/test-2/
    Try clicking on a post and you will see the image is smaller again by 40% I think! Is there the code to show image small when seeing a Category listing a few posts and then the correct size when viewing the post.
    Also I would link to remove the date display on all posts and did get a plug in to do this but the grey box where the date was displayed is still there in the there anyway of removing this grey box altogether.

    Many Thanks for your help with this and it is my first time I have used your themes and I really like them allot.

    Cheers
    Sheena
     
  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]
    We will resolve your issue.
     
  5. sheenagogarty

    sheenagogarty New Member

    Joined:
    Nov 8, 2012
    Messages:
    14
    Likes Received:
    0
    Hi Nitesh
    Thanks for looking into this for me. I have your theme up on one of my websites but I will need to know what you have to change or where you make the changes as I need to make the changes on one of my client's website.

    So here is the details to my website:
    Your Website URL: http://startawebsite.ie/
    Admin URL: http://startawebsite.ie/wp-admin/
    WordPress Username: admin
    WordPress Password: **********

    Kind Regards
    Sheena
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Problem resolved, Please check your website.
     
  7. sheenagogarty

    sheenagogarty New Member

    Joined:
    Nov 8, 2012
    Messages:
    14
    Likes Received:
    0
    Hi Nitesh
    I have just checked out my website and the problems is back when you look at list of posts in category the images appear skewed or too large.

    http://startawebsite.ie/category/test-2/

    Also I would link to remove the date display and box the date is in on all posts can you tell how to do this?

    Sheena
     
  8. sheenagogarty

    sheenagogarty New Member

    Joined:
    Nov 8, 2012
    Messages:
    14
    Likes Received:
    0
    Hi Nitesh
    It looks like it is working now, I was not working earlier.
    Thank you so much,
    but can you also help me on removing the date display and box the date is in on all posts can you tell how to do this?
    Kind Regards
    Sheena
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_date {
    display: none;
    }
    .content-bar .post .post_title {
    padding-left:0;
    }
    .content-bar .post .post_meta {
    padding-left:0;
    }
     
  10. sheenagogarty

    sheenagogarty New Member

    Joined:
    Nov 8, 2012
    Messages:
    14
    Likes Received:
    0
    Great that worked well.
    Thanks for your help.
     
Thread Status:
Not open for further replies.

Share This Page