kitaic2 Posted April 9, 2014 Share Posted April 9, 2014 Dont show photos in image slider. MAybe you know problem? Link to comment Share on other sites More sharing options...
allanport Posted April 10, 2014 Share Posted April 10, 2014 Am having the same issue after applying the latest update for the homeslider (v1.3.3) Link to comment Share on other sites More sharing options...
dioniz Posted April 10, 2014 Share Posted April 10, 2014 go to yourtheme/modules/homeslider/homeslider.tpl and find this code: <img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slide.image|escape:'htmlall':'UTF-8'`")}... change to <img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/img/`$slide.image|escape:'htmlall':'UTF-8'`")} Link to comment Share on other sites More sharing options...
Janekx Posted April 10, 2014 Share Posted April 10, 2014 There is no such file homeslider.tpl only php but cant find images/ there Link to comment Share on other sites More sharing options...
myselfidem Posted April 10, 2014 Share Posted April 10, 2014 (edited) Thanks ! Works fine now ! Regards *Edit: Using default-bootstrap, file path for homeslider.tpl : .\prestashop\themes\default-bootstrap\modules\homeslider\homeslider.tpl Edited April 10, 2014 by myselfidem (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted April 10, 2014 Share Posted April 10, 2014 Janekx don't look in yourdomain/modules but in yourdomain/themes/yourtheme/modules... Link to comment Share on other sites More sharing options...
Janekx Posted April 10, 2014 Share Posted April 10, 2014 I see thanks my mistake Link to comment Share on other sites More sharing options...
atomozero Posted April 10, 2014 Share Posted April 10, 2014 thx! Link to comment Share on other sites More sharing options...
allanport Posted April 10, 2014 Share Posted April 10, 2014 The fix above to homeslider.tpl worked for me. Thanks. Link to comment Share on other sites More sharing options...
dioniz Posted April 10, 2014 Share Posted April 10, 2014 go to yourtheme/modules/homeslider/homeslider.tpl and find this code: <img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slide.image|escape:'htmlall':'UTF-8'`")}... change to <img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/img/`$slide.image|escape:'htmlall':'UTF-8'`")} And now after next update to 1.3.6 we need to change it back argh Link to comment Share on other sites More sharing options...
myselfidem Posted April 10, 2014 Share Posted April 10, 2014 Yes... You're right !!! Link to comment Share on other sites More sharing options...
sweetserendipity Posted April 12, 2014 Share Posted April 12, 2014 (edited) Thanks, that worked to get my pictures showing on the front end again. However, now I'm having trouble on the back end. When I try to add or edit a slide, it says: An error occurred during the image upload process. and it won't make the addition or change. Any ideas? UPDATE: I figured it out from this thread. http://www.prestashop.com/forums/topic/322994-image-slider-for-your-homepage-v137-fix/ Edited April 12, 2014 by sweetserendipity (see edit history) Link to comment Share on other sites More sharing options...
atomozero Posted April 18, 2014 Share Posted April 18, 2014 after the update i have the same problem as before Link to comment Share on other sites More sharing options...
vekia Posted April 18, 2014 Share Posted April 18, 2014 you have to revert changes on your FTP ps team fixed issue with directory name, so it (module) uses old one again. Link to comment Share on other sites More sharing options...
Recommended Posts