Post problem

Posted in: Newspaper
Post count: 46

Hello, check this out http://house-language.me/

Everything is up to date. The thumbnails on main page are at 90×90 but this morning i noticed that now if i add an new post it shows me on main page thumbnails at 300×300.. I checked up everything and i can’t find the problem.

This happened after i updated the theme to the latest version.

Post count: 46

I use this config:

td_api_thumb::add(‘td_80x60’,
array(
‘name’ => ‘td_80x80’,
‘width’ => 80,
‘height’ => 80,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘small’,
‘used_on’ => array(
‘MX2’, ‘Block 18’, ‘Block 19’, ‘Live search’, ‘tagDiv Image Gallery thumbs’
)
)
);

td_api_thumb::add(‘td_100x70’,
array(
‘name’ => ‘td_90x90’,
‘width’ => 90,
‘height’ => 90,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘small’,
‘used_on’ => array(
‘Module 6, 7’, ‘Block 1, 2, 7, 8, 16’
)
)
);

td_api_thumb::add(‘td_218x150’,
array(
‘name’ => ‘td_400x400’,
‘width’ => 400,
‘height’ => 400,
‘crop’ => array(‘center’, ‘top’),
‘post_format_icon_size’ => ‘normal’,
‘used_on’ => array(
‘Module 10, MX4, MX7, MX13, Mega menu, Related posts’, ‘Block 11, 15, 16, 18, Big grid 6’

Post count: 7909

Hi,

Please check your td_config.php file and see if you still have this settings. If they are the same try to regenerate your thumbnails and see if you still have this issue.

Thanks!

Post count: 46

Same settings. Anyway i figure it out 🙂

For example this line

td_api_thumb::add(‘td_80x60′,
array(
‘name’ => ‘td_80x80′,
‘width’ => 80,
‘height’ => 80,

The “name” – i’ve changed 80×60 with 80×80 when i have updated the settings. It seems that if you change 80×60 with 80×80 it doesn’t work. In the previous theme it was working. Anyway thank you for your support.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.