Not generating thumbnail
-
In last days i was cleaning up my wordpress installation
one of the thing i did is totally switching to photon (a jetpack cdn that resize image on the fly) so i can remove all the local resized images (including thumbnail)
once done i noticed that the algolia search plugin would use the local thumbnail image (for example https://www.popeating.it/wp-content/uploads/2016/05/lsdm_ny-150×150.jpg) instead that the generated one (in this case https://i0.wp.com/www.popeating.it/wp-content/uploads/2016/05/lsdm_ny.jpg?fit=150%2C150&quality=100&strip=all&ssl=1)
i see in includes/class-algolia-utils.php that the image is get using the wp_get_attachment_image_src function, that returns the wrong url (in my case),
instead of the_post_thumbnail
got any solution without moodifying the plugin?Thank you
The page I need help with: [log in to see the link]
- The topic ‘Not generating thumbnail’ is closed to new replies.