Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter peekay

    (@peterkorchnak2)

    I am using the correct shortcode, it just got reformatted in this block editor after copy-paste.

    Changing the theme has no effect, the player still does not display.

    • This reply was modified 4 months ago by peekay.
    Thread Starter peekay

    (@peterkorchnak2)

    On page

    https://yugoblok.com/visitingyugoslavia/zagreb-trade-fair/

    I am using these shortcodes at the very bottom.

    [podcast_episode episode=”19998″ content=”title, excerpt, player”]
    [podcast_episode episode=”20088″ content=”title, excerpt, player”]

    Title and excerpt is displayed for me, player is not.

    Thread Starter peekay

    (@peterkorchnak2)

    The CSS worked perfectly. Thank you for your assistance.

    IDs may be stronger selectors but it’s unfortunate and redundant to have have to reproduce the CSS for each and every quiz. In my non-coder mind, classes can do a better job of universal application to avoid that extra work. But it’s your product and free is a good price. Thanks again.

    Thread Starter peekay

    (@peterkorchnak2)

    Thank you. I had to move the quiz to a different page, because (and this is a bug you may wish to fix), after it expired I changed the expiration date but it would not update on the front end and on mobile devices it kept saying that it’s expired. Once I made a copy of the updated quiz and moved it to this page, it was fine.

    https://rememberingyugoslavia.com/yugoquiz/january2024/

    The CSS you provided works in part. For wrong answer, the whole button turns red and the button for the correct answer turns green – great. But, for correct answer, only the border turns green, the dot in the middle stays red – I’d like either that dot to turn green or the whole button, similar to wrong answer styling. Thank you.

    Additionally, it would be helpful, if the styling worked for ALL quizzes. If I make multiple quizzes, then it seems like I have to copy this CSS for each quiz individually, which is impractical. So if you could change it from ID to class, that would be even more helpful.

    Thread Starter peekay

    (@peterkorchnak2)

    The quiz is here:

    https://rememberingyugoslavia.com/yugoquiz/jan24/

    As you’ll see, when you get the answer right, the radio button turns green – correctly. But when you get it wrong, it stays green, against the correctly red background of the answer field, but I want it to turn red.

    This is the custom CSS I made:

    #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field input:checked + label::before,
    #ays-quiz-container-2.ays_quiz_classic_light .ays-field input:checked + label.answered.correct::before, #ays-quiz-container-2.ays_quiz_classic_dark .ays-field input:checked + label.answered.correct::before {
    	background-color:#46ae4f !important;
    	border-color: #46ae4f !important;
    }



    I would also like the correct CSS to apply to all quizzes, not just ID2.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)