Suha Altinoz
asked 8 years ago

i am having a problem about the pictures. I am using 300 dpi picture. It is good in the post page, but it is having resolution problem as a thumbnail which is on the dw news list on the main page.

altinoz.com.tr

check the thumbnail “medicine” at the bottom of the page and then click the link and see the original picture.

3 Answers
DominicStaff
answered 8 years ago

At the moment, our theme showing the default image size of 3 column when you setting in the back-end of DW News Grid widget.

In this case, you can open the dw-focus-new-grid.php file in the \wp-content\themes\dw-focus\inc\widgets. Find the line 112.

Replace the following code:

<div class="entry-thumbnail"><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('dw-focus-archive'); ?></a></div>

With new code:

<div class="entry-thumbnail"><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( array(400, 300) ); ?></a></div>

Hope this helps!

Suha Altinoz
answered 8 years ago

Now that was a good help. Thanks a lot.

DominicStaff
answered 8 years ago

If you have any issues or questions, you can create a new question and tell me detail about it, I will check and help you resolve it.

Powered by DW Question & Answer Pro