Title: Console errors when viewing plugin
Last modified: August 22, 2016

---

# Console errors when viewing plugin

 *  [leec87](https://wordpress.org/support/users/leec87/)
 * (@leec87)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/console-errors-when-viewing-plugin/)
 * When using the plugin, I’m getting console errors showing that some files can’t
   be loaded due to 404 errors:
    /js/modernizr.custom.29473.js?ver=4.0.1 /images/
   arrow_down.png /images/arrow_up.png
 * As well as an `Uncaught ReferenceError: require is not defined` in gulpfile.js.
 * I’ve looked at the images folder, and it’s empty.
 * [https://wordpress.org/plugins/wp-responsive-faqs/](https://wordpress.org/plugins/wp-responsive-faqs/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [leec87](https://wordpress.org/support/users/leec87/)
 * (@leec87)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/console-errors-when-viewing-plugin/#post-5581614)
 * Hi,
 * There are some other things I’ve noticed with this plugin.
 * When going to edit FAQs that have been saved, slashes are being added whenever
   a single or double quote is used, with an extra slash being added each time it’s
   viewed or edited… What’s happening?
 * Also, it seems that shortcodes cannot be used within FAQ answers. Why is this,
   and how can we get it to work with shortcodes?
 *  [lostSqualo](https://wordpress.org/support/users/lostsqualo/)
 * (@lostsqualo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/console-errors-when-viewing-plugin/#post-5581834)
 * Line #141 needs editing to become:
 * `<?php FaqForm( 1 ,stripslashes( trim( $result['question'] ) ), stripslashes(
   trim( $result['answer'] ) ), true, $category_list, $active_categories ); ?>`
 * That should fix the runaway backslashes, but you will have to manually remove
   any backslashes that have been recorded to the database by previous edits. Once
   that’s done any subsequent edit will not now be adding backslashes in the editor.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Console errors when viewing plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-responsive-faqs.svg)
 * [WP Responsive FAQ](https://wordpress.org/plugins/wp-responsive-faqs/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-responsive-faqs/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-responsive-faqs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-responsive-faqs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/)

## Tags

 * [errors](https://wordpress.org/support/topic-tag/errors/)

 * 2 replies
 * 2 participants
 * Last reply from: [lostSqualo](https://wordpress.org/support/users/lostsqualo/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/console-errors-when-viewing-plugin/#post-5581834)
 * Status: not resolved