Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pgn4web

    (@pgn4web)

    There’s no configuration option to change that marker; the “…” is used as symbolic reference in order to avoid text in a given language (English might be ok with most but not necessarily everyone).

    The only way to change that marker is to manually patch the source code of the plugin according to these instructions:
    1) open the following file with a text editor

    WORDPRESS_ROOT/wp-content/plugins/embed-chessboard/pgn4web/board.html

    2) replace the line

    SetGameSelectorOptions(null, false, 0, 0, 0, 15, 15, 3, 10);

    with the line

    SetGameSelectorOptions(“Select a game…”, false, 0, 0, 0, 15, 15, 3, 10);

    Done!

    Notes:
    – you might have to clear the browser cache before reloading your page for the change to show in your browser
    – if you ever update the embed-chessboard plugin to a newer version using the automatic wordpress update system, your customization will be lost and you have to apply that manually again

    Thread Starter Gressli

    (@gressli)

    Thank you for good and quick response! Worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change "…" to select game?’ is closed to new replies.