• Resolved NightL

    (@nightl)


    My scripts in the footer section of “Head, Footer and Post Injections” stopped working after update to GS Testimonial Slider Version 1.8.3

    Before deactivating GS Testimonial Slider I tried “Head and Footer Scripts Inserter” and they still did not work.

    Deactivated GS Testimonial Slider and got my scripts back.

    Rolled back to GS Testimonial Slider Version 1.8.2 and all was fine again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor GS Plugins

    (@gsplugins)

    Hi @nightl

    Thanks for the concern.
    Did you get any error notification?
    Or can you write more details to find out the issue to fix?

    It’ll be helpful if you inform your site link & other details @ hello[at]gsplugins.com

    Thanks for your cooperation.

    Regards / Sarwar

    Thread Starter NightL

    (@nightl)

    will upload a version to a test server and contact you via email within 24 hours

    There was no error message

    Will explain in email an provide access to test version

    Thanks

    Thread Starter NightL

    (@nightl)

    Version 1.8.3 stops jquery from working. Javascript seems OK.

    Even when deactivated the error continues
    Roll back to 1.8.2 and it is OK

    I did a simple test
    Clean install of wordpress – no added theme
    Installed plugins:
    “Head, Footer and Post Injections” & “GS Testimonial Slider”

    added

    <script>
        $("body").css("background-color", "yellow");
    </script>

    With GS Testimonial Slider 1.8.3 activated and even deactivated it did not work

    Roll back to GS Testimonial Slider 1.8.2 and the script works

    Plugin Contributor GS Plugins

    (@gsplugins)

    Hello Lindsay,

    Thanks for the details.
    Received your mail.
    Allow time to check & fix.

    I’ll update you here & by mail.

    Thanks / Sarwar

    Thread Starter NightL

    (@nightl)

    I called jquery via

    function shapeSpace_include_custom_jquery() {
    
    	wp_deregister_script('jquery');
    	wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js', array(), null, true);
    
    }
    add_action('wp_enqueue_scripts', 'shapeSpace_include_custom_jquery');

    This allowed me to update to Version 1.8.3 with my scripts working

    Plugin Contributor GS Plugins

    (@gsplugins)

    Hi,

    Just released a new version (1.8.4) of Testimonial plugin.
    Please upgrade to latest version & check.

    Please let us know.

    Thanks / Sarwar

    Thread Starter NightL

    (@nightl)

    Everything is all OK

    While calling jquery via functions.php did fix the issue it was also caused by my using incorrect syntax. I had been using $ instead of the WordPress protected jQuery.

    Obviously I had been lucky my scripts had been working correctly over the previous 12 months as a conflict could have easily happened from updates of other plugins.

    I apologise for the inconvenience.

    • This reply was modified 5 years ago by NightL.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Version 1.8.3 wiped out my footer scripts’ is closed to new replies.