Hi, I don’t seem to manage to get this right. At the bottom of the gallery in your example at http://demo.tagdiv.com/newsmag/td-post-this-is-the-recipe-for-a-perfect-vacation-apparently/ there are miniatures of the images. In my case it’s rather just a cut-out corner of the original image. See att http://www.chooyu.se/foton/mount-kenya-2007
Very much appreciate if someone could Point me in the right direction to solve this.
Best rgs
/jan
Hi,
Please try to regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ and let me know if you still have this issue.
Thanks!
Hi, thanks for your answer and suggestion. I regenerated all thumbs, flashed all caches (both in WP and in Browser) restarted everything and, to be sure, added a new gallery after this.
Sadly the issue still remains as you can see och the sampel page (http://www.chooyu.se/foton/mount-kenya-2007) :-/
/Janne
Looks like it’s got all the thumbnails, it’s just not cropping them to fit.
Be sure the “crop” function is turned on from the wp admin > settings > media …
might not solve the problem.
I will be doing my first gallery this week, so haven’t yet run into this issue.
(sorry if that is no help!)
Hi,
The gallery shortcode default take the “thumbnails” size image that is at 150 x 150px like in your case. You need to setup the gallery shortcode to take a bigger image because the 150×150 px is not enough to cover the layout.
Edit your post and go to classic editor, locate your gallery shortcode and specify the size attribute. You can use from default sizes like “thumbnail”, “medium”, “large”, “full” but this not fit the look, here you can use one thumbnail that is cropped by the theme, all sizes are here: http://screencast.com/t/X7gqK4C9YvG
Here is an example I’ve used td_300x194: http://screencast.com/t/hmgjH7nSC and here is how it looks: http://screencast.com/t/fDPffCDE14X
or if you prefer another aspect ratio of the image you can try other size like: td_238x178 http://screencast.com/t/jKC5o7FSph3
Here is the gallery shortcode if you want to read more details: http://codex.wordpress.org/Gallery_Shortcode
Thanks
Wow, thank you for your input. Very much appreciated.
However I feel like a dork because I’m not sure I get it 🙂
I copy the thumb size from:
td_global::$thumbs_list = array(
array(
‘name’ => ‘td_0x420’,
‘width’ => 0,
‘height’ => 420,
‘crop’ => array(‘center’, ‘top’),
‘used_on’ => array(
‘tagDiv Image Gallery’
)
)
array(
‘name’ => ‘td_80x60’,
‘width’ => 80,
‘height’ => 60,
‘crop’ => array(‘center’, ‘top’),
‘used_on’ => array(
‘Block 15’, ‘Live search’
)
and put the dimensions in the shortcode (I’ve tested all sizes from $thumbs_list):
[gallery size="td_0x420" link="file" td_select_gallery_slide="slide" td_gallery_title_input="Test" columns="2" ids="1769,1773,1771,1753,1759,1891,1792"]
But this doesn’t solve the issue. I’m sure there’s something that has evaded me but I don’t know what 🙂
Any ìdeas?
Hi,
Please make sure you have all thumbs enabled in theme panel: http://screencast.com/t/2Q61wQ9qUxU
Then regenerate thumbnails and also make sure you have GD library installed and writing permissions on /wp-content/uploads: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Also make sure you empty cache and try this without any plugins active.
Please let me know if you still have issues with it after doing all this.
Thanks
