Jump to content

Image slider problem


Recommended Posts

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

 

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 :angry:

Link to comment
Share on other sites

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 by sweetserendipity (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...