Jump to content
  • 0

Prestashop 1.6 bullet'y w module homeslider


ufiartist

Question

Witam wszystkich

 

Mam pytanie.. Próbował ktoś włączyć bullety w module homeslider na stronie głównej?

Wiem, że moduł korzysta z biblioteki bxSlider, a ta biblioteka posiada taką możliwość.

Niestety po zmianie parametru w homeslider.js nic się nie dzieje.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Tak na szybko.

 

W wersji 1.6.1.0 udało mi się to zrobić w taki sposób:

 

1. W pliku homeslider.js z katalogu: /themes/default-bootstrap/js/modules/homeslider/js

 

Zmieniłem wartość pager: false na pager: true,

 

2. Aby zobaczyć kółka dodałem jeszcze taki kod w global.css

.bx-controls.bx-has-pager.bx-has-controls-direction {
text-align: center;
width: 100%;
}

.bx-wrapper .bx-pager {
bottom: 6px !important;
position: relative !important;
}

Oczywiście można to wszystko ładnie dopracować, ale najważniejsze że działa.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...