Home Forums WoodMart support forum Extra tab on productpage & product images on mobile

Extra tab on productpage & product images on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #364821

    Madoo Webdesign
    Participant

    On the productpage, we have activated an extra tab (materialen), but the content isn’t shown on mobile (desktop is ok). Have tested with plain text and with an HTML block, both are not shown.

    Furthermore, if a product has multiple productimages, this is not really visible on mobile. only when you click the main image, you see arrows appearing for more images. Is there a way to make the extra images more visible? This doesn’t seem to be an option in the theme settings.

    Plugin testing has been done and does not make a difference.
    Looking forward to your reply.

    #364879

    Hello,

    For the extra tab content please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woocommerce-Tabs-panel {
        display: flex;
    }

    And for the issue about the images please provide some relevant screenshots.

    Best Regards

    #364916

    Madoo Webdesign
    Participant

    Thanks Aizaz! Unfortunately, the code doesn’t work (please see https://hippewanddecoratie.nl/bloemstilleven-van-balthasar/ where the materials tab is still empty).

    For the images issue on mobile, please see the screenshot attached. This product has multiple images, but only 1 is visible on mobile. It’s not visible that more images are available.

    Attachments:
    You must be logged in to view attached files.
    #365094

    Hello,

    You are Most Welcome.

    Please try and replace the previous CSS with the following and check back.

    .woocommerce-Tabs-panel {
        display: flex !important;
    }

    I see that the product has 1 image on the desktop as well.

    Screenshot: https://gyazo.com/e14bdf399e22f2855ca0bbfc66b91538

    Best Regards

    #365658

    Madoo Webdesign
    Participant

    Yes! This code works. Thanks!

    Well, the mentioned product has more than 1 product image. But I see they’re back on mobile again (somehow…).

    Thanks for your help!

    #365660

    Hello,

    You are Most Welcome.

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Extra tab on productpage & product images on mobile’ is closed to new replies.