squarology
Forum Replies Created
-
sure, Mr. Corso, here is the page: http://www.squarology.com/qgvsnid/
If you click on any of the chess moves like 1.d4 a board widget will appear.
at the very bottom of the page, there is a quiz. If you complete the quiz and get results back, you’ll notice that when you click on a chess move the widget is now working correctly.
you can click on any of the chess moves anywhere on the page to get the board widget.
Forum: Reviews
In reply to: [RPB Chessboard] Powerful.I updated my rating and comments and also edited my github feature request.
Sorry about the initial confusion.
Forum: Reviews
In reply to: [RPB Chessboard] Powerful.I’m so sorry, yo35!
I tested it on some pages of mine and it didn’t work. I wonder what happened? I use null moves a lot (–) and maybe that’s what made it not work?
I put this in the feature request as well. Please delete it. I’m going to work on the pages where I had a problem in about an hour and then I’ll come back and report what happened if anything.
Forum: Plugins
In reply to: [RPB Chessboard] Flip board and change piecesthank you, yo35.
I found out later on when I installed the plugin. I didn’t see much documentation on that previously. Still, the documentation in the plug-in was very clear and thorough.
And thank you for pointing me to the github page!
Forum: Plugins
In reply to: [Embed Chessboard] Responsive Chessboard (for smartphones)Ahh, ok, thank you.
Forum: Plugins
In reply to: [Embed Chessboard] Selection colorThat’s outrageous.
Kidding, man. Thanks for all you’ve done!
Forum: Plugins
In reply to: [Embed Chessboard] Null Move and NAG at the beginningthanks, Paolo π
Forum: Plugins
In reply to: [Embed Chessboard] Null Move and NAG at the beginningThank you very much, it works brilliantly.
Null moves work without a single problem. Before I was using
$static_characters = array_merge( array( /*'---', ' -- ', '--', ' - ', 'xn–',*/ '...', '`’, ‘\’\”, ‘ ™’ ), $cockney );
$static_replacements = array_merge( array( /*$em_dash, ‘ ‘ . $em_dash . ‘ ‘, $en_dash, ‘ ‘ . $en_dash . ‘ ‘, ‘xn--‘, */’…’, $opening_quote, $closing_quote, ‘ ™’ ), $cockneyreplace );`But then I reverted to the default and applied your update and it works great.
The NAGs on the first move also work well though one thing puzzles me. It’s the comment color. My comment color is blue but the zugzwang at the beginning is black. But if I put it after a few NAGs then it ends up being blue. Here, the bottom game (Ruy vs Berlin) shows what I’m talking about (move 8): http://www.squarology.com/?page_id=729 I’m guessing some NAGs simply start off the same color as the text and nothing can be done about it.
Also, if you look on that page and that game (Ruy vs Berlin) on move 6, I tried to put the bishop piece in a comment with unicode but it came out like the arial(?) bishop. How do I write the pgn4web default bishop piece? On moves 4 & 10 I did it by writing Re1 & Ng5-f7 respectively so if I write the notation I can get it but is there a way to just write a piece without putting notation beside it? I hope that made sense.
Thanks again for everything!
Forum: Plugins
In reply to: [Embed Chessboard] Null Move and NAG at the beginningWooohooo! Good news. You rock!
Forum: Plugins
In reply to: [Embed Chessboard] Null Move and NAG at the beginningYou’re right, the null move does work. I added another pair of dashes so it’s like this: 4. —- before I was just using one pair of dashes like this 4. — but it didn’t work. How very strange.
It’s a wordpress theme issue apparently: http://ww.wp.xz.cn/support/topic/issue-with-double-dash?replies=16 http://wordpress.stackexchange.com/questions/17633/single-dash-converted-to-double-dash. I’ll ask the company that made my template. They’ll be able to help me with that.
Cheers!
Forum: Plugins
In reply to: [Embed Chessboard] Do the updates contain any new features?Thank you for the tip. I’m such a noob at coding but now I’ve put the images outside the plugin folder. And I will not fear any more updates!
Thank you once again for this beautiful plugin.