Search found 109 matches

by alf
Thu Mar 09, 2017 2:38 pm
Forum: General Help
Topic: Working on tablets
Replies: 1
Views: 69509

Re: Working on tablets

The timer can be implemented as a feature. I will put that on my todo list. If you experience problem on tablets, then it's a bug, because it should work on tablets. I have tested it on devices running Android. What problems do you experience and on which handheld devices(iPhone, iPad, Android etc) ?
by alf
Wed Mar 08, 2017 10:13 pm
Forum: General Help
Topic: How to change the Arrows Colors?
Replies: 3
Views: 82962

Re: How to change the Arrows Colors?

I have added support for arrow stylings in the Plugin Setup page now. Example: "stroke-width:1;stroke:#FF0000;stroke-opacity:0.8;fill:#FF0000;fill-opacity:0.1" It's basically a string with styling attributes separated by semicolon; The arrows are rendered with SVG, so you have to use SVG styling att...
by alf
Wed Mar 08, 2017 12:57 am
Forum: General Help
Topic: How to change the Arrows Colors?
Replies: 3
Views: 82962

Re: How to change the Arrows Colors?

Good point :)

I will start adding more config parameters(like arrow styling) tomorrow.

Alf
by alf
Fri Mar 03, 2017 4:15 pm
Forum: General Help
Topic: Opening Training
Replies: 9
Views: 132538

Re: Opening Training

Good idea :)

That's probably how I will implement it. I just need to take into consideration openings with only 1 move.
by alf
Fri Mar 03, 2017 3:50 pm
Forum: General Help
Topic: Opening Training
Replies: 9
Views: 132538

Re: Opening Training

I will find a solution for the opening trainer.

* I'm also in the process of creating some new puzzles, example: find hanging pieces, pinned pieces etc. I think it could be nice feature.
by alf
Fri Mar 03, 2017 9:49 am
Forum: General Help
Topic: Request for a feature
Replies: 12
Views: 182517

Re: Request for a feature

I will work on some more templates for tournaments/database views. I'm also thinking about how you can create your own templates from wp admin. I haven't landed on a solution for that yet, but it would be a great feature to have. It's a bit complicated, so I want to make sure I'm doing it right befo...
by alf
Fri Mar 03, 2017 9:45 am
Forum: General Help
Topic: Opening Training
Replies: 9
Views: 132538

Re: Opening Training

Hmm. Good question :) It's based on the tactic trainer, so the result is what's decided which color you play. If the result is 0-1 [Result "0-1"], you will play black. But for the opening trainer, you will probably want something random. I have to think about that one. Do you have any suggestions? -...
by alf
Tue Feb 28, 2017 7:52 pm
Forum: General Help
Topic: Request for a feature
Replies: 12
Views: 182517

Re: Request for a feature

Thanks :)

Very good suggestions. It will be implemented.
by alf
Tue Feb 28, 2017 3:28 pm
Forum: General Help
Topic: Request for a feature
Replies: 12
Views: 182517

Re: Request for a feature

I will put the from-click/to-click feature on my todo list.

The drag'n drop should work on both mobile and desktop devices.
by alf
Wed Feb 22, 2017 5:23 pm
Forum: Bug Reports
Topic: I got this error while importing pgn
Replies: 9
Views: 73053

Re: I got this error while importing pgn

The plugin has been updated with a temporary fix for this problem. It occurred because of NULL moves in the pgn, i.e. things like: 9... -- 10. Re5 (notice the --) I have not yet implemented support for NULL moves, but I have added it to my Trello boards of upcoming tasks. The temporary bugfix is to ...