Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @eddievelez – Sorry, SlickQuiz doesn’t include a feature like this right now.

    Thread Starter eddievelez

    (@eddievelez)

    Hi jewlofthelotus,

    I installed your plugin and created my first quiz, but it keeps saying it’s not published. I checked everything and all STARRED fields are filled out. I am using WP 3.7.1.

    HELP!!! ??

    [signature removed]

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    It sounds like your browser is probably blocking the Preview window that should popup when you click the “Preview” button at the bottom of the create / edit quiz page.

    If the Preview window does not appear from the create / edit page, you may need to allow popups for your domain.

    Upon clicking “Preview,” look to your browsers URL bar for a “Popup blocked” message of some kind. Click that and enable popups for your blog’s domain.

    Let me know if that gets you any further.

    Thread Starter eddievelez

    (@eddievelez)

    Hi jewlofthelotus,

    Is there a way to have all the question appear on one page?

    Thank you!

    Eddie Velez
    [sig moderated as per the Forum Rules]

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Sorry, SlickQuiz isn’t able to display all questions at once right now.

    This is just sort of due to the nature of the JavaScript quiz plugin that the WP version is built upon. The reason it’s call SlickQuiz is because of the nice transitions you get between questions. Displaying all questions at once removes nearly everything that the plugin is named for, so for that reason, I’ve not made that a feature. Yet.

    I hope to make some significant changes and improvements over the course of the next month and in 2014. So stay tuned, that might show up in the near future.

    Thread Starter eddievelez

    (@eddievelez)

    Hi jewlofthelotus,

    Sorry for all the questions, but I have a client that I need to deliver this website by Friday, so I am running out of time. Thank you for your understanding help!

    I have two issues:

    1) For some reason, if I only have 2 answers, it’s not showing a radial button. 3 or more, it shows a box, but it’s above the answer and not next to it.

    2) Can I put HTML into the box that displays the text at the end of the quiz? I was trying to enter a shortcode with a button to continue onto the 2nd quiz (a total of 5) and it did not recognize it.

    Thank you… you’re a blessing!

    [signature removed]

    Thread Starter eddievelez

    (@eddievelez)

    Regarding your answer about all questions in one and a summary of all answers, if you look at my site, you will see I do many websites. I started to sell an up-sell (Questionnaires and quizzes).

    I did one with WatuPRO, but had some issues with it; hence how I found you. If you add those features, I do about 4 to 5 author websites a month and they love quizzes. If your’s offers what I need, I build it into the price and buy them a license for your PRO plugin.

    Thank you!

    [signature removed]

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @eddievelez – No problem. Can you send me a link to view your quiz? I’ll need to see the radial button situation. Secondly, yes, you can put HTML into any of the copy fields – however, a shortcode isn’t HTML and it won’t be parsed out to include the next quiz. You’re best bet would be to put the second quiz on another page, and place an HTML link to that second page in the result copy.

    @jmitchell2729 – I can’t help you, unless you help me, help you. What is your actual problem? If there is an actual problem, please provide a link to a page where the problem is occurring.

    Thread Starter eddievelez

    (@eddievelez)

    im following this guy on youtube but he has plug ins on his wordpress I don’t n I paid for domain so im stuck cuz I need the plug ins he has to follow his directions to finish my website please help thx

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @jmitchell2729 – This forum is specifically for the SlickQuiz plugin. Are you trying to install the SlickQuiz plugin? Or something else?

    im trying to install wp super cache n a host of other plug ins

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @jmitchell2729 – Unfortunately like I said, this forum relates to SlickQuiz issues only. I am not affiliated with WordPress or any other plugin.

    If your issue is entirely specific to WP Super Cache, I suggest you look up their plugin forum and post an issue there.

    If you are having general issues with WordPress and NOT a specific plugin, then I’d recommend visiting the main WordPress support forum. https://www.ads-software.com/support/

    Thread Starter eddievelez

    (@eddievelez)

    Hi jewlofthelotus,

    Well, I figured out what’s happening. For some reason, if I select more than one correct answer, it shows the check boxes. But if there’s only one correct answer selected, it does not show the check boxes.

    If I gave you access to the dashboard, would that help? If so, e-mail me your e-mail address, so it doesn’t appear here and I will add you as a user.

    Thank you!

    [signature removed]

    Here is the section in your theme CSS (https://scottamerritt.com/dev/wp-content/themes/revusion/css/base.css?ver=3.7.1) that most probably causes it:

    input[type=”checkbox”] {}
    input[type=”checkbox”] + label, input[type=”radio”] + label {font-weight:normal; font-size:14px;}
    input[type=”checkbox”] + label span {display:inline-block; width:19px; height:19px; margin:-4px 4px 0 0; vertical-align:middle; background:url(../images/radiocheck.png) left top no-repeat; cursor:pointer;}
    input[type=”checkbox”]:checked + label span {background:url(../images/radiocheck.png) -20px top no-repeat;}
    input[type=”radio”] {display:none;}
    input[type=”radio”] + label span {display:inline-block; width:19px; height:19px; margin:-4px 4px 0 0; vertical-align:middle; background:url(../images/radiocheck.png) -38px top no-repeat; cursor:pointer;}
    input[type=”radio”]:checked + label span {background:url(../images/radiocheck.png) -58px top no-repeat;}

    It causes the problem with Watu as well. You should remove it from the CSS and both plugins will most probably start working fine.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Summary of Multiple Quizzes at the end’ is closed to new replies.