No miniatures in TagDiv Slider Gallery

Posted in: Newsmag
Post count: 13

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

  • This topic was modified 11 years by JanneF.
  • This topic was modified 11 years by JanneF.
Post count: 7909

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!

Post count: 13

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

Post count: 9544

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!)

Post count: 13

Hi Chris – thanks for your take on this – sorry to say it makes no difference, regardless of my settings/choices in wp admin > settings > media… 🙁

Post count: 6600

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

Post count: 13

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?

Post count: 6600

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

Post count: 13

Lucian, you’re my saviour 🙂

This Block Settings thing I did not even know about solved Everything – a huge thank you for your effort on this.

Take care 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.