• Resolved kev36663

    (@kev36663)


    I use your plugin on 3 of my sites – rftkpromotions.co.uk and lockdownrockclub.co.uk are two such examples

    on all 3 sites I noticed the other day it no longer responds?

    any ideas

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Peter Featherstone

    (@peterfeatherstone-1)

    Hey Kev,

    Have you checked your console for any errors that might indicate the cause of the issue yet?

    Please advise

    Peter

    Thread Starter kev36663

    (@kev36663)

    yeah, nothing really flags up

    Peter Featherstone

    (@peterfeatherstone-1)

    Hey there,

    I’ve just checked all the sites myself and they all have fatal console errors?

    Please advise

    Peter

    Thread Starter kev36663

    (@kev36663)

    ah, sorry – I did a little googling and found what you meant and I thought differed

    OK, found it on the console – the next headache is I’ve no idea how to fix it – many suggestions I’ve also found via google seem to be right

    Peter Featherstone

    (@peterfeatherstone-1)

    Hey there,

    The error just says that jquery is not installed on your site so you will just need to include it.

    It should come as part of WordPress so I’m not sure why it’s been removed.

    Peter

    Thread Starter kev36663

    (@kev36663)

    this does seem odd

    I added this to my functions.php

    function include_jQuery() {
    if (!is_admin()) {
    // comment out the next two lines to load the local copy of jQuery
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js’, false, ‘1.8.3’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘include_jQuery’);

    this should include it – but – it’s now not loading on my PC, but still loading on my phone, but, the plugin still isn’t working

    Peter Featherstone

    (@peterfeatherstone-1)

    Hey there,

    You have the same console errors on mobile so you need to make sure it’s being added on there too.

    Peter

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘no longer responding’ is closed to new replies.