Slides Post type now grabbing thumbnail versions for the slide rather than the original image

I ran a few updates to the site within a staging environment, but now I'm seeing the slider only show the images at a thumbnail size.

For example I view the image within the previously established slider and it's displaying - /wp-content/uploads/work-imgGrid4-1200x860.jpg - but I only want these slide posts to display the full original image not a thumbnail version.

These sliders were created using the Slider Post and they appear to be doing it automatically now.

Any suggestions, even if it's some code I can pass into the functions to force the slide posts to use the original images?

Comments

  • Hi,
    have you tried setting those images sizes in theme options>blog>featured image??
    Please remember to regenerate thumbnails.
    thanks
  • I apologize for the delay in response, I just got back around to this.  

    Prior to doing this, I tried to remove the thumbnail, medium, and large size settings within the Media Settings - those have all been zeroed out. 

    I attempted your suggested adjustment within the theme options (adjusting the blog/portfolio, & single post/portfolio settings - then regenerated thumbnails), but the slider is grabbing what appears to be an alternate size of the image file rather than using the origional full image.

    <li class="content_slider_li_4 slick-slide" data-slick-index="3" aria-hidden="true" tabindex="-1" role="option" aria-describedby="slick-slide03" style="width: 797px;"><img width="1200" height="860" src="http://example.com/wp-content/uploads/work-imgGrid8-1200x860.jpg" class="scale-with-grid wp-post-image" alt=""></li>

    This is why my original thought was that it appears to need some kind of code that I can dump into the functions that will force the 'slick slider' carousel images to use the full version of the image, rather than grab a cropped/resized one.
  • Sorry but when it comes to the slider, you cannot change the size in the options. We tought you meant other sliders (blog or shop slider)
    You can ofcourse modify it using a child theme and editing the functions/theme-functions.php file, you will find a function called 'mfn_add_image_size' that controlls that feature.
  • Perfect! This is exactly the piece I was looking for. Thanks for the help finding the needle in they haystack.
Sign In or Register to comment.