yo35
Forum Replies Created
-
Forum: Plugins
In reply to: [RPB Chessboard] pgn navigate to last positionHi,
Unfortunately, there is no way to do that.(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] Cannot display navigation toolbarHi,
In the page you mentioned, the chess game is not displayed by RPB Chessboard.Regarding the navigation bar buttons not showing, as you are using a bootstrap-based theme, you may encounter the same problems as those described here: https://github.com/yo35/rpb-chessboard/issues/99
To fix this issue, go in the admin, menu ‘Chess’ > ‘Settings’ > ‘Compatibility settings’, and enable ‘Try to fix jQuery’s buttons’.(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)
Hi,
This is a feature similar to the one requested in https://github.com/yo35/rpb-chessboard/issues/58 and in https://github.com/yo35/rpb-chessboard/issues/17. Not available yet, although it is already possible to create chess quiz (with no chessboard interaction though) using RPB Chessboard and another quiz plugin: see discussion in https://github.com/yo35/rpb-chessboard/issues/58 regarding this workaround.
(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] Theme conflicts with pluginHi,
The fix is now available with RPB Chessboard 5.1.4 (just released). So you should upgrade to this version, then go to the admin pages, “Chess” > “Settings” > “Compatibility settings”, and select “Try to fix jQuery’s buttons”.In your case, this won’t be enough to fix the problem, as Sparkling introduces a second bug on top of the first one. See https://github.com/puikinsh/Sparkling/issues/203 for more details.
As a workaround for this second bug, you can remove the following fileyour-website-root/wp-content/themes/sparkling/assets/js/vendor/bootstrap.min.jsand replace it withyour-website-root/wp-content/themes/sparkling/assets/js/vendor/bootstrap.js.Forum: Plugins
In reply to: [RPB Chessboard] Theme conflicts with pluginHi,
This problem is due to a conflict with another JavaScript library (“Bootstrap”), that is brought by your theme. It is similar to the problem reported here:
https://github.com/yo35/rpb-chessboard/issues/69I think I will quickly implement a workaround for this problem in RPB Chessboard, as more and more people report a problem due to a conflict with Bootstrap in some way.
(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: Reviews
In reply to: [RPB Chessboard] un grand merci c’est génialMerci pour votre retour enthousiaste !
Pour répondre à votre question : il n’y a pas de fonctionnalité prévue en tant que telle dans RPB Chessboard pour faire des exerices. Par contre, on doit pouvoir faire ce genre de chose en couplant le plugin avec une extension permettant de faire des quiz: voir https://wordpress.org/plugins/tags/quiz/ par exemple.
Forum: Reviews
In reply to: [RPB Chessboard] Houdini 4 Pro PGN filesI didn’t receive your email, I think the WordPress.org forum does allow files to be attached to post answers.
Could you try my direct mail address? (see “contact the author” at the bottom of the plugin main page: https://wordpress.org/plugins/rpb-chessboard/)
Forum: Reviews
In reply to: [RPB Chessboard] Houdini 4 Pro PGN filesHi,
I’m quite surprised that Houdini cannot output “standard” PGN files. Would it be possible to get an example of one of those files, to see what can be done at the plugin to handle those files correctly ?By the way, the syntax “1.[space]e4” works for sure. (unless Houdini’s spaces are not regular spaces)
Forum: Plugins
In reply to: [RPB Chessboard] arena 3.5.1Hi,
Did you add the
[fen] ... [/fen]or[pgn] ... [/pgn]tags around the copy/pasted text, as shown in the examples here: https://wordpress.org/plugins/rpb-chessboard/(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] Error First MoveHi,
I think you’ve missed to specify what is the starting position. See the example in the plugin help page:
[pgn] [Event "Endgame example"] [SetUp "1"] [FEN "k7/n1PB4/1K6/8/8/8/8/8 w - - 0 50"] 50.Bc6+ Nxc6 51.c8=Q+ Nb8 52.Qb7# 1-0 [/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)
- This reply was modified 9 years, 11 months ago by yo35.
Hi,
It looks like a compatibility issue between 2 JavaScript libs: Bootstrap (brought by Tabs Responsive) and JQuery UI (brought by WordPress and used by RPB Chessboard).More precisely, there is a naming conflict as both JS libraries defines
$.fn.button. See:
https://github.com/twbs/bootstrap/issues/6094My opinion is that Bootstrap should be loaded “no conflict” mode enabled, i.e.
jQuery.fn.button.noConflict()should be called after loading Bootstrap.Forum: Plugins
In reply to: [RPB Chessboard] Plugin don't show the games!Hi,
I’ve tried this example on my website, no problem:
http://rpb-chessboard.yo35.org/test-page/Could you give more details about the error you encounter?
(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] Navigation Arrow SizeHi,
Sorry for the delay. The aspect of the navigation buttons is determined by your theme, the plugin does not control how they are displayed. However, you can customize the aspect of these buttons by adding a few CSS instructions to your website:
.uichess-chessgame-navigationButtons button { /* add styling instructions here */ }(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] DatabaseHi,
Someone else wants to do that: see https://github.com/yo35/rpb-chessboard/issues/38
However, this feature has not implemented in the plugin yet.(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] how change colors?Hi,
Answered in GitHub:
https://github.com/yo35/rpb-chessboard/issues/13(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)