• Hi Alex
    Is there anyway to keep shortcodes in Result Page working? As users submit their quiz, the appeared result page doesn’t look nice to them with the code on it.
    For ex: [audio mp3="https://***/*.mp3"][/audio]

    [tabs style=”” theme= connect=”667″] [tab title=”SECTION 1″ icon=”” connect=”667″]
    Bests

    https://www.ads-software.com/plugins/quiz-tool-lite/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alex Furr

    (@alexfurr)

    Hi,
    Probably just need to run the ‘do_shortcode’ function at the correct place.
    Where are you seeing this exactly? Is it in the feedback for a question?
    Or in the grade boundary feedback?

    If possible send me a link so I can see what bit of code you’re referring to thanks

    Alex

    Thread Starter landonbm

    (@landonbm)

    Hi
    Here is the link
    https://hocnao.com/khong-phan-loai/test/
    take a look
    As i submit my answer, it appears the codes above
    Bests

    Thread Starter landonbm

    (@landonbm)

    And there is a thing that i would like to ask. The red Time box floating in the middle of page is not nice to users. Can you move it somewhere. My suggestion is: A small Time circle floating on the left, or right. What do you think?:D

    Plugin Author Alex Furr

    (@alexfurr)

    Hi,

    The countdown information is in the div “countdownDiv”
    so you could apply some CSS to that to make it smaller / change the colour etc
    e.g. adding:

    #countdownDiv {
        width: 200px;
        border-radius: 25px;
        z-index: 9999
    }

    adds a rounded border to the countdown box and makes it float above the text.

    Regarding the shortcode I can see where to change the code so it runs the shortcode properly – give me a couple of days to fix and I’ll upload the new version. Thanks for the link – it was very helpful.

    Alex

    Thread Starter landonbm

    (@landonbm)

    Thanks
    I’m looking forward the new update.
    Bests
    Landon

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Result page’ is closed to new replies.