Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello,

    1. As the image URL is linked with the image so, you can disable the cursor on the image through CSS code. You can add these code into your child theme’s style.css file-

    img.attachment-shop_single.size-shop_single.wp-post-image {
        cursor: none !important;
    }
    img.attachment-shop_thumbnail.size-shop_thumbnail {
        cursor: none !important;
    }

    Then user will not be able to click on the image.

    2. To add the slider on the single product page you may modify your theme.

    Thread Starter jamesscaife

    (@jamesscaife)

    Thanks nayemDevs!

    That’s great! Just need to solve 2. some how…

    2. We need simple arrows to appear either side of the product image so that when clicked they cycle through the thumbnails, like this site:https://www.nest.co.uk/product/vitra-rar-eames-plastic-armchair

    Here’s an image of what we would like:
    https://drive.google.com/file/d/0B3eyTCsPr9Uob3RjV0NWeXVWWDg/view?usp=sharing

    Product page example: https://olsonbaker.com/product/aalto-160mm-glass-vase/

    Thank you in advance guys, again really appreciate all of your help ??

    KR

    James

    Hello,

    To fix this theme customization will require. It is complicated for me to provide any solution without checking the theme file. You can hire someone to do this customization.

    Thread Starter jamesscaife

    (@jamesscaife)

    Hi

    We don’t have the money to hire a developer, surely this is fairly straight forward?

    How can WordPress/woocommerce not have an answer to this?

    KR

    James

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    How can WordPress/woocommerce not have an answer to this?

    You’re asking for theme customisation. If a feature is not provided in WooCommerce core or by an existing addon, customisation is the only way forward, either by yourself or a developer.

    You should have a look at lightbox scripts. We plan on having a scrolling image in a future version by not yet.

    Thread Starter jamesscaife

    (@jamesscaife)

    Hi @mikejolley

    How are you?

    Is there any news regarding the scrolling image function discussed here? Will it feature on any updates in the near future?

    KR

    James

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    Follow the developer blog for news.

    Thread Starter jamesscaife

    (@jamesscaife)

    Hi @mikejolley I’ve trawled through this but can’t see any update. Am i missing something?

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    No, we’ve just not released beta yet.

    Hello,

    I am also wondering if and when this will be available. We really want to be able to scroll through products without relying on the standard Woo lightbox. I see you had an issue related to this last year on Github: https://github.com/woocommerce/woocommerce/issues/10721

    It’s great that you guys are working on this, but it would be even better if it was available now.

    Do you have an update or an eta?

    Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Woocommerce – Simple Arrows On Product Image – Simple Product Page Change’ is closed to new replies.