This page is the entry point for a LearnDash LMS course. The image in the Media center is only 200 x 200 but it displays an undesirable 600 x 600. Plugin developer says this is being done by the theme or WP itself, not LearnDash. Can you please clarify if there is something in Newspaper that controls this or could?
Thank you.
The link is right below my message in the original post.
https://staging4.weteachsuccess.org/courses/quickbooks/
Hello !
Are we talking about this image: https://www.screencast.com/t/W3HRpwCK ? couldn’t identify any other image around here.
Thank you !
Yes that’s the image. Any ideas what controls it?
Thank you.
Hi CEDFeducation,
That is the featured image from post template, also if I’m right this is a custom post type, if you want to use a small featured image, you need to use single post template 1, this will look like this -> https://demo.tagdiv.com/newspaper/td-post-400k-for-whisky-most-expensive-foods-and-drink-auctioned/ also the dimension can be change from theme files -> https://i.imgur.com/tJy9MUy.png
Hope this will help you!
Hi Calin,
You may be right, but the way the LearnDash LMS plugin works it doesn’t create a Post that is visible in the Post listings. So there’s nowhere to navigate to in order to change the post type. But if I understand you correctly, I can just change the PHP code to modify the dimension in the loop-single-1.php file and that would modify the size?
Thanks.
Hi,
Yes, you should be able to use a thumb that you have enable in theme panel and the image is generate or you can use our guide from here to regenerate the thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ -> https://i.imgur.com/5x9CDF6.png -> https://i.imgur.com/BTPO4f2.png
Hope this will help you!
Thank you!