Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #848511

    emma1282
    Participant

    Some of my Featured Images have a black line at bottom. It appears in Index (Portfolio and Blog) View. As you can see from these images, it is a different line than the bottom border. Any thoughts on this?
    Thanks!
    Emma

    #848513

    emma1282
    Participant

    Here is an image –

    #848514

    emma1282
    Participant

    I’m uploading a screenshot:

    #848515

    emma1282
    Participant

    My attachments are 129 KB and 117 KB, not sure why it won’t accept them!

    #848518

    emma1282
    Participant

    Here is the second screencap –

    #848713

    John Ezra
    Member

    Hi there,

    Thanks for writing in! Not sure what is causing this. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #859898

    emma1282
    Participant
    This reply has been marked as private.
    #859903

    emma1282
    Participant

    Additionally, I am having a real problem with the speed of my portfolio pages. I ran a GT Metrix report and was astonished to get an “F” rating, because X Theme is scaling my images from the original featured images. I read some of your other users entries on this and it appears that X doesn’t have a solution for this yet.

    Would it make sense for me to recreate my images at the maximum size that they are presented (mobile view, single column width)? WIll that make a difference? And if yes, can you tell me what that width would be?

    Thanks!
    Emma

    #860229

    Rupok
    Member

    Hi Emma,

    Thanks for updating. To remove the green border, you can add this under Custom > CSS in the Customizer.

    .entry-thumb {
        background-color: transparent!important;
    }

    I can see your images are not optimized. You can use a toll like http://compressor.io/ to compress your images and nowadays optimized images are used to serve both on desktop and mobile instead of cropping the size or using different images for mobile.

    Hope this makes sense.

    Cheers!

    #860824

    emma1282
    Participant

    Great, thank you, that code worked perfectly!

    I’ve already compressed my images using tinypng.com ; but perhaps I should compress them further.

    Thank you for your help!
    Emma

    #861507

    Friech
    Moderator

    Hi Emma,

    You can also follow some of the method provided here: https://community.theme.co/kb/performance/ to improve the performance of the whole site.

    Thanks.