Home › Forums › WoodMart support forum › Product Page Tabs Are not Showing in iPAD or Tablet
Product Page Tabs Are not Showing in iPAD or Tablet
- This topic has 13 replies, 3 voices, and was last updated 5 years, 5 months ago by
Artem Temos.
-
AuthorPosts
-
September 16, 2019 at 10:28 am #144216
kreativeabuParticipantHi,
In the product page the description tabs are not showing in iPad please check any product https://prnt.sc/p6pz1f
Product link: https://www.teaklab.com/product/small-blue-half-closed-cabinet/
You can check any product.And one more issue in the iphone whenever we try to scroll the page it’s not scrolling.
September 16, 2019 at 10:33 am #144217
kreativeabuParticipantIn the iPhone Product picture click not working.
September 16, 2019 at 1:04 pm #144291
Artem TemosKeymasterHello,
We don’t see any problems with your product page and scroll at the moment https://gyazo.com/9c842ceccbf38f4b455b7342f149be93
Regards
September 16, 2019 at 1:07 pm #144292
kreativeabuParticipantYou didn’t reply my early question. Please use iPad
In the product page the description tabs are not showing in iPad please check any product https://prnt.sc/p6pz1f
Product link: https://www.teaklab.com/product/small-blue-half-closed-cabinet/
You can check any product.Scroll issue with iPhone Only. Please check with devices.
September 16, 2019 at 1:09 pm #144293
Artem TemosKeymasterYes, we have tested on iPhone and iPad. Please, clear your browser cache and disable all external plugins while testing.
September 16, 2019 at 1:10 pm #144294
kreativeabuParticipantLook In iPad Product Tabs are missing https://gyazo.com/dc0f1eb4bc6a3e5b4a78284568217ce3
September 16, 2019 at 1:10 pm #144295
kreativeabuParticipantI have cleared everything and check in incognito mode.
September 16, 2019 at 1:13 pm #144296
Artem TemosKeymasterYes, we tested on iPad https://gyazo.com/ffcf091729198f4726139c8e962f20c4
September 16, 2019 at 1:15 pm #144297
kreativeabuParticipantI cleared the cache and history still having the same problem. Our customer notify me about this. So many peoples have same problem with iPad.
September 16, 2019 at 10:17 pm #144298
Artem TemosKeymasterTry to disable all external plugins and check again. Currently, we are not able to reproduce it. Also, check from some other devices.
September 21, 2019 at 6:27 pm #145841
LUKAS2RParticipantgood evening,
I have the same problem too.
The description problem occurs when you load the page horizontally, if I load the page vertically it works well and I see the description.
This problem manifests itself from the last update, and only on ipad … on the android tablet is ok.
I await a solution from you.Yours sincerely
LucaSeptember 22, 2019 at 7:32 am #145879
Artem TemosKeymasterHi @LUKAS2R,
Please, create a topic with your problem and provide us all the necessary details about your website so we can test it.
Kind Regards
September 26, 2019 at 11:40 am #146797
kreativeabuParticipantHi,
As per @lukas2r
Problem is same. Please Resolve this.September 26, 2019 at 11:53 am #146802
Artem TemosKeymasterTry to add the following code snippet to the Custom JS area on document ready in Theme Settings to fix this issue.
function singleProductTabsAccordion(){ if ( jQuery(window).width() > 1024 ) { return; } jQuery('.woocommerce-tabs').removeClass('tabs-layout-tabs').addClass('tabs-layout-accordion'); jQuery('.single-product-page').removeClass('tabs-type-tabs').addClass('tabs-type-accordion'); } singleProductTabsAccordion();
-
AuthorPosts
- You must be logged in to create new topics. Login / Register