Announcement

Collapse
No announcement yet.

JQuery 3.5.1 with V16 issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    JQuery 3.5.1 with V16 issue

    Guys

    Regarding the PCI-DSS scan issues, one of my sites is still on V16.1.3 but when I update JQuery to 3.5.1 as per Jonathan / Gary Green's instructions, the BX Slider stops appearing.

    I can't see any reference to the .load function script that can affect 3rd party plugins, so I am obviously missing something here.

    Reverting back to JQuery 1.11.1 instantly activates the slider again.
    Dave O'Neill
    O'Neill Vintage Ford

    #2
    Sorry - only just seen this:

    jquery-migrate is your friend:
    https://jquery.com/upgrade-guide/3.0...migrate-plugin
    https://github.com/jquery/jquery-migrate/


    Code:
     <script type="text/javascript" src="jquery-3.7.1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsCompressionEnabled%22%20%2f%3e">.min</actinic:block>.js<actinic:block if="%3cactinic%3avariable%20name%3d%22ECDayno%22%20%2f%3e%20%21%3d%20%22%22" >?DAYNO=<actinic:variable name="ECDayno" selectable="false" /></actinic:block>"></script>
    <script src="jquery-migrate-1.4.1.min.js"></script>
        <script type="text/javascript" src="jquery.bxslider.min.js<actinic:block if="%3cactinic%3avariable%20name%3d%22ECDayno%22%20%2f%3e%20%21%3d%20%22%22" >?DAYNO=<actinic:variable name="ECDayno" selectable="false" /></actinic:block>"></script>
    Also I added updated bx-slider scripts from https://github.com/richardhedges/bxSlider-jQuery-3

    Best wishes
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment


      #3
      PS: 3.7.1 is the go to jquery version now: https://jquery.com/download/
      Jonathan Chappell
      Website Designer
      SellerDeck Website Designer
      Actinic to SellerDeck upgrades
      Graphicz Limited - www.graphicz.co.uk

      Comment


        #4
        So SD v18 Swift uses JQuery 3.5.1 and the bx slider works. The bx-slider scripts have been updated though:

        * bxSlider v4.2.12
        * Copyright 2013-2015 Steven Wanderski
        as opposed to

        BxSlider v4.1.2 - Fully loaded, responsive content slider
        * Copyright 2014, Steven Wanderski - http://stevenwanderski.com
        There are a lot of changes and a lot of the config has moved to the footer js functions

        Perhaps download a trial v18/swift and have a look?

        In fact - Here you go! https://github.com/stevenwanderski/bxslider-4
        Last edited by graphicz; Yesterday, 12:56 PM. Reason: https://github.com/stevenwanderski/bxslider-4
        Jonathan Chappell
        Website Designer
        SellerDeck Website Designer
        Actinic to SellerDeck upgrades
        Graphicz Limited - www.graphicz.co.uk

        Comment

        Working...
        X