• Resolved GregF

    (@gregf)


    Is it possible to move the SVI to woocommerce_after_single_product_summary, to make them span the full width of the page? A code example would be helpful.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RosendoLabs

    (@drosendo)

    Hi,

    Sorry for my delay on the response but I was on holidays.

    You can…

    But you will have to change the file, includes/class-frontend.php

    
    add_action('woocommerce_before_single_product_summary', [$this,'render_frontend'], 20);

    To what you need.

    I will try to add a better solution for this cases on my next release.

    Thanks,
    David

    Thread Starter GregF

    (@gregf)

    Sorry for my delay, I’m just getting back to this. I tried changing the action on line 29 of this file from ‘woocommerce_before_single_product_summary’ to ‘woocommerce_after_single_product_summary’ but it had no effect. In fact, changing it to any hook value didn’t move the thumbnails. Am I in the right place?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Move images using actions’ is closed to new replies.