Title: HooThemes's Replies | WordPress.org

---

# HooThemes

  [  ](https://wordpress.org/support/users/hoosoft/)

 *   [Profile](https://wordpress.org/support/users/hoosoft/)
 *   [Topics Started](https://wordpress.org/support/users/hoosoft/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hoosoft/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hoosoft/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hoosoft/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hoosoft/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hoosoft/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 60 total)

1 [2](https://wordpress.org/support/users/hoosoft/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hoosoft/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/hoosoft/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/hoosoft/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magee Shortcodes] Compatibility Issue between Advanced Custom Fields and Magee Shortcodes](https://wordpress.org/support/topic/compatibility-issue-between-advanced-custom-fields-and-magee-shortcodes/)
 *  Plugin Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-issue-between-advanced-custom-fields-and-magee-shortcodes/#post-16171334)
 * Hi [@electropatata](https://wordpress.org/support/users/electropatata/), please
   upgrade Magee Shortcodes to version 2.1.1 or later.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magee Shortcodes] QR Code Shortcode created a broken image](https://wordpress.org/support/topic/qr-code-shortcode-created-a-broken-image/)
 *  Plugin Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/qr-code-shortcode-created-a-broken-image/#post-16171333)
 * Hi [@electropatata](https://wordpress.org/support/users/electropatata/) , please
   upgrade Magee Shortcodes to version 2.1.1 or later.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hoo Docx Document File Importer] Fatal Error while installing on localhost](https://wordpress.org/support/topic/fatal-error-while-installing-on-localhost/)
 *  Plugin Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-while-installing-on-localhost/#post-16026865)
 * Hi [@christosfc](https://wordpress.org/support/users/christosfc/) ,
    Please update
   Hoo Docx Document File Importer to version 1.0.1.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ECS - Ele Custom Skin for Elementor] ReferenceError: elementorDevTools is not defined](https://wordpress.org/support/topic/referenceerror-elementordevtools-is-not-defined/)
 *  Thread Starter [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/referenceerror-elementordevtools-is-not-defined/#post-15918837)
 * There are 2 methods:
    1, Rollback elementor 3.7.x to elementor 3.6.8
 * 2, Modify Elementor Custom Skin php files
 * change code `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() );
   
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ECS - Ele Custom Skin for Elementor] Elementor Style Tab broken](https://wordpress.org/support/topic/elementor-style-tab-broken/)
 *  [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/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ECS - Ele Custom Skin for Elementor] Elementor Style Tab broken](https://wordpress.org/support/topic/elementor-style-tab-broken/)
 *  [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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ECS - Ele Custom Skin for Elementor] ReferenceError: elementorDevTools is not defined](https://wordpress.org/support/topic/referenceerror-elementordevtools-is-not-defined/)
 *  Thread Starter [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/referenceerror-elementordevtools-is-not-defined/#post-15916383)
 * I fixed it by myself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ECS - Ele Custom Skin for Elementor] Elementor Style Tab broken](https://wordpress.org/support/topic/elementor-style-tab-broken/)
 *  [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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magee Shortcodes] portfolio link](https://wordpress.org/support/topic/portfolio-link-3/)
 *  Plugin Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/portfolio-link-3/#post-15549542)
 * Hi,
 * 1, Change the value of MAGEE_PORTFOLIO_SLUG to your own slug, e.g. `define( '
   MAGEE_PORTFOLIO_SLUG', 'hizmetler');`
    2, Go to Settings > Permalinks, click 
   the button “Save Changes”.
 * If you’re having a 404 problem, try step 2 above.
    -  This reply was modified 4 years, 1 month ago by [HooThemes](https://wordpress.org/support/users/hoosoft/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hoo Contact Form] Translation](https://wordpress.org/support/topic/translation-955/)
 *  Plugin Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/translation-955/#post-11010156)
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Avata] “Ghost Image” appears in mobile version of site](https://wordpress.org/support/topic/ghost-image-appears-in-mobile-version-of-site/)
 *  Theme Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/ghost-image-appears-in-mobile-version-of-site/#post-10605307)
 * Hi,
 * Please update to the latest version.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SinglePage] Logo not working on mobile devices](https://wordpress.org/support/topic/logo-not-working-on-mobile-devices/)
 *  Theme Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-not-working-on-mobile-devices/#post-10306859)
 * Hi [@khyati0212](https://wordpress.org/support/users/khyati0212/),
 * Please update to the latest version.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SinglePage] Hiding the sub-nav on Section 4](https://wordpress.org/support/topic/hiding-the-sub-nav-on-section-4/)
 *  Theme Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/hiding-the-sub-nav-on-section-4/#post-10306855)
 * Hi [@m3te0r4](https://wordpress.org/support/users/m3te0r4/),
 * Please wait for the next version.
    -  This reply was modified 7 years, 11 months ago by [HooThemes](https://wordpress.org/support/users/hoosoft/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Avata] DevTools failed to parse SourceMap](https://wordpress.org/support/topic/devtools-failed-to-parse-sourcemap/)
 *  Theme Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/devtools-failed-to-parse-sourcemap/#post-9898143)
 * Hi,
    Please update it to version 1.4.5.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Avata] Can’t figure out how to change button class](https://wordpress.org/support/topic/cant-figure-out-how-to-change-button-type/)
 *  Theme Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/cant-figure-out-how-to-change-button-type/#post-9889799)
 * Hi,
 * Please update to version 1.4.4

Viewing 15 replies - 1 through 15 (of 60 total)

1 [2](https://wordpress.org/support/users/hoosoft/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hoosoft/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/hoosoft/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/hoosoft/replies/page/2/?output_format=md)