Title: Dynamic Display Update
Last modified: April 26, 2024

---

# Dynamic Display Update

 *  Resolved [geoffreylm](https://wordpress.org/support/users/geoffreylm/)
 * (@geoffreylm)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-display-update/)
 * 
   Hello,
 * I’m currently setting up a product configurator for customized exercise books
   on our WooCommerce site, and I need help with a specific issue.
 * When I configure an exercise book by selecting exercises in order, everything
   works fine. However, if I want to modify an exercise after moving to the next
   one, the display remains stuck on the last selection made.
 * I would like to understand how to enable dynamic updating of the display based
   on user selections. For example, if they are selecting the third activity but
   decide to change their mind about the first one, their selection should appear
   instead of the last exercise.
 * I hope I have explained it correctly.
 * Any help or suggestions to resolve this issue would be greatly appreciated. Thank
   you in advance for your assistance!
 * Best regards,
 * – Geoffrey
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdynamic-display-update%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Marc Lacroix](https://wordpress.org/support/users/marcusig/)
 * (@marcusig)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-display-update/#post-17717249)
 * Hi Geoffrey,
 * I’m not sure to understand what you are trying to achieve, and I cannot access
   the product you shared above. Could you maybe make the product public or share
   a screencast for me to have a look?
 * If you would rather not share these things here, you can use [this form](https://wc-product-configurator.com/contact)
   to send me details.
 * Marc
 *  Thread Starter [geoffreylm](https://wordpress.org/support/users/geoffreylm/)
 * (@geoffreylm)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-display-update/#post-17717578)
 * Hello Marc,
 * I’m sorry I forgot to remove the maintenance.
   I think that with the visual it
   will be easier to understand.You should be able to access it now.Thanks for your
   help
 *  Plugin Contributor [Marc Lacroix](https://wordpress.org/support/users/marcusig/)
 * (@marcusig)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-display-update/#post-17723180)
 * Hi Geoffrey,
 * Thanks. There are two ways to achieve this:
 * 1. Using views: 
   One option is to have 1 view (also called angle) per Activité,
   and adding the image to the corresponding view. If you only have 3 or 4 sections
   max, it could be a good choice. Then you can enable the automatic angle switch
   in the layer settings.
 * 2. Using CSS: 
   It is also possible to achieve something similar with CSS:
 *     ```wp-block-code
       .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img:not(.current_layer) {
           display: none;
       }
       ```
   
 * This is the simplest and more performant way. 
   The downside with this approach
   is that if the user closes all layers, then no image is displayed.
 * Marc
 *  Thread Starter [geoffreylm](https://wordpress.org/support/users/geoffreylm/)
 * (@geoffreylm)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-display-update/#post-17723901)
 * Hello Marc !
 * Thanks you so much it’s works ! You are my savior !

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

The topic ‘Dynamic Display Update’ is closed to new replies.

 * ![](https://ps.w.org/product-configurator-for-woocommerce/assets/icon.svg?rev
   =2263690)
 * [Product Configurator for WooCommerce](https://wordpress.org/plugins/product-configurator-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-configurator-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-configurator-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/product-configurator-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-configurator-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-configurator-for-woocommerce/reviews/)

## Tags

 * [display](https://wordpress.org/support/topic-tag/display/)
 * [dynamic display](https://wordpress.org/support/topic-tag/dynamic-display/)

 * 4 replies
 * 2 participants
 * Last reply from: [geoffreylm](https://wordpress.org/support/users/geoffreylm/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-display-update/#post-17723901)
 * Status: resolved