as I can resize the images on home. I could only change in the post .
In the post I’ve already changed http://www.ak47full.net/wambo-cain-y-abel-rip-elio-mafiagirl/
Thank
Hi,
On your blog you display articles using module 12 so if you want to change the thumbnail size here you can find it – http://screencast.com/t/a7aNQlc0U and then you have to regenerate you thumbnails using this – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Please note that changing that size will also affect thumbs from: 'Default post template', 'Post style 2', 'Module 12, 13, 15', 'Smart list style 1, 2' like you can see also in the screenshot.
If you want to change only the module to display articles on your Blog you can set it from Template Settings – http://screencast.com/t/BhIVl93VPbd
Please provide more details about what you are trying to do, if this is not what you mean.
Thanks!
I changed the variable in the following line, after regenerate thumbnails but has had no effect . http://i.imgur.com/CXAMMVN.png
Delete Module12 in td_api_thumb::add(‘td_640x0’ http://i.imgur.com/INdCqc5.png
Hi,
If you want your thumbnails for module 12 to be cropped at that size you have to change it also in module 12 – http://screencast.com/t/LLOoHCSg5kbA
Thanks!
Hi Alin, i have problem with new version.
I’ve made the changes , but do not take effect.
<?php
class td_module_12 extends td_module {
function __construct($post) {
//run the parrent constructor
parent::__construct($post);
}
function render() {
ob_start();
?>
<div class="<?php echo $this->get_module_classes();?>">
<div class="item-details">
<?php echo $this->get_title();?>
<div class="meta-info">
<?php if (td_util::get_option('tds_category_module_12') == 'yes') { echo $this->get_category(); }?>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</div>
<?php echo $this->get_image('td_0x420');?>
<p class="td-module-excerpt"><?php echo $this->get_excerpt();?></p>
<div>
</div>
</div>
</div>
<?php return ob_get_clean();
}
}
?>
Hi
I’ve checked your code and works fine on my end: http://screencast.com/t/w9bsGQefx If you still have this issue try to clear all caches then test again.
Thanks!
HI
I’ve checked your site and noticed that the thumbs are not generated properly. Try to regenerate you thumbnails following this link: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ clear the caches then test again.
Thanks!