yo35
Forum Replies Created
-
Forum: Plugins
In reply to: [RPB Chessboard] 2 minor bugsThe rest of the discussion is on GitHub:
https://github.com/yo35/rpb-chessboard/issues/25Forum: Plugins
In reply to: [RPB Chessboard] Add navigation boardThe position of the navigation board can be set:
– either from the “Settings” page,
– or using thenavigation_boardattribute (detailed in the “Help” page), for instance[pgn navigation_board=floatLeft] ... [/pgn].Forum: Plugins
In reply to: [RPB Chessboard] LearnDashSource code of your page, line 271: all the line-breaks in the code have been replaced with spaces. This modification is harmless for regular HTML code, but not for inlined javascript parts (between
<script></script>tags) containing line-style comments (the ones starting with//). This is where the JavaScript syntax error you encounter come from.I don’t know which component of your website causes this transformation.
As a temporary fix, you can remove all line-style comments from inlined javascript parts in the PHP files of your website. In particular, you can remove lines 40 and 44 in
rpb-chessboard/templates/shortcode/pgn.php. However, this will not fix the very origin of the problem, but only the symptoms.Forum: Plugins
In reply to: [RPB Chessboard] LearnDashVersion 3.2.3 (just released) makes possible to use
[pgn][/pgn]within a quiz.Waiting for a call from Vatican! π
Forum: Plugins
In reply to: [RPB Chessboard] LearnDashMaking
[pgn][/pgn]work with the quiz plugin is more tricky… I have to think about it.However, the reason why the PGN game does not appear in http://matthiasheil.de/topic/e-wie-schreibe-ich-eine-partie-auf/ is not due to WP Quiz Pro or RPB Chessboard, but rather to a JavaScript syntax error somewhere in the page.
Forum: Plugins
In reply to: [RPB Chessboard] Using the plugin in Internet ExplorerNo feedback, so I assume the problem is solved. Closing the thread…
Forum: Plugins
In reply to: [RPB Chessboard] LearnDashHi,
Version 3.2.2 (just released) should solve your problem.
Forum: Plugins
In reply to: [RPB Chessboard] LearnDashI see what the problem is. I will propose a patch for it in the next days.
Forum: Plugins
In reply to: [RPB Chessboard] LearnDashHi,
It seems that there is a compatibility issue between RPB Chessboard and WP Quizz Pro. I’ll try to fix it up as soon as possible…
Forum: Plugins
In reply to: [RPB Chessboard] Select a game to viewMy mistake, this still has to be done.
RPB Chessboard 2.99 allows to present chess game with navigation board next to the move list, similarly to what exists in Embed Chessboard. However, browsing several games is still not possible.
Forum: Plugins
In reply to: [RPB Chessboard] Select a game to viewDone in version 2.99.
Forum: Plugins
In reply to: [RPB Chessboard] Using the plugin in Internet ExplorerI’ve just uploaded a new version of the plugin (2.2.2) that should work better with old versions of IE. Could you report whether it solves your problems or not? Thanks.
Forum: Plugins
In reply to: [RPB Chessboard] Using the plugin in Internet ExplorerHi,
Thanks for reporting these browser compatibility issues. It is hard to ensure that the plugin actually works with all versions of all available browsers.
Concerning IE: the plugin should work with IE version >= 11. I will try to provide a patch for older versions (let’s say up to IE 8.0, as Win XP users are stuck with this version), but I don’t want to spend too much effort to achieve a perfect support of those deprecated browsers.
Concerning Safari: I don’t have an iPad to check the plugin. Could you give more details about the version of Safari that causes trouble, and about what does not work? Thanks.
Forum: Plugins
In reply to: [RPB Chessboard] Select a game to viewHi,
Sorry for the delay.
You think of a feature such as the one provided by the Embed Chessboard plugin? (for instance: http://pgn4web-test.casaschi.net/wordpress/?p=12)
Currently, this is neither possible nor planned: only one game is allowed per
[pgn][/pgn]tag. However, you can put several[pgn][/pgn]tags in a given page/post.Forum: Reviews
In reply to: [RPB Chessboard] WonderfulNormally, the mouse cursor changes when it goes over a move, and the moves gets underlined, which the way links are usually represented. I considered making moves permanently underlined, but I thought it would be quite intrusive. Do you have an idea to improve how moves are represented?