RMP Posted January 25, 2022 Share Posted January 25, 2022 Hi Guys, i have a problem - prestashop 1.6 At the moment I have one line where show my products (orange) I need add one line more or two to show more products on main page. can you help me where and what I need change to show more product on main page. On screen you see right now show me 4 products -> if I change to show 6-8 its works like slider I need sever line or 2 more line to show 8 or 12 products on first page. Can you help me ? Link to comment Share on other sites More sharing options...
idnovate.com Posted January 26, 2022 Share Posted January 26, 2022 Which is your store URL? Link to comment Share on other sites More sharing options...
RMP Posted January 26, 2022 Author Share Posted January 26, 2022 You can see on elementi.pl Link to comment Share on other sites More sharing options...
idnovate.com Posted January 26, 2022 Share Posted January 26, 2022 Please disable CCC. PS: You have an error with the SSL certificate Link to comment Share on other sites More sharing options...
RMP Posted January 26, 2022 Author Share Posted January 26, 2022 Hi About SSL i know. Shop is still on working process can you tell me what CCC mean ? Link to comment Share on other sites More sharing options...
idnovate.com Posted January 26, 2022 Share Posted January 26, 2022 This Link to comment Share on other sites More sharing options...
RMP Posted January 26, 2022 Author Share Posted January 26, 2022 Hi i disable but nothing change Link to comment Share on other sites More sharing options...
idnovate.com Posted January 27, 2022 Share Posted January 27, 2022 Edit file /themes/interior/js/autoload/carousels.js and comment this code: $(".-js-wrap-carousels .product_list").each(function(){ var owlProductsIndex = $(this); owlProductsIndex.owlCarousel({ items: 4, nav: true, dots: false, dotsSpeed: 700, navSpeed: 700, autoplaySpeed: 700, autoplay: true, autoplayTimeout: 5000, loop: owlProductsIndex.children().length > 1, responsiveClass:true, responsive:{ 0:{ items:1 }, 480:{ items:2 }, 768:{ items:3 }, 991:{ items:4 } }, navText: ['<i class="font-left-open-big">','<i class="font-right-open-big">'] }); }); Link to comment Share on other sites More sharing options...
RMP Posted January 27, 2022 Author Share Posted January 27, 2022 Hi, comment but still not efekt on product list Link to comment Share on other sites More sharing options...
idnovate.com Posted January 27, 2022 Share Posted January 27, 2022 Where? I can't see the slider in the home: Link to comment Share on other sites More sharing options...
RMP Posted January 27, 2022 Author Share Posted January 27, 2022 ok, but the same moment producer logo show wrong: Link to comment Share on other sites More sharing options...
idnovate.com Posted January 27, 2022 Share Posted January 27, 2022 It doesn't work because you have not commented the code correctly. The last line is not commented and there's a JS error. Link to comment Share on other sites More sharing options...
RMP Posted January 27, 2022 Author Share Posted January 27, 2022 ok. Very very thank you. one more question how can I add any break before options and products ? Red line on photo Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 27, 2022 Share Posted January 27, 2022 12 minutes ago, RMP said: ok. Very very thank you. one more question how can I add any break before options and products ? Red line on photo Add in custom.css in 20px or more if you need. .tab-pane.active { opacity: 1 !important; height: auto; margin-top: 20px; Link to comment Share on other sites More sharing options...
RMP Posted January 27, 2022 Author Share Posted January 27, 2022 ok but I not see in my files custom.css file Link to comment Share on other sites More sharing options...
idnovate.com Posted January 28, 2022 Share Posted January 28, 2022 So add it to the end of file /themes/interior/css/global.css. Remember to enable CCC once you are done. Link to comment Share on other sites More sharing options...
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