Home › Forums › WoodMart support forum › Tablet view issue
Tablet view issue
- This topic has 9 replies, 2 voices, and was last updated 10 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 13, 2024 at 12:04 am #556933
artworkParticipantWhile using the Woodmart theme on a tablet, I encountered an issue. In landscape mode, when browsing on a tablet, the cart and wishlist icons do not appear on a product card. To view the product, I have to click twice on the product card. Upon the first click, the icons appear, and only after the second click can I proceed to the product page. It seems to work the same as on PC. However, everything works properly when switching to portrait mode. I have provided a video link demonstrating this behavior. The video was recorded in Google Chrome tablet view mode for demonstration purposes, but the same behavior occurs on my iPad.
How can this problem be fixed? Because it’s not user-friendly for the people visiting the site.
April 13, 2024 at 8:26 pm #557085
Aizaz Imtiaz AwanKeymasterHello,
Please navigate to Theme Settings -> Product archive -> Products styles and turn on the “Open product on click on mobile” option. After enabling the option, the product will open via 1 click as well.
Best Regards.
April 13, 2024 at 10:46 pm #557107
artworkParticipantThe layout I’m using doesn’t have this option. See attached image.
In fact, this option is only available in the “show summary of hover” layout.But this doesn’t help because the landscape view on the tablet is capable of using the PC desktop layout, and it does use it. Please implement some mechanism that allows to find out whether is being used a PC or a mobile device and, depending on this, show product cards. Also, watch my video carefully and read the initial post.
Attachments:
You must be logged in to view attached files.April 15, 2024 at 11:35 am #557250
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
April 15, 2024 at 3:40 pm #557358
artworkParticipantThis has nothing to do with my site’s configuration. This is the theme’s default behavior from the very beginning of installation. You will find a link to a demo with passwords in private content.
April 16, 2024 at 9:40 am #557544
Aizaz Imtiaz AwanKeymasterHello,
You can check your Site on a real time device (Mobile/desktop/tablet) to confirm more regarding the issue.
Best Regards.
April 16, 2024 at 11:26 am #557606
artworkParticipantI’ve already looked into this on my iPad, as mentioned in the first message. As I mentioned earlier, the problem is with the tablet when it’s in landscape (horizontal) mode. The iPad’s landscape view is wide, so it shows the same layout as a regular desktop computer because it’s more than 1024 pixels wide. The layout changes are controlled by CSS and breakpoints, but the template doesn’t have a way to know if it’s being viewed on a PC or a tablet. I like the tablet’s landscape view with the full menu, but the only problem is with the hover icons and double-clicking on the product cards.
April 18, 2024 at 11:55 am #558365
Aizaz Imtiaz AwanKeymasterHello,
Our mobile mode starts at a screen width of 1024px for better compatibility with the builder plugin, as Elementor chose this width by default. However, if you wants to display these buttons at a wider screen width, you can use the following code.
@media (max-width: 1180px) { body .wd-product .wd-buttons { opacity: 1; transform: none; visibility: visible; border-radius: 35px; } }
Best Regards.
April 18, 2024 at 1:42 pm #558432
artworkParticipantYes, that’s exactly what I wanted.
Thank you for your help.April 18, 2024 at 1:48 pm #558438
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 ‘Tablet view issue’ is closed to new replies.
- You must be logged in to create new topics. Login / Register