Home › Forums › WoodMart support forum › Arrows on Single Product Page (Carousel Navigation) Desktop and Mobil
Arrows on Single Product Page (Carousel Navigation) Desktop and Mobil
- This topic has 22 replies, 2 voices, and was last updated 10 months, 2 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 5, 2023 at 7:03 pm #518770
postbox-007ParticipantI have adapted the arrows on the Single Product page for my store.
With the following code, this is perfect for me in the desktop view. However, it doesn’t look nice on mobile devices.
.single-product .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { background-color: #3c434a; color: #fff; }
How can I adapt this for mobile views?
Thank you very much.
- This topic was modified 1 year ago by postbox-007. Reason: additional info
- This topic was modified 1 year ago by postbox-007.
Attachments:
You must be logged in to view attached files.December 6, 2023 at 10:40 am #518968
postbox-007ParticipantTo make it even better: Is it possible to place the navigation (i.e. the arrows and the dots) below the single image?
December 6, 2023 at 12:21 pm #519005
Aizaz Imtiaz AwanKeymasterHello,
Use this custom css code for desktop only from Theme Settings > Custom CSS > Custom CSS For desktop.
Also share the page url i will give you a custom css code for mobile device.
Best Regards.
December 6, 2023 at 2:21 pm #519057
postbox-007ParticipantIs it also possible to place the navigation (arrows and dots) below the single image?
Page is in Maintenence Mode:
December 6, 2023 at 5:51 pm #519166
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the screenshot where you want to add the arrows and dots.
Best Regards.
December 6, 2023 at 6:45 pm #519189
postbox-007ParticipantLike this. Below Single Product Image
December 6, 2023 at 6:47 pm #519190
postbox-007ParticipantLike this. Below the Single Product Image
Attachments:
You must be logged in to view attached files.December 7, 2023 at 11:09 am #519358
Aizaz Imtiaz AwanKeymasterHello,
You can try to use the below code, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.woocommerce-product-gallery .owl-dots { position: relative; bottom: 15px; }
Best Regards.
December 7, 2023 at 11:47 am #519379
postbox-007ParticipantNIce. Thank you. The Dots are now below.
Is it also possible to move the arrows for the mobile view downwards as well?
December 7, 2023 at 11:52 am #519382
postbox-007ParticipantAnd what I also just saw is that the “Enlarge” icon has also moved down. That’s not so nice visually.
I would like to:
– have the zoom on the image as it is in the default
– Arrows: Desktop on the image and Mobile below the image
– Dots: Desktop and mobile below the imageIs this possible?
Attachments:
You must be logged in to view attached files.December 7, 2023 at 4:08 pm #519487
Aizaz Imtiaz AwanKeymasterHello,
Please give me the full site access as administration, So I will check and give you a possible solution.
Best Regards.
December 7, 2023 at 5:05 pm #519516
postbox-007ParticipantSee here:
December 8, 2023 at 9:54 am #519653
Aizaz Imtiaz AwanKeymasterHello,
Add this code in the Global custom CSS area:
.wd-action-btn.wd-style-icon-bg-text>a { position: relative !important; bottom: 90px !important; left: 40px !important; }
Go to Theme Settings > Custom CSS > Add this code in Mobile CSS:
.woocommerce-product-gallery__wrapper .wd-btn-arrow { margin-top: 105px !important; }
Best Regards.
December 8, 2023 at 11:33 am #519710
postbox-007ParticipantI insert the code. But it looks weird … 😉
Look at site
December 8, 2023 at 4:07 pm #519815
Aizaz Imtiaz AwanKeymasterHello,
Now check back your site after completely clearing the browser cache.
Best Regards.
January 19, 2024 at 6:23 pm #531646
postbox-007ParticipantHello.
Since the new major update, the CSS Code doesnt work anymore. Can you update the CSS-Codes please? Thank you very much.
DESKTOP:
/* SHOP: Single Product: Pfeile im Carousel */ .single-product .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { background-color: #3c434a; color: #fff; } /* SHOP: Navigation (Dots) unter dem Prdouktbild*/ .woocommerce-product-gallery .owl-dots { position: relative !important; bottom: 0px !important; } .wd-action-btn.wd-style-icon-bg-text>a { position: relative !important; bottom: 50px !important; }
MOBILE:
.woocommerce-product-gallery__wrapper .wd-btn-arrow { margin-top: 125px !important; } .woocommerce-product-gallery .owl-dots { position: relative !important; bottom: 0px !important; } .wd-action-btn.wd-style-icon-bg-text>a { bottom: 50px !important; position: relative !important; }
January 20, 2024 at 1:01 pm #531783
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the correct login details of your site. So I will further check on your site and give you a possible solution.
Best Regards.
January 20, 2024 at 1:33 pm #531790
postbox-007ParticipantI have created a new Chield Theme and removed the CSS codes mentioned above.
So everything runs on standard. The settings are still not displayed.
I currently have appointments and cannot set up a second account.
January 20, 2024 at 4:35 pm #531829
Aizaz Imtiaz AwanKeymasterHello,
Please share the login details of your site so I can debug the issue more deeply and let you know the possible solution.
Best Regards.
January 22, 2024 at 7:36 pm #532372
postbox-007ParticipantHello.
Sorry for delay.
Access:
January 23, 2024 at 3:35 pm #532688
Aizaz Imtiaz AwanKeymasterHello,
You can try to use the below code, paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.wd-nav-arrows.wd-pos-sep .wd-prev, .wd-nav-arrows.wd-pos-sep .wd-next { background-color: #3c434a !important; color: #fff important; }
Also when you change the position of arrow and carousel dots. It will affect the product gallery dots and arrows as well.
Best Regards.
January 27, 2024 at 12:05 am #534015
postbox-007ParticipantThank you. This one helps! 🙂
Issue can be closed
January 27, 2024 at 9:32 am #534041
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Arrows on Single Product Page (Carousel Navigation) Desktop and Mobil’ is closed to new replies.
- You must be logged in to create new topics. Login / Register