teodorcat
Forum Replies Created
-
Forum: Plugins
In reply to: [Chessgame Shizzle] Meta Field for FENYes, it works. Thank you, Marcel.
Forum: Plugins
In reply to: [Chessgame Shizzle] Meta Field for FENThe second option is more than enough for me.
Forum: Plugins
In reply to: [Chessgame Shizzle] Meta Field for FENYes, it’s ok that this metafield for FEN is read-only.
You’ve anticipated my next question about a way to update all old chessgames ?? It would be great if this is possible.
Forum: Plugins
In reply to: [Chessgame Shizzle] Width of the buttonsButtons are OK now. Thank you.
Forum: Plugins
In reply to: [Chessgame Shizzle] Printing PDFThank you Marcel.
Now I see all the diagrams and solutions from several chessgames and I can print them as PDF. Great.
I added the custom code into my plugin. You are right that others probably don’t need it and it’s better not to use it in the chessgame plugin. But I am happy to have it. Thanks a lot.
Forum: Plugins
In reply to: [Chessgame Shizzle] invert the ChessboardClick e7-square to flip the board.
Forum: Plugins
In reply to: [Chessgame Shizzle] Printing PDFI used plugin Display Posts to show the full content of several chessgame CPT on one regular WordPress post.
https://best.chessstudy.art/?p=521
This way I can print many CPT items with Prin-O-Matic plugin. But as you see only the chessboard and game text of the first CPT is visible. So, the issue is definitely with the Shizzle CPT.
Forum: Plugins
In reply to: [Chessgame Shizzle] Printing PDFMarcel, I found another good plugin Print-O-Matic for printing single CPT. One can target any div id or class that we want to print and ignore anything that we don’t want to print.
It can’t print several posts.
Forum: Plugins
In reply to: [Chessgame Shizzle] Printing PDFQuick Print is for default WordPress posts and pages only.
Go to Print My Blog – Pro Print – Add New Project and add some chessgame custom posts for printing.
Forum: Plugins
In reply to: [Chessgame Shizzle] Printing PDFChessgame Shizzle is the best plugin to make collections of chess games. That’s why I want to combine it with the capability of the Print My Blog plugin to save in seconds any group of chess games posts as a nice PDF file. For some reason when Chessgame Shizzle custom posts are displayed in one place only the chessboard of the first post is visible. When the games are inserted in ordinary posts with a shortcode (using iframe) they all are visible. Other chess plugins like Embed Chessboard (pgn4web) and RPB Chessboard don’t use iframes to add chess games in ordinary posts and each game has the chessboard when printing. So, the issue or restriction has to do with the Shizzle custom posts, I think. If this is resolved the best chess plugin on Earth will become the best in the Universe.
Forum: Plugins
In reply to: [Chessgame Shizzle] Title from shortcodeYes, I often use custom CSS. You are right that my method to hide the title is good till the next update. But I take notes of all the changes I made ??
Forum: Plugins
In reply to: [Chessgame Shizzle] Chessboard not resizing on mobileYou have to override the plugin’s CSS to have a smaller board for mobile screen. The styles I use are on this page https://best.chessstudy.art/?p=95 with explanations what they do.
Forum: Plugins
In reply to: [Chessgame Shizzle] Title from shortcodeResolved it. Commented the title function (line 39) in chessgame-shizzle/thirdparty/pgn4web/cs-template-iframe-extended.php
Same problem.
The latest update didn’t fix the bug with the google toolbar. It is hidden but I can see the ugly spinning wheel in the background when changing the language. And you can’t return to the native language because the click on the native flag should close the hidden toolbar, I suppose. But it doesn’t.
.arpw-title {
cursor: default;
pointer-events: none;
text-decoration: none;
}- This reply was modified 2 years, 5 months ago by teodorcat.