Newest version Elementor broken the theme Portfolio
-
Hello Xtemos,
I’m using the Moon theme, and when I tried to develop a new website and import demo content, the Portfolio posts didn’t appear on the index page. Additionally, when attempting to edit the Portfolio section in Elementor, a JavaScript error occurs. It seems like this issue is related to the latest version of Elementor. Are there any solutions to resolve this problem?
Uncaught TypeError: e.O is not a function
at frontend.min.js?ver=3.24.0:2:41076
at webpackJsonpCallback (styleguide-app-initiator.min.js?ver=3.24.0:3:13486)
at webpackJsonpCallback (webpack.runtime.min.js?ver=3.24.0:2:4680)
at frontend.min.js?ver=3.24.0:2:74
I’m rolling back to 3.23.2 to restore and it looks like it’s an issue with the latest version
Hello,
Please send me admin access to the WP dashboard and FTP access to the server files so we can investigate it.
Thank you in advance.
Kind Regards
Hello,
Define the code below in the functions.php file in your child theme, clear the cache and check how it works.
if ( ! function_exists( 'xts_enqueue_waypoints' ) ) {
function xts_enqueue_waypoints() {
wp_enqueue_script( 'xts-waypoints-library', XTS_THEME_URL . '/js/waypoints.min.js', array(), XTS_VERSION, true );
}
add_action( 'wp_enqueue_scripts', 'xts_enqueue_waypoints', 20 );
}
Kind Regards