ColorWay Pro Slider One - Blurry Image

Discussion in 'ColorWay WordPress Theme' started by clintsrestorations, Nov 6, 2014.

  1. clintsrestorations

    clintsrestorations New Member

    Joined:
    Oct 25, 2014
    Messages:
    3
    Likes Received:
    0
    No matter how many times I have resized this image (the recommended size of 897px width x 355px doesn't look right), the First Slider Image still looks blurry. Please help. http://clintsrestorations.com/ I'm using a high resolution photo so I don't get it. Thanks!
     
  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slide-img {
    height: 460px;
    }
    You can increase height of slider image in above code OR write auto in place of 460px in above code.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. clintsrestorations

    clintsrestorations New Member

    Joined:
    Oct 25, 2014
    Messages:
    3
    Likes Received:
    0
    Great thank you. It is no longer blurry. It does take a good amount of time for that image to load now. Any thoughts on how to increase the load time?

    Also another issue, on the four images that appear below. The one on the far left continues to be smaller than the others, even though I've uploaded the same images that are on the right, there. Any custom code to fix that as well?

    Appreciate it.
     
  4. Yogesh

    Yogesh Guest

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

    1. That slider image(tractor image) size is so large(2MB) so it's take more time to load, use small size image that will not take long time to load.

    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #content .one_fourth img {
    height: 150px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. clintsrestorations

    clintsrestorations New Member

    Joined:
    Oct 25, 2014
    Messages:
    3
    Likes Received:
    0
    The code didn't fix the image on the far left. I also put in a new homepage image (smaller, centered - because the other image was being stretched out and looked odd), but now it is blurry again.

    Can you please help with:
    blurry homepage image
    image smaller than the others on the far left

    Thanks again
     
  6. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #content .one_fourth img {
    height: 138px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. kwanda9004

    kwanda9004 New Member

    Joined:
    Sep 16, 2019
    Messages:
    1
    Likes Received:
    0
    Hellow , its not fixing for me i'm using bonesurgeon theme
     
  8. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    Would you please let us know the issue you are facing?

    We will then let you know the needful.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page