• Resolved opentype

    (@opentype)


    Thank you very much for making this Plugin and providing it free of charge!

    I have two problems however:
    1) In the preview windows everything works fine, but within a WordPress article, the NEXT and CHECK MY ANSWER buttons always appear both. Which is not only confusing for the users, it can also mean that the solution might not appear at all, when its deactivated at the end and the user skips it while taking the single questions.

    2) In Safari I can’t reach the Publish button at all. The preview windows won’t pop up, when you press the Preview button at the end of the Quiz editor. It does open when I click the Preview button on the quiz overview page, but then there is no Publish button.
    I guess the Publish button shouldn’t be hidden this way. It could just appear beside the Preview buttons, both on the quiz overview and edit page.

    http://wordpress.org/extend/plugins/slickquiz/

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

    (@jewlofthelotus)

    Hi @opentype: For your first issue, I’d have to see what’s going on with the page to figure out the solution. Do you have a published page with the problem you could send me the link to? If not, I’d need at least the source code from the preview page where the problem is happening. To do the latter, left click on the preview page with the problem > “View Source” > copy all the code into pastebin.com > send me the link pastebin gives you after you submit the form.

    For the 2nd issue – I am able to replicate it on my end however I haven’t figured out what the cause is yet. To get around it in the interim, you can go to the Security pane in the Safari preferences panel and uncheck “Block pop-up windows” Thanks for pointing this one out – hopefully I’ll have a fix for it soon, and I’ll definitely think about adding the publish button to the main listing preview popups.

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @opentype – I found the bug with Safari popups and just pushed out a fix for it. You should see the update (v1.0.18) come up soon!

    Thread Starter opentype

    (@opentype)

    Do you have a published page with the problem you could send me the link to?

    http://opentype.info/blog/2012/10/01/quiz-famous-people-from-the-history-of-type-and-print/

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Hi @opentype – It looks like your theme has a CSS style that is overriding the quiz button styles.

    Specifically, line 3182 of http://opentype.info/blog/wp-content/themes/merchant/styles/green_gold.css sets all anchor tags with the class of “button” to display: inline-block;.

    If possible, I’d suggest looking through your site for any anchors with the class of “button” to determine if that display: inline-block; style is needed else where. If not, duplicate the CSS styles, remove #wrapper a.button, from the original, and add a new selector for #wrapper a.button with the duplicated styles, minus the display: inline-block; setting.

    Hopefully that made some sense! 🙂 Let me know if you need anymore help!

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Btw @opentype – your quiz looks so awesome!!!

    Thread Starter opentype

    (@opentype)

    Thanks for checking out the CSS problem.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: SlickQuiz] Two problems (publishing/live button)’ is closed to new replies.