Karim Khan
asked 10 years ago

I had the problem with images loading half way and then stopping and was told about the fix below in italics. Resizing all images to 300 x 300px which took me ages but I did it.
This seems to have helped the problem BUT I think this is only a hack not a fix. If I want to set a featured post I can’t do it now because it is scaled up to 598 x 598px making the image blurry and ugly.

Other people seem to have the problem like this guy – http://designwall.com/question/post-page-does-not-load-only-partly/

Is there any other way to do it without having to resize images to 300px x 300px?

Hi Karim,
1) Go to Dashboard / Settings / Media, and set the thumbnail sizes to 300×300 px.
2) Open up the content.php file in themes/dw-fixel folder, find the code below (around line 8):

 <?php the_post_thumbnail() ?>

and change it into this:

 <?php the_post_thumbnail('thumbnail') ?>

If the problem persists, please send us your WordPress admin account so that we can help you out. P/S.: You may need to re-upload your images for the changes to take effect. Regards,

4 Answers
DominicStaff
answered 10 years ago

Hello Karim !
To resolve this issue, please change the thumbnail size in the Dasboard > Settings > Media (From 300x 300 to 600 x 600px).
After changing the thumbnail size, you need to change the image in the Feature Image size.
The image size is equal or greater than 600x 600px.
Hope this helps !  

Karim Khan
answered 10 years ago

Problem is my image sizes are 480 x 480px maximum I can’t get 600 x 600px.
Would this work or any other way to make it work with these image sizes?

Karim Khan
answered 10 years ago

I mean the site I am getting images off has the images at 480px x 480px not 600px x 600px.
I can’t scale up or it will be blurry.
What do I do?

Kido D
answered 10 years ago

Hi Karim,
Currently there is no option for this, the minimal size for featured post is 600x600px and you need to use images equal or larger than that size.
I could only recommend you to use the normal post instead of featured post to get rid of the blurry images issue. Let me know if you need anything else.
Regards

Powered by DW Question & Answer Pro