Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #613110

    Hi,

    after updates, Slider articles and Logo/partner not working WP 4.5 Enfold 5.4.2 : it’s not displayed

    Thanks

    #613125

    My slider is gone on the homepage too.

    #613128

    Hi!

    can u please clear your cache – disable all plugins – and try again?

    Thank you

    Best regards,
    Basilis

    #613139

    Disabled plugins, and it is still not there. :0\

    #613149

    my partner logo is also not working on my clients site…please help

    #613159

    Added a user account just in case you can help out on that front. Thanks!

    #613179

    Hi!

    You are probably using an old theme and I see the below error in the js console

    Uncaught Error: Syntax error, unrecognized expression: #mega_main_menu a[href*=#]:not([href=#])
    

    Please back up your site and update your theme to the latest version 3.5.2

    Best regards,
    Vinay

    #613183

    Theme was updated today.

    #613185

    i did back it up and had to restore the old backup, when I updated wordpress and enfold the whole theme stopped working correctly. Grid rows werent working, the masonry gallery wasnt working and the partner logos werent working. So I have to leave it on the old platform until there are fixes?

    #613537

    Hi,

    Could you try adding the following to your functions.php file please?

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Best regards,
    Rikard

    #613602

    Hi Rikard,

    thanks for your response, it works.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Slider articles and Logo/partner not working WP 4.5 Enfold 5.4.2’ is closed to new replies.