Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #420734

    Hello,

    I’m using the plugin easy digital downloads and the images are cropped to small by enfold.

    I went to setting and change the size of the images and still looks the same.

    You can see the problem of the thumbnail and the full images on the link bellow.

    what can I do to fix this problem?

    #421523

    Hey Santos Ramos!

    Did you remember to refresh the thumbnails after changing the sizes? You can do it easily with this plugin, https://wordpress.org/plugins/regenerate-thumbnails/.

    Regards,
    Elliott

    #421583
    This reply has been marked as private.
    #422072

    Hi!

    Add this to your custom CSS.

    .small-preview img {
      height: 81px !important;
      width: 81px !important;
    }

    Are you wanting to make it so when you click on the thumbnails in your blog list that they open up the full image in a popup instead of linking to the single post view?

    Cheers!
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.