Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #905639

    Hi support,

    How do I change the big preview image to show top of image, in stead of showing the middle part of the image?
    It is regarding blog posts.

    Thanks – you are all great :-)

    #906574

    Hey OKEI,

    Thank you for using Enfold.

    Are you referring to the preview image on the single post page? Please add this code in the functions.php file and then regenerate the thumbnails.

    add_image_size('entry_with_sidebar', 845, 321, array('center', 'top'));
    add_image_size('entry_without_sidebar', 1210, 423, array('center', 'top'));
    

    Use this plugin: https://wordpress.org/plugins/force-regenerate-thumbnails/

    Best regards,
    Ismael

    #906734

    Hi Ismael,

    Thanks for helping, but it didn’t work.

    Please take a look here: blog.

    #907390

    Hi OKEI,

    Can you please explain a bit more?

    Best regards,
    Victoria

    #907406

    Hi support,

    The picture in the top of the blog, I think it is marked as Featured, still isn’t shown with align “top” (I want to see the top part of the picture, not the middle…….or whatever part is being shown now).

    Thanks :-)

    #907464

    Hi OKEI,

    It’s the cut image that is used.
    Here is more on cropping thumbnails

    If you need further assistance please let us know.
    Best regards,
    Victoria

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