Home Forums WoodMart support forum There is no switching function for mobile product images

There is no switching function for mobile product images

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #622508

    ha21cn
    Participant

    I created a Single Product Layout in Layout, set the Product Gallery to Bottom grid, and turned on the Main carousel with pagination. On the computer, I can use the arrows to switch product images normally, but I don’t know why it doesn’t work on mobile phones and tablets. Can display arrows and switch pictures
    Below is a video demonstration
    https://drive.google.com/file/d/1g1pbD_GjYeJRsLJoM1ATmo1CbpAdZon4/view?usp=sharing

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below to show the arrows on mobile.

    .single-product .pswp--touch [class*="pswp__button--arrow--"] {
        visibility: visible;
    }

    Clear the cache and recheck the issue.

    Kind Regards

    #622923

    ha21cn
    Participant

    I have a question, can I set the Main Carousel image to use Full Size on the website instead of the thumbnail format generated by Woocommerce?

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