Home › Forums › WoodMart support forum › Fatal error: Uncaught Error: Call to undefined function woodmart_elementor_is_ed
Fatal error: Uncaught Error: Call to undefined function woodmart_elementor_is_ed
- This topic has 5 replies, 4 voices, and was last updated 4 years, 5 months ago by Artem Temos.
-
AuthorPosts
-
August 15, 2020 at 7:29 pm #218999
counselgadParticipanthello
when someone trying to register as a vendor am getting this error
Fatal error: Uncaught Error: Call to undefined function woodmart_elementor_is_edit_mode() in /home/domum/public_html/wp-content/themes/woodmart/functions.php:200 Stack trace: #0 /home/domum/public_html/wp-includes/class-wp-hook.php(287): woodmart_enqueue_styles(”) #1 /home/domum/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #2 /home/domum/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /home/domum/public_html/wp-includes/script-loader.php(1999): do_action(‘wp_enqueue_scri…’) #4 /home/domum/public_html/wp-includes/class-wp-hook.php(287): wp_enqueue_scripts(”) #5 /home/domum/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #6 /home/domum/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #7 /home/domum/public_html/wp-includes/general-template.php(3007): do_action(‘wp_head’) #8 /home/domum/public_html/wp-content/plugins/wc-multivendor-marketplace/helpers/class-wcfmmp-store-setup.php(275): wp_head() #9 /home/domu in /home/domum/public_html/wp-content/themes/woodmart/functions.php on line 200
August 15, 2020 at 7:40 pm #219000
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please deactivate the plugins not related to the theme and check the issue once more. If the error persists, make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme to detect if our theme causes the problem.
Best Regards
August 16, 2020 at 9:03 pm #219111
DanielHelloParticipantHello,
same problem for me:
I encountered a serious problem:
When a new vendor registers, then he/she normally will be redirected to the store setup wizard.This does not work anymore. The redirect works to the page …myexampledomain.com/?store-setup=yes but then it only shows fatal error message.
Anyone has any idea or solution how to fix it? Thanks!
I have WCFM Ultimate and woodmart theme from xtemos. I also use Elementor. Everything is up to date. WooCommerce log below
2020-08-16T13:34:58+00:00 CRITICAL Uncaught Error: Call to undefined function woodmart_elementor_is_edit_mode() in /home/heimatge/public_html/wp-content/themes/woodmart/functions.php:200
Stack trace:
#0 /home/heimatge/public_html/wp-includes/class-wp-hook.php(287): woodmart_enqueue_styles(”)
#1 /home/heimatge/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /home/heimatge/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/heimatge/public_html/wp-includes/script-loader.php(1999): do_action(‘wp_enqueue_scri…’)
#4 /home/heimatge/public_html/wp-includes/class-wp-hook.php(287): wp_enqueue_scripts(”)
#5 /home/heimatge/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#6 /home/heimatge/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#7 /home/heimatge/public_html/wp-includes/general-template.php(3007): do_action(‘wp_head’)
#8 /home/heimatge/public_html/wp-content/plugins/wc-multivendor-marketplace/helpers/class-wcfmmp-store-setup.php in /home/heimatge/public_html/wp-content/themes/woodmart/functions.php in Zeile 200August 17, 2020 at 6:44 am #219160
Artem TemosKeymasterTry to edit the file and change the following line
/themes/woodmart/functions.php
http://prntscr.com/tx74vdif ( woodmart_is_elementor_installed() && ( woodmart_elementor_is_edit_mode() || woodmart_elementor_is_preview_page() || woodmart_elementor_is_preview_mode() ) ) {
to this one
if ( woodmart_is_elementor_installed() && function_exists( 'woodmart_elementor_is_edit_mode' ) && ( woodmart_elementor_is_edit_mode() || woodmart_elementor_is_preview_page() || woodmart_elementor_is_preview_mode() ) ) {
August 17, 2020 at 8:23 am #219190
DanielHelloParticipantAlright, that worked out!
Great support, thanks for solution!Question: Will it be okay forever or do I have to check after every update of woodmart or other plugins?
August 17, 2020 at 8:42 am #219194
Artem TemosKeymasterThis bug will be fixed in our next theme update so you will not have any problems.
-
AuthorPosts
The topic ‘Fatal error: Uncaught Error: Call to undefined function woodmart_elementor_is_ed’ is closed to new replies.
- You must be logged in to create new topics. Login / Register