Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #640935

    Hi,

    I updated WordPress version to 4.5 and now had some problems on WP Dashboard. For example Avia Layout Builder don’t working.

    The Firebug get following error message:
    Error: Syntax error, unrecognized expression: #sbi_admin a[href*=#]:not([href=#])

    I downloaded and updated the latest version by Enfold. Also trying to added the below code in functions.php

    // js fix for wp 4.5
    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');

    Outside the site works well, problems are only on dasboard.

    Please advise what to do.

    Thanks

    #641206

    Hey zeniitti,

    Thanks for getting in touch with us!

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username.

    Best regards,
    Jordan

    #641647

    Ok, here it is.

    #641687

    Hi!

    The dashboard issue can not be ours, I am afraid.
    Please disable all of your plugins and give it a try, after clearing your cache if that solves the issue.
    Are you using the plugin here:
    https://github.com/crowdfavorite-mirrors/instagram-feed

    cause it seems based on the tag to be from them.

    Cheers!
    Basilis

    #641881

    Ok, thanks.

    #642375

    Hi,

    Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.