Home Forums Space themes support forum Newest version Elementor broken the theme Portfolio

Newest version Elementor broken the theme Portfolio

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #596822

    edwinlin
    Participant

    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

    #596823

    edwinlin
    Participant

    I’m rolling back to 3.23.2 to restore and it looks like it’s an issue with the latest version

    #596886

    Luke Nielsen
    Keymaster

    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

    #597059

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)