Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #640092

    After clicking “add media” in the Text Block or any Imaging, nothing happens. When I update with the code giving in the theme functions .php:
    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’);

    the page goes blank and get stuck at wp-admin/post.php?post=405&action=edit#

    Same with using “Insert Theme Shortcode”, nothing happens
    My theme is up-tp-date.

    Please help, this is urgent – I need to post very soon. THANKS!

    #640148

    Hey Marcus,

    Could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

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