lovelas Posted November 5, 2013 Share Posted November 5, 2013 (edited) Witam, moduł "Default homeslider module modification" na PrestaShop 1.5.6.0 chcę usunąć te cyfry tak, żeby się nie pokazywały. Z góry dzięki za pomoc. Edited November 5, 2013 by lantrado (see edit history) Link to comment Share on other sites More sharing options...
0 vekia Posted November 5, 2013 Share Posted November 5, 2013 display:none!important; do: .bx-pager { position: absolute; bottom: 20px; bottom:40px !ie;/* hack ie7 */ right: 15px; padding-top: 7px; font-size:11px; color:#666; text-align:center; } modules/homeslider/bx_styles.css lub: zamiana pager:true; na pager:false; w: $('#homeslider').bxSlider({ infiniteLoop: homeslider_loop, hideControlOnEnd: true, pager: true, autoHover: true, auto: homeslider_loop, speed: homeslider_speed, pause: homeslider_pause, controls: false }); modules/homeslider/js/homeslider.js Link to comment Share on other sites More sharing options...
0 lovelas Posted November 5, 2013 Author Share Posted November 5, 2013 display:none!important; do: .bx-pager { position: absolute; bottom: 20px; bottom:40px !ie;/* hack ie7 */ right: 15px; padding-top: 7px; font-size:11px; color:#666; text-align:center; } modules/homeslider/bx_styles.css lub: zamiana pager:true; na pager:false; w: $('#homeslider').bxSlider({ infiniteLoop: homeslider_loop, hideControlOnEnd: true, pager: true, autoHover: true, auto: homeslider_loop, speed: homeslider_speed, pause: homeslider_pause, controls: false }); modules/homeslider/js/homeslider.js Dzięki Vekia za odpowiedź, interesuje mnie jednak pozbycie się samych cyfr 1,2,3,4,5 kolorowe kuleczki mają zostać i tego właśnie nie mogę znaleźć (czytaj zepsuć) . Wiem, że się da ale nie wiem jak. Link to comment Share on other sites More sharing options...
0 vekia Posted November 5, 2013 Share Posted November 5, 2013 .bx-pager a { .text-indent:999; } w pliku bx_styles.css ~linia 55 cyferki znikną Link to comment Share on other sites More sharing options...
0 lovelas Posted November 5, 2013 Author Share Posted November 5, 2013 a o które miejsce dokładnie chodzi, czy coś usuwam czy tylko dodaję, próbowałem ale coś chyba źle robię: Link to comment Share on other sites More sharing options...
0 vekia Posted November 5, 2013 Share Posted November 5, 2013 .bx-pager a dodaj kod który podałem, tj; samo: text-indent:999; Link to comment Share on other sites More sharing options...
0 lovelas Posted November 5, 2013 Author Share Posted November 5, 2013 (edited) OK Edited January 20, 2014 by lantrado (see edit history) Link to comment Share on other sites More sharing options...
0 Fifiel Posted January 3, 2014 Share Posted January 3, 2014 Vekia u mnie Twoje rozwiązanie zadziałało, ale po dodaniu px czyli u mnie wygląda to tak: text-indent:999px; a Ty podałeś text-indent:999; Dlaczego jest taka różnica? Link to comment Share on other sites More sharing options...
0 vekia Posted January 3, 2014 Share Posted January 3, 2014 różnica taka, że zapomniałem o tej końcówce wartości tego parametru podajemy w px, pt, cm, em, itp Link to comment Share on other sites More sharing options...
Question
lovelas
Witam, moduł "Default homeslider module modification" na PrestaShop 1.5.6.0 chcę usunąć te cyfry tak, żeby się nie pokazywały. Z góry dzięki za pomoc.
Edited by lantrado (see edit history)Link to comment
Share on other sites
8 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now