WPIntell

Source evidence

Console errors when viewing plugin

WP Responsive FAQ · support · 2014-12-16T09:48:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
leec87 unresolved
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/ 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.

Comments

2 shown
leec87 2014-12-16T10:23:00+00:00

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 2014-12-30T23:25:00+00:00

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.