Home › Forums › WoodMart support forum › iPad issues
iPad issues
- This topic has 9 replies, 2 voices, and was last updated 4 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
December 21, 2020 at 10:42 pm #252908
Mido_exeParticipantHi,
Some issues I have with iPad portrait layout:
1- Ajax product tabs jump down to another row instead of scrolling to side. See attached 1
2- on product page the attribute title stick on the same row as the variations images unlike mobile version where the title position is above the images. See attached 2Another question about SKU and category section, how to disable them on product quick view?
December 21, 2020 at 10:47 pm #252909
Mido_exeParticipantDecember 22, 2020 at 1:03 am #252933
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please provide your site admin access to the private area. We will check the pages on other browsers to detect if the problem is caused by the browser or the content arrangement.
Best Regards
December 22, 2020 at 11:10 am #253057
Mido_exeParticipantHi,
Please see private content belowDecember 22, 2020 at 1:54 pm #253112
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px) { .variations_form td { display: block; } .woodmart-products-tabs .products-tabs-title { overflow-y: auto; margin-right: -10px; margin-left: -10px; white-space: nowrap; mask-image: linear-gradient(to left,transparent 5px,#000 40px); -webkit-mask-image: linear-gradient(to left,transparent 5px,#000 40px); } }
Best Regards
December 22, 2020 at 2:26 pm #253121
Mido_exeParticipantThanks alot. This has solved 1 and 2. Regarding 2, would it be possible to show the variation name as in mobile.
https://prntscr.com/w7vbziWhat about 3? Can you help with that? How to disable SKU and category section on product quick view?
Best regards
/MohamedDecember 22, 2020 at 3:24 pm #253131
Mido_exeParticipantOne more request please, can you edit the code for question 2 to be standard, I mean to be like that even on pc and on wide position ipad and mobile. Thank you!
December 22, 2020 at 7:40 pm #253170
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global for the SKU:
body .popup-quick-view .product_meta>span { display:none; }
If I understand your request properly, add this edited code to Global, and remove the previous one:
.variations_form td { display: block; } .woodmart-products-tabs .products-tabs-title { overflow-y: auto; margin-right: -10px; margin-left: -10px; white-space: nowrap; mask-image: linear-gradient(to left,transparent 5px,#000 40px); -webkit-mask-image: linear-gradient(to left,transparent 5px,#000 40px); }
Best Regards
December 22, 2020 at 8:49 pm #253184
Mido_exeParticipantThat’s great! Thanks a lot 💐
December 22, 2020 at 11:02 pm #253195
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register