• Resolved Gplugins

    (@neocraft)


    Hello,

    I’m trying to integrate 2fa settings in frontend, on a page with bootstrap 4.3…
    with this version of Jquery :

    <script src=”https://code.jquery.com/jquery-3.3.1.slim.min.js&#8221; integrity=”sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo” crossorigin=”anonymous”></script>

    – If disable this jquery version, plugin work and i can save 2fa settings changes…but ‘nav-tab’ with ‘nav-links’ don’t work…
    – If enable, 2fa ‘save settings’ button don’t work (on click nothing happen) !!

    How can i bypass this incompatibility ?

    Thanks help.

    PS: site is not online yet…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Gplugins

    (@neocraft)

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Hi,

    Porting code over to use a major new version of jQuery different to the one included in WordPress core would be a very significant development task. There is no easy short-cut. It could only be looked at as a commissioned/paid development job. If that is something you are interested in pursuing, then please contact us using the contact form at http://www.simbahosting.co.uk to ask for a quotation.

    Best wishes,
    David

    Thread Starter Gplugins

    (@neocraft)

    Hello,

    Thanks answer.
    I don’t want custom development job, just need to find why my bootstrap nav-tab don’t work with your plugin in frontend :'(

    If i need to downgrade bootsrap it’s not a problem, but which version compatible?

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Unfortunately I have no particular relevant knowledge of Bootstrap. If you need to know about what versions of Bootstrap bundle particular versions of jQuery, the best way forward would be to ask the Bootstrap community.

    Thread Starter Gplugins

    (@neocraft)

    Thanks for fast support…

    I’ve just find how to fixed this bug.

    Bootstrap use the ‘slim’ version of jquery that not include Ajax function.

    so just need to replace bootsrap jquery with this one :

    <script src=”https://code.jquery.com/jquery-3.3.1.min.js&#8221; integrity=”sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=” crossorigin=”anonymous”></script>

    Have good day.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem save settings Frontend’ is closed to new replies.