I encountered an issue where activating the FAQ You plugin (version 2.0.1) causes the admin page go white screen. And whenever you deactivate it, admin page goes back to normal again.
Here’s how I solved it.
1. I found out that this line from /wp-content/plugins/faq-you/faq.php causes the error:
$questions = $wpdb->get_results("SELECT * FROM ".$wpdb->prefix."ot_faq_questions WHERE answer='' ORDER BY id DESC");
2. I replaced that line with these:
$query = $wpdb->prepare( "SELECT * FROM %s WHERE answer='' ORDER BY id DESC", "{$wpdb->prefix}ot_faq_questions" );
$questions = $wpdb->get_results( $query );
]]>
WYSIWYG editor doesn’t work with WordPress 3.4.2, all relevant topics are closed, I wonder why? Plz help.
]]>hi,
i had a category shown on [faq id=”1″] i deleted it and now i can still see the questions that were connected to this category, display on the web page but i cannot change their category to something else.
how can i do that?
]]>Here’s the page I’m setting up: https://agentnavigator.com/individual-health-insurance-qa/
I have a lot of answers that direct people to other sites and I’d like to find a way to make them hyperlinks.
]]>Hi,
When opening a faq answer extends the faq page past the last sidebar widget, it blanks out the sidebars until the end of the faq page.
This behaviour only occurs in IE, not in Firefox.
(My theme is artisteer generated, IE is version 8)
Any ideas/solutions?
Thx
Tom
I customized my dashboard using the function.php and added custom made widgets.
I would like to ’embed’ the FAQ You but I can’t seem to figure out how.
Using:
add_action('wp_dashboard_setup', 'my_custom_dashboard_widgets');
function my_custom_dashboard_widgets() {
global $wp_meta_boxes;
wp_add_dashboard_widget('custom_faq_widget', 'Test', 'custom_dashboard_test');
}
function custom_dashboard_test() {
echo do_shortcode('<code>[faq id="1"]</code>');
and
echo do_shortcode('[faq id="1"]');
and
echo get('[faq id="1"]');
But nothing seems to work.
Any suggestions?
]]>If version 2.0 is stable as the README in the trunk indicates, could you please create the 2.0 tag?
Thank you,
Chris
EN: Polish translation for FAQ You is available on:
PL: Polskie t?umaczenie dla FAQ You jest dost?pne na:
https://blog.meloniq.net/2010/07/06/faq-you-spolszczenie-polski-plik-jezykowy-polish-lang/
]]>Is there a way to show all questions without having to force the user to do a specific search? Thanks
]]>Basically what the title says.
Plus, I took my time and created a translation, so if you’re interested… ??
]]>hi everyone,
how do you change the space between questions and also between categories and questions in the FAQ page created.
i am using the faq-you plugin with the Javascript “ON” but there is quite a big space between the questions and no space what so ever between the category and the first question.
i played with the faq-style.css but nothing change.
any sugestion?
thanks
]]>Finding this plugin very useful so far. ??
A short wish list of features:
– The ability to add a question to more than one category with checkboxes, like blog post categories. I have topic categories as well as a “Most Frequently Asked Questions” category, and it would be nice to be able to associate questions with multiple categories rather than having to copy & paste them repeatedly.
– The ability to resize the “answer” textarea. Dealing with only three screen-wide rows at a time gets frustrating when editing long answers.
– As mentioned in another thread, support for line breaks/paragraphs in answers.
– A shorttag for displaying all FAQs, either by category or all lumped together.
– The ability to sort categories the way we can sort questions within a category (which will come in super-handy if the previous feature is implemented).
Keep up the brilliant work!
]]>Hi everyone,
I installed and activate FAQ-You but i don’t know how to insert a faq in new page.
Could anybody help me please?
Thanks
]]>Hi there!
When an email is sent via the form from FAQ You plugin the portuguese characters arent showned properly.
Any ideia what might be?
Best regards.
]]>Oh, download link is broken!!! I really need this plugin.
]]>Does anyone know how I can hide the FAQ You (?) Button on the Post Editor for all user roles except Admin? I host a single shared blog and do not want the users posting FAQ’s into their posts.
]]>Great plugin!
One little thing – I’m wondering if the question editor is supposed to include a WYSIWYG editor? I have tested it on a couple of WP 3.0.1 installations and TinyMCE is not there. Also the metaboxes don’t open and close, I wonder if that’s related?
Dalton
]]>Hi, I replaced the faq_showQuestion function with below for an animated effect.
Hope it helps.
function faq_showQuestion(id) {
$(‘#faq-question-‘+id).slideToggle(“slow”);
}
Excellent Plug-in! I find it visually appealing for content as well as FAQ. Qustion: Is there a way to force line breaks in the Answer, so you can have paragraphs. Some of my answers are long, and without paragraphs, are horrible looking. Without parapgraphs, this awesome plug-in is unusable. ?? If html is an option, I know how to take it from there- any insight or suggestions would be appreciated!
]]>