mini K2 Thumbnail Proximity not working - missing images
- Posted by accounts vari (13) Offline
Hi,
i use MiniK2 with Thumbnail Proximity in my site but not picture. i don't know why. could you help me? thanks
joomla 2.5.16
11 years 2 weeks ago #1
by accounts vari
i use MiniK2 with Thumbnail Proximity in my site but not picture. i don't know why. could you help me? thanks
joomla 2.5.16
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
- Posted by accounts vari (13) Offline
it's a site under construction.
the problem is in home-page. it can not find the path for images.
www.bikepride.it
us: demo
pw: demo
11 years 2 weeks ago #3
by accounts vari
the problem is in home-page. it can not find the path for images.
www.bikepride.it
us: demo
pw: demo
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Well from what I can see those 2 articles are not from MiniK2 module. Please re-check.
MiniK2 below it have images that are fine.
11 years 2 weeks ago #4
by erwinschro
MiniK2 below it have images that are fine.
Please Log in or Create an account to join the conversation.
- Posted by accounts vari (13) Offline
those two items are in a loaded module using loadposition in an article k2. In fact if i select sub-template simple or default, the images work. with thumbail proxity does not work. it seems that proxity loses the path
11 years 2 weeks ago #5
by accounts vari
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi can you open this file :
modules/mod_minik2/tmpl/thumbnail-proximity/default.php
then change the line 29 from this :
into this :
11 years 2 weeks ago #6
by TemplatePlazza
modules/mod_minik2/tmpl/thumbnail-proximity/default.php
then change the line 29 from this :
<img src="<?php echo resizeImageHelper::getResizedImage('/'.$item->image, $tmbWidth, $tmbHeight, $option); ?>"
into this :
<img src="<?php echo resizeImageHelper::getResizedImage($item->image, $tmbWidth, $tmbHeight, $option); ?>"
Please Log in or Create an account to join the conversation.