HooThemes
Forum Replies Created
-
Hi @electropatata, please upgrade Magee Shortcodes to version 2.1.1 or later.
Forum: Plugins
In reply to: [Magee Shortcodes] QR Code Shortcode created a broken imageHi @electropatata , please upgrade Magee Shortcodes to version 2.1.1 or later.
Forum: Plugins
In reply to: [Hoo Docx Document File Importer] Fatal Error while installing on localhostHi @christosfc ,
Please update Hoo Docx Document File Importer to version 1.0.1.Forum: Plugins
In reply to: [Elementor Custom Skin] ReferenceError: elementorDevTools is not definedThere are 2 methods:
1, Rollback elementor 3.7.x to elementor 3.6.82, Modify Elementor Custom Skin php files
change code
elementor/widgets/widgets_registered
toelementor/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
In reply to: [Elementor Custom Skin] Elementor Style Tab brokenThere are 2 methods:
1, Rollback elementor 3.7.x to elementor 3.6.82, Modify Elementor Custom Skin php files
change all
elementor/widgets/widgets_registered
toelementor/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
In reply to: [Elementor Custom Skin] Elementor Style Tab brokenI fixed it by myself, thanks.
Forum: Plugins
In reply to: [Elementor Custom Skin] ReferenceError: elementorDevTools is not definedI fixed it by myself.
Forum: Plugins
In reply to: [Elementor Custom Skin] Elementor Style Tab broken@duke78 I get the same issue.
Forum: Plugins
In reply to: [Magee Shortcodes] portfolio linkHi,
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 2 years, 7 months ago by HooThemes.
Forum: Plugins
In reply to: [Hoo Contact Form] TranslationThank you.
Forum: Themes and Templates
In reply to: [Avata] “Ghost Image” appears in mobile version of siteHi,
Please update to the latest version.
Forum: Themes and Templates
In reply to: [SinglePage] Logo not working on mobile devicesHi @khyati0212,
Please update to the latest version.
Forum: Themes and Templates
In reply to: [SinglePage] Hiding the sub-nav on Section 4Forum: Themes and Templates
In reply to: [Avata] DevTools failed to parse SourceMapHi,
Please update it to version 1.4.5.Forum: Themes and Templates
In reply to: [Avata] Can’t figure out how to change button classHi,
Please update to version 1.4.4