the_MooDy
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickQuiz] Start ButtonOK I’ve added the Finish Button… Now I need to figure out a way to redirect users to the next lesson.
@jewelofthelotus any idea how I could accomplish this?
Forum: Plugins
In reply to: [SlickQuiz] Start ButtonNo need to remove the start button anymore.
I would, however, like to know if there is a way to add “Finish” button at the end of the quiz to redirect the user to another page.
Is this something that can be done easily?
Thanks.
Forum: Plugins
In reply to: [Collapse-O-Matic] [Plugin: jQuery Collapse-O-Matic] Embed in Page TemplateThanks.
One more question.
Can this plugin be used in the loop?
For example:
I want to display the title of the post, then when the title is clicked the content of the post is shown below.I only want 1 post to be displayed at a time. Is this possible?
Forum: Plugins
In reply to: [Email Users] [Plugin: Email Users] default templateor maybe even add a section where i could upload my a template and be able to select it later?
Forum: Plugins
In reply to: [SlickQuiz] [Plugin: SlickQuiz] Preview Screen BlankOk, I got it working.
For some reason the files were located in a the wrong folder. The CSS still isn’t working, but that’s not a big deal. I can fix that. ??
Thanks.
Forum: Plugins
In reply to: [SlickQuiz] [Plugin: SlickQuiz] Preview Screen Blankdisregard the x’s
I am under an NDA for the site I am currently working on.
Forum: Plugins
In reply to: [SlickQuiz] [Plugin: SlickQuiz] Preview Screen BlankI just started getting errors.
Failed to load resource: the server responded with a status of 404 (Not Found) https://xxxxxx.com/wp-content/plugins/slickquiz/js/slickQuiz.js?ver=3.4
Failed to load resource: the server responded with a status of 404 (Not Found) https://xxxxxx.com/wp-content/plugins/css/front.css?ver=3.4
Failed to load resource: the server responded with a status of 404 (Not Found) https://xxxxxxx.com/wp-content/plugins/slickquiz/css/slickQuiz.css?ver=3.4
Uncaught TypeError: Object [object Object] has no method ‘slickQuiz’ quiz-1:272Forum: Plugins
In reply to: [SlickQuiz] [Plugin: SlickQuiz] Email ResultsGreat! Thanks for an already amazing plugin.
Forum: Plugins
In reply to: [SlickQuiz] [Plugin: SlickQuiz] Email ResultsI was thinking that users would have their own accounts to make it easier to keep track of who scored what on each quiz.
Forum: Plugins
In reply to: [SlickQuiz] [Plugin: SlickQuiz] Email ResultsI mean like aggregate the scores. To keep track of how user did.
I plan on using this as study tool for study groups.Forum: Plugins
In reply to: [SlickQuiz] [Plugin: SlickQuiz] Email ResultsAwesome, I’ll be looking out for that.
Also, will there be a way to manage each user’s scores from the admin panel?
Forum: Fixing WordPress
In reply to: Add custom read more buttons to blog excerptI really appreciate your help alchymyth.
I have found a solution by using the Page Links To plugin. It allows me to redirect the reader with post titles.
Thanks Again.
Forum: Fixing WordPress
In reply to: Add custom read more buttons to blog excerptmy loop
https://pastebin.com/iZm8hj7PForum: Fixing WordPress
In reply to: Add custom read more buttons to blog excerptBelow is my loop.php
[code moderated per forum rules - the limit for posting code is 10 lines - for more, use the pastebin]
Forum: Fixing WordPress
In reply to: Add custom read more buttons to blog excerptMy loop is in fact using the the_content();
Also, when i remove the previous code from the functions.php the more links still do not work.