Logan Judge
Forum Replies Created
-
The ability for a shortlink to be included in the twitter share.
One solution might be to have separate “Social Media Sharing Text” for Facebook and Twitter. That way site owners could add the shortlink there. I appreciate you can do this now and just have it show on both, but surveys suggest that Facebook users really don’t like articles with shortlinks in.
Forum: Plugins
In reply to: [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Error Code 0015Hi
I have previously reported the same problem, but since there is no news on a fix, got around it by adding the css to my site’s main styles and tweaking it there.
Since I use a Genesis theme, I followed this tutorial to setup a custom css file where I copy and pasted the QMN css: https://www.youtube.com/watch?v=EOhH4oSvKn8
The one downside to this is that the css will affect all quizzes, but that’s not a problem to me right now and is better than nothing.
Hoping a proper fix is available soon, but in the meantime, I hope it helps you to move forward.
Logan
… A bit more information to add to my last post is that it appears that no style information whatsoever is being applied to any quizzes that I setup. Even though the default css is present in the “Custom Theme CCS” textbox, “previous” and “next” links do not appear as buttons and Submit buttons get styled the same way as any other button on my site. It seems it has been this way since I first installed the plugin.
I have also tried looking at the Error log when I click “Save Quiz Style” (and get the on-screen 0015 error) but that doesn’t show anything.
Can you give me any clues as to how I need to go about debugging this?
Thanks
Logan
Hi Frank
This happens, even if I set up a brand new quiz and go into the “Quiz styling” section and click “Save Quiz Style” without making a single change to the default styling.
Making legitimate changes or copying and pasting the default, all result in the same.
In short, “Save Quiz Style” seems to fail in all scenarios.
Kind regards
Logan
Ok, not an ideal solution, but I have kind of ‘fixed’ this by opening mlw_quiz.php and changing both instances of:
window.location.hash = “mlw_top_of_quiz”;
so that they read:
window.location.hash = “text-8”; // Changed from “mlw_top_of_quiz”
“text-8” being the id of the highest up tag on the page, apart from the menu but that doesn’t work because it’s static.
Hopefully there will be a more robust solution in a later release of the plugin but hope this helps someone for now.
Logan
Hi
Is there any progress on this yet?
I have version 3.0.1 and am setting up a quiz where I need to show 1 question per page. However, as soon as you navigate to a question, all you see at the top of the screen is “Previous” and “Next” (without spaces between them, “PreviousNext”, but I’ll look at that in a bit) and have to scroll up to find the actual question.
I only downloaded the plugin yesterday, and it seems mostly great, but this makes it unusable as its behaviour would at best make my site look not very slick and, at worst, like it’s broken.
Any information, asap, would be much appreciated!
Cheers
Logan