MiniK2 doesnt show images
- Posted by TemplatePlazza (5325) Offline
Can you try to open this file with your php editor :
[root]/modules/mod_minik2/tmpl/portfolio/default.php
arround line 28 you'll see this code
try to change it to
let me know the result
10 years 2 months ago #7
by TemplatePlazza
[root]/modules/mod_minik2/tmpl/portfolio/default.php
arround line 28 you'll see this code
<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" />
try to change 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" />
let me know the result
Please Log in or Create an account to join the conversation.
- Posted by aa (10) Offline
- Posted by TemplatePlazza (5325) Offline
Can you increase the Error Reporting level in your global configruration to "Development" so we can see the actual generated error on that part?
10 years 2 months ago #9
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by aa (10) Offline
I am sorry but I can not find "Global configuration". Is it in "My profile"? Do you mean login data?
10 years 2 months ago #10
by aa
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5325) Offline
It's on your joomla backend, under 'System' menu
www.dropbox.com/s/i6p26ai94448k2l/gvpp6.jpg?dl=0
10 years 2 months ago #11
by TemplatePlazza
www.dropbox.com/s/i6p26ai94448k2l/gvpp6.jpg?dl=0
Please Log in or Create an account to join the conversation.
- Posted by aa (10) Offline