Jump to content

jak dodać inny moduł slideshow niż standardowy?


Recommended Posts

zainstalowałem moduł slideshow z tego wątku http://www.prestashop.com/forums/topic/184106-free-module-slider-slideshow-for-your-homepage/

 

ale nie chce mi się wyświetlać, domyślam się, że muszę dodać go do pozycji modułów tylko jak to zrobić który plik ze standardowego szablonu muszę zmienić, żeby zaczęło wyświetlać mi ten slideshow??

 

 

Potrzebuję slideshow, który ma więcej opcji przy zmianie slajdów niż standardowy

Link to comment
Share on other sites

Można zmienić.

W pliku /modules/homesliderpro/controllers/admin/SlidersEverywhere.php

znajdź kod:

<div class="margin-form">
                            <label>'.$this->l('Pause').': </label>
                            <input size="3" maxlength="4" class="config" name="conf['.$hookname.'][pause]" type="text" value="'.$confs[$hookname]['pause'].'"/> ms
                        </div>';

i zwiększ wartość maxlength

Link to comment
Share on other sites

×
×
  • Create New...