• designandinternet

    (@design-and-internet)


    Hi

    I have inherited a website to manage which is running the latest version of WP. 4.8.1. It looks like it’s been developed.

    I have one burning question regarding the page listed: How do we uniformly arrange the images to be the same sizes.

    Tried a variety of plugins:

    Regenerate Thumbnails
    Simple Image Sizes

    But nothing is budging, does anyone have any idea how to fix the issue?

    Appreciate your help.
    Mark

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re looking for a PHP solution we won’t be able to help. We can only help with those kind of issues when the theme has been distributed from WordPress.org.

    If you’re looking for a CSS solution then you can just add change the height superficially:

    
    .page-template-page-kids #content img {
        height: 338px;
        width: auto;
    }
    
    Thread Starter designandinternet

    (@design-and-internet)

    Thank you Andrew – the css is great, helped a lot.

    I honestly thought the theme was a free WP template from the depository.

    Could you oblige with the same fix for these pages?

    http://www.idkidstalent.com/kids-gender/siblings/
    http://www.idkidstalent.com/kids-gender/girls/
    http://www.idkidstalent.com/kids-gender/boys/

    And second request is how to bump the names so they sit under each relevant image – they have seemed to of bumped down a touch since I have added the custom css.

    Thank you and only if this is viable based on WP T&C forums.

    Much appreciated!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think the underlying issue is that some images are being uploaded in a different aspect ratio – something that needs to be resolved with the content editor.

    Thread Starter designandinternet

    (@design-and-internet)

    Ok, thank you.

    So the images that are not synced with the majority need to be resized in the content editor before publishing?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Re-uploaded manually I think. So it’ll be a process outside of WordPress to get the images the correct ratio. This isn’t something you can automate.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Images randon sizes’ is closed to new replies.