Title: Elementor Style Tab broken
Last modified: August 10, 2022

---

# Elementor Style Tab broken

 *  [jordanwebdev](https://wordpress.org/support/users/jordanwebdev/)
 * (@jordanwebdev)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/)
 * With the latest version of Elementor, enabling this plugin disables the style
   tab for all widgets. Disabling the plugin gets it working again.

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

 *  [duke78](https://wordpress.org/support/users/duke78/)
 * (@duke78)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/#post-15909124)
 * Same here! when activating ele custom skin, the editor tab from elementor (pro)
   disapear.
    Please update.. its a major bug! thank you
 *  [Satinder Singh](https://wordpress.org/support/users/satindersingh/)
 * (@satindersingh)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/#post-15911591)
 * same here, plugin not working with latest Elementor update.
 *  [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/#post-15915902)
 * [@duke78](https://wordpress.org/support/users/duke78/) I get the same issue.
 *  [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/#post-15916384)
 * I fixed it by myself, thanks.
 *  Thread Starter [jordanwebdev](https://wordpress.org/support/users/jordanwebdev/)
 * (@jordanwebdev)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/#post-15917840)
 * [@hoosoft](https://wordpress.org/support/users/hoosoft/) That’s great! Mind sharing
   the solution?
 *  [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/#post-15918832)
 * [@jordanwebdev](https://wordpress.org/support/users/jordanwebdev/)
 * There are 2 methods:
    1, Rollback elementor 3.7.x to elementor 3.6.8
 * 2, Modify Elementor Custom Skin php files
 * change all `elementor/widgets/widgets_registered` to `elementor/widgets/register`
 * change code
 *     ```
       public function init_widgets() {
   
       		// Include Widget files
       		require_once( __DIR__ . '/widgets/loop-item.php' );
   
       		// Register widget
       		\Elementor\Plugin::instance()->widgets_manager->register_widget_type( new \Ele_Custom_Loop_Item_Widget() );
   
       	}
       ```
   
 * to
 *     ```
       public function init_widgets($widgets_manager) {
   
       		// Include Widget files
       		require_once( __DIR__ . '/widgets/loop-item.php' );
   
       		// Register widget
       		$widgets_manager->register( new \Ele_Custom_Loop_Item_Widget() );
   
       	}
       ```
   
    -  This reply was modified 3 years, 9 months ago by [HooThemes](https://wordpress.org/support/users/hoosoft/).
    -  This reply was modified 3 years, 9 months ago by [HooThemes](https://wordpress.org/support/users/hoosoft/).
 *  [mammadz](https://wordpress.org/support/users/mammadz/)
 * (@mammadz)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/#post-15943322)
 * Still broken in 3.1.7.

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

The topic ‘Elementor Style Tab broken’ is closed to new replies.

 * ![](https://ps.w.org/ele-custom-skin/assets/icon.svg?rev=3518775)
 * [ECS - Ele Custom Skin for Elementor](https://wordpress.org/plugins/ele-custom-skin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ele-custom-skin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ele-custom-skin/)
 * [Active Topics](https://wordpress.org/support/plugin/ele-custom-skin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ele-custom-skin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ele-custom-skin/reviews/)

 * 9 replies
 * 5 participants
 * Last reply from: [mammadz](https://wordpress.org/support/users/mammadz/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/elementor-style-tab-broken/#post-15943322)
 * Status: not resolved