Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #855063

    We’re using the latest Enfold theme. In the portfolio grid the featured images are all the same size (288×288). But the thumbnail images in the top row are being compressed on all of the pages using a portfolio grid. I’ve reviewed a bunch of forums but none of the offered quick CSS codes seem to have any effect.

    We would also like to add padding around the thumbnails, but so far all of the quickcodes i’ve found ONLY affect the columns, not the rows.

    #855778

    Hey B-LILT,

    Well, you put the grid inside the 3/5 container and so there’s less room for the images to be 288px, and so they shrink to fit to the container and get to be 231px. You could try to put your portfolio grind inside a 1/1 container and see if that makes a difference.

    Best regards,
    Victoria

    #856643

    Nope. A 1/1 container does not work. Now they’re just extra large and squished.

    #856852

    Hi,

    A plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Victoria

    #857161

    I am on the most recent WP & Enfold. I updated all plug-ins. I deactivated all 4 plug-ins, cleared browser data and refreshed. Problem still persists. :(

    #857746

    Update: i changed the leadership page to have a “square 180×180” thumbnail size and it suddenly began to have square thumbnails and respond to the quick CSS on padding. (See below for exactly which code). However, the other page with the exact same set up has not changed and still displays same problem of “squished” top rows. Really at a loss as to what is causing the change or the problem.

    Pad code:
    .grid-entry.flex_column {
    padding: 30px;
    }

    #857821

    Hi,

    Thank you for the update.

    Could you please provide a screenshot of the issue? The grid looks consistent on my end but the images are blurry. Please use larger images or set the “Portfolio Grid Image Size” to manual then select the “Medium” size which is 300x300px by default.

    Best regards,
    Ismael

    #858188

    Yes, the images are blurry; once the scaling is resolved I can swap them out for images with an appropriate dpi. The site is still in development so i’m not worried about content right this second.

    The settings on the two grids are exactly the same, except that projects is displaying 9 and leadership displays 6. And I have no idea why leadership suddenly started behaving, which means that I have no idea if it will suddenly break again.

    #858189

    Setting the thumbnail to “medium 300×300” actually shows the problem more clearly.
    screencap of projects set to medium 300x300

    #858411

    Hi,

    What is the original size of the images? Are you uploading images with different sizes? Please note that images with different sizes will produce thumbnails with different size and aspect ratio unless the “cropping” parameter of the thumbnail is enabled.

    Please install the following plugin then go to the Settings > Media panel. Adjust the size of the “Square” thumbnail, enable cropping, save, update then regenerate the thumbnails. And if possible, upload images with the same sizes.

    // https://wordpress.org/plugins/simple-image-sizes/

    After that, re-select the “Square” thumbnail.

    Best regards,
    Ismael

    #858590

    The images were the same size, but just to be on the safe side I re-exported the featured images as squares. Then I added the recommended plug-in. I set the square thumbnail to the exact size of my images and left the “yes to cropping” option on. Then i regenerated the featured images and updated each of the portfolio items. Then I went to the portfolio page and changed the “selected image size” to be “square”. Results are unchanged – bottom row displays correctly as a square, top rows are compressed, and no pad displays between rows (only columns).

    #858686

    Hi,

    The portfolio grid items are not resizing properly because of the following css modifications.

    .grid-content {
        margin-top: -50%;
    }
    .grid-entry:hover .grid-content {
        opacity: .7;
    }
    .grid-content {
        opacity: 0;
    }
    .grid-content, .grid-content * {
        background: opacity: 1!important;
        color: #CC6723!important;
    }
    h4.grid-entry-title {
        font-size: 18px;
    }
    
    .grid-entry.flex_column {
    padding: 30px;
    }
    

    Best regards,
    Ismael

    #858690

    Hi,

    UPDATE: We modified the code in the Quick CSS field. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #859321

    Thanks! That did the trick! I appreciate it!

    #859421

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Thumbnails are not all same size in Portfolio Grid’ is closed to new replies.