minik2 some pictures show some don't
- Posted by smappa (4) Offline
In a new website I installed minik2.
Now some images (thumbnails) show up and some don't.
When I click on the empty thumbails the image appears on the next page.
When I deactivate minik2 and activate k2 conent on the same position all images show up.
I studied the sourcecode of my page and noticed that the thumbnails use 2 different paths
When no thumbnail is available to path is only media/k2/items/cache/ada9a09acea936d776a6f55c82778c43_S.jpg
When a thumbnail is available created it is www.musicandhappinesstravel.nl/images/mi...f6ae57a5e12b797e.jpg
It doesn't matter if I upload the images through ftp or that I upload them through image in K2.
At my site I have put the 2 modules minki2 content and k2 content on one page
Can anybody help me figure this out
the site is www.musicandhappinesstravel.nl/
11 years 5 months ago #1
by smappa
Now some images (thumbnails) show up and some don't.
When I click on the empty thumbails the image appears on the next page.
When I deactivate minik2 and activate k2 conent on the same position all images show up.
I studied the sourcecode of my page and noticed that the thumbnails use 2 different paths
When no thumbnail is available to path is only media/k2/items/cache/ada9a09acea936d776a6f55c82778c43_S.jpg
When a thumbnail is available created it is www.musicandhappinesstravel.nl/images/mi...f6ae57a5e12b797e.jpg
It doesn't matter if I upload the images through ftp or that I upload them through image in K2.
At my site I have put the 2 modules minki2 content and k2 content on one page
Can anybody help me figure this out
the site is www.musicandhappinesstravel.nl/
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
MiniK2 will process images uploaded using K2 Item Image tab, images inserted inside the K2 Item Editor will not be processed. So can you make sure all your K2 Item images are uploaded through Images tab?
11 years 5 months ago #2
by erwinschro
MiniK2 will process images uploaded using K2 Item Image tab, images inserted inside the K2 Item Editor will not be processed. So can you make sure all your K2 Item images are uploaded through Images tab?
Please Log in or Create an account to join the conversation.
- Posted by smappa (4) Offline
Thats just it. All of the item went to the same procedure
Jooma admin login -> K2 -> Items -> new item -> enter title -> enter category -> enter content -> move to tab image -> select from server or browse -> select image -> save and close
After this I do an extra check and everytime I see the selected image in tab image.
Some images show up on the mainpage as a "thumbnail"; some don't
11 years 5 months ago #3
by smappa
Jooma admin login -> K2 -> Items -> new item -> enter title -> enter category -> enter content -> move to tab image -> select from server or browse -> select image -> save and close
After this I do an extra check and everytime I see the selected image in tab image.
Some images show up on the mainpage as a "thumbnail"; some don't
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
So sorry but your site is take too long to load from my end at the moment....
11 years 5 months ago #4
by erwinschro
Please Log in or Create an account to join the conversation.
- Posted by smappa (4) Offline
thank you for visiting the site.
My hoster had to do some emergency maintanance at the server. So it possible that they were slow
At this moment the website doesn't seem to be slow anymore
11 years 5 months ago #5
by smappa
My hoster had to do some emergency maintanance at the server. So it possible that they were slow
At this moment the website doesn't seem to be slow anymore
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Ok its good now...
mm...is it possible for you to edit this file there /modules/mod_minik2/tmpl/portfolio/default.php at line 28
edit it to
save it and see if the images are all shown up there. Let us know then.
11 years 5 months ago #6
by erwinschro
mm...is it possible for you to edit this file there /modules/mod_minik2/tmpl/portfolio/default.php at line 28
<img src="<?php echo resizeImageHelper::getResizedImage('/'.$item->image, $tmbWidth, $tmbHeight, $option); ?>" alt="<?php echo $item->title; ?>" style="height:<?php echo $tmbHeight; ?>px; width:<?php echo $tmbWidth; ?>px" />
edit it to
<img src="<?php echo resizeImageHelper::getResizedImage($item->image, $tmbWidth, $tmbHeight, $option); ?>" alt="<?php echo $item->title; ?>" style="height:<?php echo $tmbHeight; ?>px; width:<?php echo $tmbWidth; ?>px" />
save it and see if the images are all shown up there. Let us know then.
Please Log in or Create an account to join the conversation.