Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author yo35

    (@yo35)

    Hi,
    I’m not familiar with React, but the problem looks to be a compatibility issue between the React framework and the jQuery library, as you’ve suspected.

    The games and diagrams generated by RPB chessboard are based on the jQuery UI widget library: https://jqueryui.com/widget/
    When a [pgn][/pgn] or [fen][/fen] shortcode is encountered in a page or post, RPB Chessboard replace it by a custom <div></div> HTML, and triggers a jQuery widget rendering on this element through a JavaScript function call, as shown in https://jqueryui.com/widget/.

    Do the WPLMS team provide any support for advanced JavaScript content in quizz? Unfortunately, if it is not possible to render a jQuery widget within their framework, there is nothing I can do on my side.

    (please use the GitHub as much as possible instead of this forum for help requests, bug reports and feature requests: https://github.com/yo35/rpb-chessboard/issues)

    Thread Starter bundyal

    (@bundyal)

    Hi,
    thank you.
    WPLMS support couldn’t help but it was possible to deactivate react using and now your plugin works as awaited.
    Best regards,
    Al

    Plugin Author yo35

    (@yo35)

    OK, great!
    Regards, Yoann

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RPB JQuery blocked by react’ is closed to new replies.