Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #616712

    I have some elements on my site that appear to be there, but aren’t working properly.

    Some of the content seems to be there (and it is there on the CMS) but it isn’t displaying properly. I have everything updated, but I’m unable to get these elements to work properly.

    I’ve supplied login credentials for you to investigate.

    Thanks,

    Jeff D.

    • This topic was modified 8 years, 8 months ago by trecacreative. Reason: remove wp credentials
    #616768

    I added this to the function page and it worked.

    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’);

    Thanks. Sorry I didn’t see that sticky note earlier.

    Jeff D.

    #618220

    Hi Jeff,

    No problem, glad you got it fixed!

    Best regards,
    Rikard

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