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

    (@yo35)

    Hi,

    There are 2 issues here:

    1) First, there is actually a conflict between Fictive and the plugin, that results in bad rendering of the button. As this is more or less due to a bug (or let’s say a bad design) of Fictive, I will not patch the plugin to fix it. However, you can solve this issue on your own by adding the following piece of CSS code to your website:

    .site-content .uichess-chessgame [class*="navigation"] {
    	position: static;
    	width: auto;
    }

    2) The content column provided by Fictive is quite narrow, therefore I guess it would be better to have the navigation board rendered above the move list (instead of on the left or right). This is a new feature, I will try to make it available as soon as possible.

    (also 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)

    Plugin Author yo35

    (@yo35)

    Version 4.1 (just released) makes possible to have the navigation board above the move list.

    Thread Starter kings-road

    (@kings-road)

    That is amazing – thank you for being so prompt!

    RESOLVED!

    For heavily annotated games it would be nice to be able to add a scrolling board in order to be able to keep the chessboard on screen while browsing the final part of the game. I understand the floating board is an option but nothing like a permanent board…
    For an example, check this out:
    https://www.cadapzona2.com/ajedrez/probando-el-rpb-chessboard/

    Plugin Author yo35

    (@yo35)

    Hi,
    I understand the problem, but I don’t know how to solve it! On the one hand, you want to get a “permanent” navigation board, i.e. a navigation board inlined at a given position within the text of the page, but on the other hand, you want this navigation board to be visible even if the user scrolls the page. For me, these two requirements are contradictory, and I don’t see how to meet both of them at the same time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Board position & navigation bit problems’ is closed to new replies.