• 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://www.ads-software.com/plugins/wp-responsive-faqs/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter leec87

    (@leec87)

    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?

    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.