SweetDate Theme and Elementor Compatibility Issue (E_ERROR)
I’m building a dating matching website on WordPress using the SweetDate theme and the Elementor plugin.
I’m currently encountering the following server error, which prevents the site from displaying:
Error type: E_ERROR
Error message: Uncaught Error: Class "Elementor\Core\Schemes\Typography" not found in /home/xs929375/migaki.love/public_html/wp-content/themes/sweetdate/lib/plugins/elementor/templates/profile-search.php:85
Stack trace:
#0 /home/xs929375/migaki.love/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2433): Elementor\ElementorProfileSearch->_register_controls()
#1 /home/xs929375/migaki.love/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(1049): Elementor\Controls_Stack->init_controls()
#2 /home/xs929375/migaki.love/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(570): Elementor\Widget_Base->init_controls()
#3 /home/xs929375/migaki.love/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(185): Elementor\Controls_Stack->get_stack()
#4 /home/xs929375/migaki.love/public_html/wp-content/plugins/elementor/includes/managers/widgets.php(403): Elementor\Widget_Base->get_stack(false)
#5 [internal function]: Elementor\Widgets_Manager->ajax_get_widget_types_controls_config(Array, Object(Elementor\Core\Common\Modules\Ajax\Module))
#6 /home/xs929375/migaki.love/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php(176): call_user_func(Array, Array, Object(Elementor\Core\Common\Modules\Ajax\Module))
#7 /home/xs929375/migaki.love/public_html/wp-includes/class-wp-hook.php(324): Elementor\Core\Common\Modules\Ajax\Module->handle_ajax_request('')
#8 /home/xs929375/migaki.love/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
#9 /home/xs929375/migaki.love/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#10 /home/xs929375/migaki.love/public_html/wp-admin/admin-ajax.php(192): do_action('wp_ajax_element...')
#11 {main}
thrown
Based on the error message, it appears the profile-search.php
file (line 85) within the SweetDate theme is unable to locate the Elementor\Core\Schemes\Typography
class.
It’s highly probable that the path to this class has changed due to an Elementor update.
I’ve attempted to update the SweetDate theme to its latest version and also tried rolling back Elementor to a previous version, but neither has resolved the issue.
If anyone has insights or solutions regarding this problem, your guidance would be greatly appreciated.
Thank you.