Title: Problems with Divi Theme Builder
Last modified: September 12, 2024

---

# Problems with Divi Theme Builder

 *  Resolved [elenafernandez](https://wordpress.org/support/users/elenafernandez/)
 * (@elenafernandez)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/problems-with-divi-theme-builder/)
 * Hi, I’ve tried this plugin and it’s a real wonder, thanks.
   However, I’m facing
   two problems:
    - When the plugin is active, I can’t modify the templates within DIVI > Theme
      Builder.
    - I’m using the shortcode. However, the table is still showing even though I’ve
      inserted the code you indicate in this forum, within functions.php.
 * Please, any suggestions?
 * I was going to buy the PRO version.

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

 *  Plugin Author [WPXtension](https://wordpress.org/support/users/wpxteam/)
 * (@wpxteam)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/problems-with-divi-theme-builder/#post-18016478)
 * Hi,
 * I hope you are doing well today.
 * Please try the following snippet. After version **1.4.0**, our codebase was updated.
   So, the snippet from the support forum is not working with the latest version.
   Here is the updated snippet for the **Divi Theme**:
 *     ```wp-block-code
       // Variation Table support for Divi Theme (PVT Version 1.4.0+)function pvt_divi_builder_support(){	if( class_exists( 'PVTFW_TABLE' ) && class_exists( 'PVTFW_PRINT_TABLE' ) ){		$pvtfw_table = PVTFW_TABLE::instance();		$pvtfw_print_table = PVTFW_PRINT_TABLE::instance();		$table = $pvtfw_print_table::allocation();		remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 );		remove_action($table['place'], array($pvtfw_print_table, 'print_table'), $table['priority']);		}}add_action('init', 'pvt_divi_builder_support');
       ```
   
 * I recommend using the [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   plugin rather than the functions.php to avoid the loss of modification after 
   the theme update.
 * Hope to hear from you soon.
 * Best Regards
    -  This reply was modified 1 year, 8 months ago by [WPXtension](https://wordpress.org/support/users/wpxteam/).
      Reason: Modified the snippet to avoid error (if the plugin is deactivated)
 *  Thread Starter [elenafernandez](https://wordpress.org/support/users/elenafernandez/)
 * (@elenafernandez)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/problems-with-divi-theme-builder/#post-18016693)
 * Thank you so much!!
 * It works! I’m so happy, thank you so much again!!
 * Have a nice day!
 *  Plugin Author [WPXtension](https://wordpress.org/support/users/wpxteam/)
 * (@wpxteam)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/problems-with-divi-theme-builder/#post-18016937)
 * Hi,
 * Glad to know it helped.
 * If you found my support helpful, can you please share your valuable feedback 
   here- [https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/](https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/)
 * Your valuable feedback keeps us inspired.
 * Best Regards

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

The topic ‘Problems with Divi Theme Builder’ is closed to new replies.

 * ![](https://ps.w.org/product-variant-table-for-woocommerce/assets/icon-128x128.
   png?rev=2603197)
 * [PVT - Product Variation Table for WooCommerce](https://wordpress.org/plugins/product-variant-table-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-variant-table-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [WPXtension](https://wordpress.org/support/users/wpxteam/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/problems-with-divi-theme-builder/#post-18016937)
 * Status: resolved