Title: Move images using actions
Last modified: June 12, 2019

---

# Move images using actions

 *  Resolved [GregF](https://wordpress.org/support/users/gregf/)
 * (@gregf)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/move-images-using-actions/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmove-images-using-actions%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [RosendoLabs](https://wordpress.org/support/users/drosendo/)
 * (@drosendo)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/move-images-using-actions/#post-11644567)
 * 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](https://wordpress.org/support/users/gregf/)
 * (@gregf)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/move-images-using-actions/#post-11771973)
 * 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.

 * ![](https://ps.w.org/smart-variations-images/assets/icon-256x256.png?rev=2094600)
 * [Smart Variations Images & Swatches for WooCommerce](https://wordpress.org/plugins/smart-variations-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-variations-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-variations-images/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-variations-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-variations-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-variations-images/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [GregF](https://wordpress.org/support/users/gregf/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/move-images-using-actions/#post-11771973)
 * Status: resolved