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

    (@ccprog)

    Sorry about that, the styling does not work like expected. I’ll fix that with the next minor version.

    I’ve seen four issues:

    • large spacing between letters break the word markings
    • texts in message popups and menu are invisible
    • a superfluous bullet before the entries in the word list below the riddle
    • Layout jumps when clicking on menu

    Are there any more you are aware of?

    As an interim measure, you could do the following. Make a text file with the name crosswordsearch.css and the following content:

    .cse {
        background-color: inherit;
    }
    #content .cse.select dd {
        margin: 0;
    }
    #content td.crw-field {
        padding: 0;
    }
    .crw-immediate p, .crw-immediate table, .crw-immediate td {
        color: black;
    }
    ul.crw-word > li {
        list-style: none;
    }

    and load it into the base folder of your active theme, wp-content/themes/tempera/.

    You will find that the Options tab on the Settings/Crosswordsearch page then contains some extra settings. Please do not change them.

    (The technically sound way to do this would be to place the file in a child theme. If you do not already understand what this means, don’t bother with it.)

    Extra tip: it seems you have a number of empty crossword fields on the right hand and bottom side of the riddle. They might be invisible, but they take up empty space on the page and can still be marked, resulting in cryptic messages for your site visitors. (“The marked word _______ is not part of the solution.”) It would be better to remove them by resizing the riddle to the filled-in fields.

    As soon as the fixes are up on my side, I’ll notify you.

    Thread Starter Brinda

    (@brinda)

    Hi!
    Thank you for everything!

    Now the main issue is fixed.

    The “Marked word ______” message probably is a problem caused during creation.

    This crossword was only a test, now we will create a new one and I suppose that this will not appear anymore.

    Thank you again!

    Bye

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Diagonal Words’ is closed to new replies.