Title: GeniusStartup's Replies | WordPress.org

---

# GeniusStartup

  [  ](https://wordpress.org/support/users/geniusstartup/)

 *   [Profile](https://wordpress.org/support/users/geniusstartup/)
 *   [Topics Started](https://wordpress.org/support/users/geniusstartup/topics/)
 *   [Replies Created](https://wordpress.org/support/users/geniusstartup/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/geniusstartup/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/geniusstartup/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/geniusstartup/engagements/)
 *   [Favorites](https://wordpress.org/support/users/geniusstartup/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)

1 [2](https://wordpress.org/support/users/geniusstartup/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/geniusstartup/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/geniusstartup/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Watu Quiz] jQuery error](https://wordpress.org/support/topic/jquery-error-46/)
 *  Thread Starter [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/jquery-error-46/#post-8268455)
 * All other plugins work fine. Loading jQuery in the footer is common for speed
   optimization.
 * The bit of code causing the error isn’t using _document.ready_, it’s using
 * `jQuery(function($){`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Watu Quiz] jQuery error](https://wordpress.org/support/topic/jquery-error-46/)
 *  Thread Starter [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/jquery-error-46/#post-8267929)
 * Thanks for the quick reply.
 * The console error refers to line 165, which starts:
 * `for(x=0; x<Watu.qArr.length; x++) {`
 * Just noticed there’s also another error:
 * `Uncaught ReferenceError: jQuery is not defined`
 * being triggered by this part of the source code:
 *     ```
       var watuURL='';
       jQuery(function($){
       question_ids = "4,5";
       exam_id = 2;
       ```
   
 * Sorry, I can’t post a live link because the page is still being developed.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Admin Font Editor] not working](https://wordpress.org/support/topic/not-working-1241/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/not-working-1241/#post-7974400)
 * The plugin is only designed to work with the text editor, not the visual editor.
 * The visual editor usually takes its styling from the installed theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Font Editor] Not working at all](https://wordpress.org/support/topic/not-working-at-all-60/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/not-working-at-all-60/#post-5402932)
 * Are you using the Visual Editor? As clearly stated, the plugin doesn’t work with
   the Visual Editor.
 * Have you set your desired font and font size under _Settings > Admin Font Editor_?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rapid Quiz] Issue with numbering](https://wordpress.org/support/topic/issue-with-numbering/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/issue-with-numbering/#post-4831843)
 * Sounds like adding an option to use numbers or not on a page would fix the problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rapid Quiz] Delete bullets](https://wordpress.org/support/topic/delete-bullets/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/delete-bullets/#post-5326465)
 * You can either add your own custom CSS or just add something like this to end
   of the style.css file of your theme:
 *     ```
       rq_panel ul {
       list-style: none;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Font Editor] Doesn't work for me](https://wordpress.org/support/topic/doesnt-work-for-me-53/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-for-me-53/#post-5336459)
 * Hi,
 * Are you using the Visual Editor? For some reason, the plugin no longer works 
   with the Visual in WordPress 4.0. I haven’t been able to find a fix for it so
   far.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Admin Font Editor] Did not work for visual editor.](https://wordpress.org/support/topic/did-not-work-for-visual-editor/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/did-not-work-for-visual-editor/#post-7886167)
 * It seems something has changed in version 4.0 with the way the Visual Editor 
   works. I’ve been unable to find a cause or solution, so I’ve had to drop support
   for the Visual Editor.
 * I’ll update the plugin documentation to make that clear.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Admin Font Editor] Did not work for visual editor.](https://wordpress.org/support/topic/did-not-work-for-visual-editor/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/did-not-work-for-visual-editor/#post-7886164)
 * Which version of WordPress are you using?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Admin Font Editor] Perfect solution](https://wordpress.org/support/topic/perfect-solution-31/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/perfect-solution-31/#post-7879645)
 * Thanks – appreciate you taking the time to leave a review.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rapid Quiz] Showing number of correct and wrong answers](https://wordpress.org/support/topic/showing-number-of-correct-and-wrong-answers/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/showing-number-of-correct-and-wrong-answers/#post-5128119)
 * Hi,
 * Glad you’re enjoying the plugin.
 * That’s a great suggestion – I’ve added it to the to-do list…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Font Editor] Doesn't work](https://wordpress.org/support/topic/doesnt-work-637/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/doesnt-work-637/#post-5070430)
 * Thanks for your feedback. Are you able to test while using the default WordPress
   theme?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Rapid Quiz] Simple, easy to use.](https://wordpress.org/support/topic/simple-easy-to-use-9/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [12 years ago](https://wordpress.org/support/topic/simple-easy-to-use-9/#post-7831796)
 * Adding more than one possible answer should automatically generate a multiple
   choice option. Is that what you mean?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Rapid Quiz] Working Great and Just what I needed](https://wordpress.org/support/topic/working-great-and-just-what-i-needed/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [12 years ago](https://wordpress.org/support/topic/working-great-and-just-what-i-needed/#post-7848276)
 * Hi Tamrah,
 * Thanks for your kind words. I took you up on your idea of adding a donate link:
   [http://wordpress.org/plugins/rapid-quiz/](http://wordpress.org/plugins/rapid-quiz/)
 * 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rapid Quiz] issue with answer style](https://wordpress.org/support/topic/issue-with-answer-style/)
 *  Plugin Author [GeniusStartup](https://wordpress.org/support/users/geniusstartup/)
 * (@geniusstartup)
 * [12 years ago](https://wordpress.org/support/topic/issue-with-answer-style/#post-4877104)
 * Hi,
 * If you take a look rapid-quiz.js, you see this around line 15:
 * `$(this).parent().css('font-weight', 'bold');`
 * If you remove that or comment it out, it should stop the bold from happening.

Viewing 15 replies - 1 through 15 (of 33 total)

1 [2](https://wordpress.org/support/users/geniusstartup/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/geniusstartup/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/geniusstartup/replies/page/2/?output_format=md)