• Resolved gene-stevo

    (@gene-stevo)


    This is my first foray into WordPress. Two days in and I’m astonished at how good this platform is. I am using theme: Jolene
    Experimenting with how things work and I’m trying to use TablePress as a layout tool for thumbnails and texts (my DIV styles don’t seem to work).
    Sample page is here. https://www.snapsphotoservices.biz/?page_id=160
    The muppet images are 100x100px native. I’ve set the thumbnail size in Settings>Media to 100x100px.
    If you notice from the first image it is displaying at 150x150px but the text thinks it’s wrapping to a 100x100px object.
    This is the code that shows in the cell when the image is inserted via TablePress add image dialogue (notice the 2nd ref to image file is suffixed with -150×150, no idea how/why) :
    [caption id="attachment_213" align="alignleft" width="100"]<a href="https://www.snapsphotoservices.biz/wp-content/uploads/2015/10/profile-HenriqueFino.jpg"><img src="https://www.snapsphotoservices.biz/wp-content/uploads/2015/10/profile-HenriqueFino-150x150.jpg" alt="Henrique Fino mugshot" width="100" height="100" class="size-thumbnail wp-image-213" /></a> Henrique Fino[/caption]Henrique Fino: External Competitions Secretary and Joint Co-ordinator of the Creative & Fine Art Special Interest Group. Any help gratefully received.
    Cheers,
    Eugene.

    https://www.ads-software.com/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The actual images are 150×150 pixels, so that I can only assume that you changed the thumbnail size to 100×100 only after uploading those images. Unfortunately, the setting does not affect previously uploaded images.

    Then, due to how your theme works, the natural dimensions get precedence over the size that is stated in the HTML attribute.

    If you upload the image in question again, this should be fixed as the thumbnail should then be 100×100 pixels. Alternatively, you could use some CSS code to set the size to 100×100 pixels for all images in this table. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-2 img {
        width: 100px;
    }

    Regards,
    Tobias

    Thread Starter gene-stevo

    (@gene-stevo)

    OMG you really are quick.
    Thank you so much Tobias. Another problem out of the way.
    Also thanks for producing TablePress in the first place. I’m rebuilding our clubs website (or will do when I learn WP). Our previous editor used to like to build ALL his pages in Dreamweaver, using tables, then paste the code produced into a WP page. I wonder why the old site fell to bits.
    Thanks again for your most prompt and comprehensive reply.
    Eugene.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Press presenting wrong size for thumbnails’ is closed to new replies.