monicaamb Posted August 26, 2022 Share Posted August 26, 2022 Somebody knows how to modify the visualitation of the product images? I would like to hide this "slider" and implement the arrows in the photo. Link to comment Share on other sites More sharing options...
ps8modules Posted August 26, 2022 Share Posted August 26, 2022 Hi. Every theme that is not the default from Prestashop has its own display. We don't see it and can't advise. There are several options. 1. give the URL of the store 2. to hire someone 3. give the name of the template and maybe someone has it and will give advice 1 Link to comment Share on other sites More sharing options...
ps8modules Posted August 26, 2022 Share Posted August 26, 2022 In default theme CSS: .scroll-box-arrows .left { left: 30px; } .scroll-box-arrows .right { right: 30px; } 1 Link to comment Share on other sites More sharing options...
monicaamb Posted August 28, 2022 Author Share Posted August 28, 2022 On 8/26/2022 at 6:04 PM, 4you.software said: Hi. Every theme that is not the default from Prestashop has its own display. We don't see it and can't advise. There are several options. 1. give the URL of the store 2. to hire someone 3. give the name of the template and maybe someone has it and will give advice Ok, thank you very much. I provide my website and I will also take a look: http://phpstack-717793-2688157.cloudwaysapps.com/es/ Link to comment Share on other sites More sharing options...
ps8modules Posted August 29, 2022 Share Posted August 29, 2022 Thanks for the link. I will give you the solution today. It may need to be supplemented. I need to see the tpl file ./themes/your theme/templates/catalog/_partials/product-cover-thumbnails.tpl 1 Link to comment Share on other sites More sharing options...
monicaamb Posted August 29, 2022 Author Share Posted August 29, 2022 Do I send you? Thank you very much in advanced. Link to comment Share on other sites More sharing options...
ps8modules Posted August 29, 2022 Share Posted August 29, 2022 ./themes/theme_ecolife_digital1/templates/catalog/_partials/product-cover-thumbnails.tpl Hi. You can upload it here as an attachment or you can send it to me in a private message. 1 Link to comment Share on other sites More sharing options...
ps8modules Posted August 29, 2022 Share Posted August 29, 2022 The result should look like this? 1 Link to comment Share on other sites More sharing options...
ps8modules Posted August 29, 2022 Share Posted August 29, 2022 ./themes/theme_ecolife_digital1/assets/css/custom.css find: change to: .product-images .thumb-container { position: relative; cursor: pointer; display: none !important;} 1 Link to comment Share on other sites More sharing options...
monicaamb Posted August 29, 2022 Author Share Posted August 29, 2022 1 hour ago, 4you.software said: ./themes/theme_ecolife_digital1/assets/css/custom.css find: change to: .product-images .thumb-container { position: relative; cursor: pointer; display: none !important;} I did it but it doesn't work, I attach you the code custom.css 1 Link to comment Share on other sites More sharing options...
monicaamb Posted August 29, 2022 Author Share Posted August 29, 2022 (edited) Yes 1 hour ago, 4you.software said: The result should look like this? Yes, I will like to slide to other images of the product but without the gallery product Edited August 29, 2022 by monicaamb (see edit history) Link to comment Share on other sites More sharing options...
ps8modules Posted August 29, 2022 Share Posted August 29, 2022 (edited) I see it's fine. You have to clear your browser cache. Mobile: Edited August 29, 2022 by 4you.software (see edit history) 1 Link to comment Share on other sites More sharing options...
monicaamb Posted August 29, 2022 Author Share Posted August 29, 2022 2 hours ago, 4you.software said: I see it's fine. You have to clear your browser cache. Mobile: You are a heroe!!! Is it possible to only hide in responsive? @media (max-width:990px) Link to comment Share on other sites More sharing options...
ps8modules Posted August 30, 2022 Share Posted August 30, 2022 Hi. Here you have modified custom.css custom.css 1 Link to comment Share on other sites More sharing options...
monicaamb Posted August 30, 2022 Author Share Posted August 30, 2022 4 hours ago, 4you.software said: Hi. Here you have modified custom.css custom.css 405.59 kB · 1 download Thank you very much 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