yo35
Forum Replies Created
-
Forum: Plugins
In reply to: [RPB Chessboard] RPB JQuery blocked by reactHi,
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)
Forum: Plugins
In reply to: [RPB Chessboard] Missplaced comments before movesHi,
Answered in https://github.com/yo35/rpb-chessboard/issues/176.Forum: Plugins
In reply to: [RPB Chessboard] Preview in the “entry-summary” of my articlesHi,
There is no restriction on the side of RPB Chessboard on having a FEN board or a PGN game in the preview part of a post. Still, it depends on how the theme implements post preview rendering. More specifically, it depends on whether shortcodes are handled in post preview in you theme, which seems to not be the case here. I suggest you contact the authors of your theme.
(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)
Forum: Plugins
In reply to: [RPB Chessboard] did not work on my websiteI hope things are OK now.
Forum: Plugins
In reply to: [RPB Chessboard] did not work on my websiteHi,
My guess is that there is a syntax error in the PGN you entered. But I cannot check what’s wrong if you do not provide the PGN.(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)
Forum: Plugins
In reply to: [RPB Chessboard] justify text below navigation boardHi,
Sorry for the late reply.From what I know, there is no way to achieve that, even by adding some custom CSS. You may try with:
.rpbui-chessgame-moveGroup { display: flex; flex-wrap: wrap; justify-content: space-between; }… but the result is weird in case of non-full lines.
Forum: Plugins
In reply to: [RPB Chessboard] Question about diagramsHi,
This is possible, as shown in the demo https://rpb-chessboard.yo35.org/. More details in the help section of the plugin (in the admin, menu ‘Chess’ > ‘Memo’).(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)
Forum: Plugins
In reply to: [RPB Chessboard] unrecognized characterHi,
Castling must be written with capital O, not digit 0 (zero).
Regards
Forum: Plugins
In reply to: [RPB Chessboard] Issue when displaying floating diagramHi,
The content of the window is managed by RPB Chessboard, but the window itself is managed by a library provided WordPress (jQuery UI).Yet, one of your plugins (ultimate-member) inserts in your page a CSS file (https://edlv.fr/wp-content/plugins/ultimate-member/assets/css/jquery-ui.css?ver=2.1.1) that modifies the aspect of the window. Unfortunately, this CSS file is designed for jQuery UI version 1.12.1, whereas the version of jQuery UI brought by WordPress is version 1.11.4. This is what breaks things.
I suggest you report the problem to the authors of ultimate-member. I think I cannot do anything on my side.
Forum: Plugins
In reply to: [RPB Chessboard] Bug on pgn with big commentsI’m closing this issue as the discussion in GitHub shows it is OK now.
Forum: Plugins
In reply to: [RPB Chessboard] Bug on pgn with big commentsSorry for the reply delay.
I’ve just checked the webpage you mentioned, but it looks fine to me. I’ve checked with both Firefox 69 and Chrome 77.
Did you fix the problem in the meantime? Otherwise, what is your browser?
(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)
Forum: Plugins
In reply to: [RPB Chessboard] WP 5.1.1 pb acces avec le nouvel editeurBonjour,
La page qui permettait auparavant d’éditer les diagrammes doit en effet être rebranchée dans le nouvel éditeur de WP. C’est un problème connu, que je n’ai pas encore eu le temps de régler.Forum: Plugins
In reply to: [RPB Chessboard] Knightmove failsHi,
Fixed in version 5.3.3 (just released).(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)
Forum: Plugins
In reply to: [RPB Chessboard] iPhone updates affecting this gameHi,
I don’t have a iPhone, therefore I cannot guess what is wrong with this page.Moreover, the website you mentioned seems to use an old version of the plugin (version 5.1.6): two bugs concerning Apple mobile devices have been fixed since this version (see https://github.com/yo35/rpb-chessboard/issues/128 and https://github.com/yo35/rpb-chessboard/issues/129). If these bugs correspond to what you encounter, I suggest you ask the administrators of http://new.uschess.org/ to upgrade RPB Chessboard on their website.
(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)
Forum: Plugins
In reply to: [RPB Chessboard] Screen moves to the top when I use te navigation barHi,
Indeed, there seems to be an issue, that is specific to iPhone and iPad. More details here: https://github.com/yo35/rpb-chessboard/issues/129
(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)