Harmonic Design
Forum Replies Created
-
Forum: Plugins
In reply to: [HD Quiz] Problems with cyrillic textHello jurikleb,
I do in fact have a working solution to this. I’ll be pushing an update the HD Quiz sometime within the next 7 days so stay tuned!Forum: Plugins
In reply to: [HD Quiz] Can't change 'Quiz fail text' after updating WordPressHi JS Audio,
I’m glad you were able to track down the errant plugin.Unfortunately, this is NOT an issue with HD Quiz, so my support for this issue has to be limited. The problem is with the mb.miniAudioPlayer plugin and how it’s interfering with a change to the recent update to WordPress. Something it’s doing is breaking a core WordPress function…
I suggest the following:
- Disable mb.miniAudioPlayer plugin
- Edit the Quiz fail text
- Re-enable mb.miniAudioPlayer plugin
- Confrim that the quizzes are displaying the correct fail text
Once you have tried the above, I’d suggest contacting the developer of mb.miniAudioPlayer plugin and notifying him of the new conflict with his plugin and recent WP version. Hopefully, he’ll push an update soon!
If not you can always try a different audio plugin. I think this one will do what you need.
I am marking this topic as resolved as it is not an HD Quiz issue, but please don’t hesitate to keep me in the loop or ask for any additional help!
Forum: Plugins
In reply to: [HD Quiz] Can't change 'Quiz fail text' after updating WordPressHi JS Audio,
I just updated two of my main sites using HD Quiz to WP 4.6 and am not seeing the problem you have. On both sites, both the PASS and FAIL text options are working as normal.Because of this, I’m guessing that one of your other installed plugins (or possibly even your theme) is not playing nice with WP 4.6 is causing either a script load error or a jQuery error.
Please try the following:
- Using Chrome, goto the quiz options page, right click and select “Inspect”. This will bring up the console. Do you see any errors listed there? If so, what are they?
- Try disabling all plugins (other than HD Quiz) and see if that fixes the problem. If it does, then we know that it is another plugin causing the problem. Re-enable your plugins one by one to find the errant plugin
- If none of the above works, try using a different theme to see if it’s a problem with your themes code
- Lastly, it could be that WordPress did not properly update. Go to Dashboard -> Updates. Select the Re-install now button to reinstall the latest WP version.
Forum: Plugins
In reply to: [HD Quiz] Can't change 'Quiz fail text' after updating WordPressThank you for notifying me of this. I’ll look into it and get back to you ASAP
Forum: Plugins
In reply to: [HD Quiz] Can i add a shortcode between questions ?Hello Dori,
thank you for using HD Quiz, and an especial thank you for your glowing review! It really makes all the difference to know that people appreciate my work.I believe that the root of your question is about pagination, so that you can have a certain amount of questions per page or maybe even limiting it to one question per page.
Unfortunately, HD Quiz is not currently compatible with pagination, but I think that it is a great idea and I’ll add it in as a feature for the next release of the plugin ASAP.
In order to help me develop this new feature, can you please describe why you want to use pagination and how you’d plan to use it? Your feedback will help me make the feature as relevant to your needs as possible.
Thanks in advance,
~Harmonic DesignForum: Themes and Templates
In reply to: Site Titleis this the photo you’re trying to change?
http://airsoftadvice.com/wp-content/uploads/2011/01/logo-2.gif
If so then, it is between a <h1> and </h1>! Not sure if you added that after I told your or not though. The easiest way for you to upload an image is to just login to your wordpress site. Then on the left sidebar select media / add media. Upload the photo there, and once it’s done uploading it will show you the full URL of the image.
Forum: Themes and Templates
In reply to: Site TitleGernally speaking, under appearance, select edit. On the right side bar, select index.php
Look for the line of code that is in between <h1> SOme COde </h1>
Delete the code in between the h1’s and insert the image using HTML using
<img src ="URLtoImageYouUploaded" alt ="Site title text">