-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 minor bugs #25
Comments
Hi, Thanks for your report and for your enthusiasm! Now, I have a few remarks and questions about your points: About 1). Could you give some additional details on the situation in which you encounter this "file collapse" bug? In particular, it might be helpful to know which browser you are using, and maybe an example of a website for which the problem happens. I've tried to reproduced your example on this page: http://yo35.org/rpb-chessboard/tests/, however the position appears to be OK for me. About 2). This is indeed a decision. The square size parameter in the popup frame is controlled by the global settings of the plugin, and cannot be overridden locally with the options passed to the |
Hi I am using a localhost installation , latest wordpress, using Xampp as an apache server. Nothing special. To "fix" the issue on my side, i just added a min-width. So this was not a big problem (although weird) I wonder why i have the server crashing. Do you parse pgn through php? What PHP version? Here its 5.5.15 |
This is weird. Maybe a clash with the theme you are using? or with some CSS brought by another plugin? |
|
For now my solution to (1) is (when i use for example a 60px wide cell). So its not a big deal. .uichess-chessboard-cell {
min-width: 60px;
min-height: 60px;
} |
Setting the height of the cell with |
I am not replacing them. |
Bug (1) is fixed in version 3.4.2. As (2) is not a bug, I close the thread. |
for example use 2r1kb1r/pp4pp/2n1p3/1B2N3/5KbB/P4P2/1P5P/2R4R b k - 0 1
and you will see it breaking along the d file
Besides those 2 the plugin is really great (and beatiful , which is very important).
to be exact , the second one is not a bug . probably its a decision.
The text was updated successfully, but these errors were encountered: