Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #841276

    Dear Support,
    Please see the following page:

    The Featured Image is presented larger than the actual dimension of the image (which means it is distorted) and the gallery thumbnails are way too small (even if they are set to a larger size).
    I have removed all custom CSS, so I know this isn’t an error on my part. How do I fix this?
    Please advise ASAP.
    Thank you,
    Tim

    #841278

    PS I am using the plugin Simple Image sizes to reset the thumbnail size, but it has no affect.
    PPS This is error is true through the website: thumbnails too small, featured image often larger than the image itself. Here is another example:

    • This reply was modified 6 years, 8 months ago by hypergolica.
    #841293

    Hi,
    Try this code in the General Styling > Quick CSS field to set the big preview image size:

    .big-preview img {width: inherit!important;}

    Best regards,
    Mike

    #841302

    Dear Mike,
    Thank you. That solves the Featured Image part, but not the thumbnails in galleries. (Please see previous links.)
    Please advise.
    Best,
    Tim

    #841304

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #841305

    Dear Mike,
    Sure things. Credentials below.
    Thank you.
    Tim

    #841410

    Dear Mike,
    Any luck?
    Thanks,
    Tim

    #841709

    Hi,
    I can’t seem to get past the first login to get to the wp-login.
    Please check :)

    Best regards,
    Mike

    #841726

    Dear Mike,
    Right you are. Apologies.
    I have fixed it.
    Cheers,
    Tim

    #842005

    Hi Tim,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .gallery .gallery-item {
        width: 33%;
        height: initial;
    }
    #top .gallery a img {
      min-width: 230px;
        height: auto;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #842032

    Dear Victoria,

    Excellent! Thank you. That solved the size problem… BUT!, now I’ve got distorted thumbnails, as you can see here or here.

    The question is: how do I bulk change the thumbnails to link to the proper image? In the media setting the thumbnails are 300 x 300, but somehow the thumbnails were ‘hardwired’ to a very tiny image. (No idea how or why that is.)

    Any and all help you can provide would be greatly appreciated. Thank you.

    Cheers,

    Tim

    #842635

    Dear All,
    Problem solved! I used the plugin “Regenerate Thumbnails” and that did the trick.
    Thank you again Mike and Victoria for your help with the CSS!
    Cheers,
    Tim

    #843298

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Featured Image Bigger than Actual Image + Gallery Thumbnails Way Too Small’ is closed to new replies.