Jump to content

Home Image slider BUG


Recommended Posts

Hello snelb91,

 

It seems that you have not uploaded all your homeslider modules images to the image folder which you can found at

/modules/homeslider/img/ , so firstly check this and do let me know if this solves your problem or the issue is with other part of the module.

Link to comment
Share on other sites

Hello snelb91,

 

It seems that you have not uploaded all your homeslider modules images to the image folder which you can found at

/modules/homeslider/img/ , so firstly check this and do let me know if this solves your problem or the issue is with other part of the

I'm trying now. I'll let you know asap

Link to comment
Share on other sites

Hello snelb91,

 

It seems that you have not uploaded all your homeslider modules images to the image folder which you can found at

/modules/homeslider/img/ , so firstly check this and do let me know if this solves your problem or the issue is with other part of the module.

renamed the images folder to img and now it works again.Thanks

Link to comment
Share on other sites

Hi, 

 

I have a strange issue with slider and folder naming.

I use 1.3.9 version of the module.

If the folder is named "img" I cannot edit the slider (error when uploading new images, quetion mark in BO on the pictures box)

I have to remane the folder as "images" to put the slider's BO working.

But when I go to the FO i only see a big qetion mark instead of the slider.

I have to put back "img" name to the folder ti make it work and to show correctly images in FO.

It is annoying, any idea?

Thx guys!

Link to comment
Share on other sites

Your folder name should be images.

Check yourtheme/modules/homeslider/homeslider.tpl

 

You should have this code for displaying images:

<img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slide.image|escape:'htmlall':'UTF-8'`")}"{if isset($slide.size) && $slide.size} {$slide.size}{else} width="100%" height="100%"{/if} alt="{$slide.legend|escape:'htmlall':'UTF-8'}" />
  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...