We use WordPress as a headless cms and are now looking for a good way to store our FAQ:s (and possibly Q&A). Is it possible for us to use this plugin to save all the FAQ content, and then fetch the data via API calls?
]]>When I activate the EASY FAQs plugin I am getting this error on the backend for modules that have text editing capabilities.
Deprecated: media_buttons_context is deprecated since version 3.5.0! Use media_buttons instead. in /wordpress/wp-includes/functions.php on line 5088
]]>Hi I would like to use php inside of the FAQ (need this ti customize it and auto generated several FAQ′s)
I need to integrate
]]><?php echo $term->name; ?>
Hello. I see I can put several colors on each tab. But I can’t do it myself. Can you help me? Can you tell me how to make it?
]]>Faq’s id isn’t displaying. I go to admin panel rhen click to faqs. I see all displaying FAQs, but it doesn’t display the id. Any suggestons?
]]>I’m trying to include a <form> and <script> inside my FAQ, but it’s not being interpreted correctly. When I view the FAQ I see the script/form written out, not actually compiled.
Am I missing something?
Thanks!
]]>I had images next to posts within the FAQ’s which were perfectly sized, about 1″ x 1″, and now they are HUGE images. I cannot find any setting options for this. Can you help? Thank you.
]]>( ! ) Strict standards: Non-static method EasyFAQs_Config::all_themes() should not be called statically, assuming $this from incompatible context in D:\code\alphapluss.dev\wp-content\plugins\easy-faqs\include\easy_faq_options.php on line 582
Call Stack
# Time Memory Function Location
1 0.0032 234496 {main}( ) ..\admin.php:0
2 6.5156 40791704 do_action( ) ..\admin.php:236
3 6.5156 40792728 call_user_func_array:{D:\code\alphapluss.dev\wp-includes\plugin.php:525} ( ) ..\plugin.php:525
4 6.5157 40792840 easyFAQOptions->shortcode_generator_page( ) ..\plugin.php:525
( ! ) Strict standards: Non-static method EasyFAQs_Config::free_themes() should not be called statically, assuming $this from incompatible context in D:\code\alphapluss.dev\wp-content\plugins\easy-faqs\include\easy_faqs_config.php on line 7
Call Stack
# Time Memory Function Location
1 0.0032 234496 {main}( ) ..\admin.php:0
2 6.5156 40791704 do_action( ) ..\admin.php:236
3 6.5156 40792728 call_user_func_array:{D:\code\alphapluss.dev\wp-includes\plugin.php:525} ( ) ..\plugin.php:525
4 6.5157 40792840 easyFAQOptions->shortcode_generator_page( ) ..\plugin.php:525
5 6.9069 40799360 EasyFAQs_Config->all_themes( ) ..\easy_faq_options.php:582
( ! ) Strict standards: Non-static method EasyFAQs_Config::pro_themes() should not be called statically, assuming $this from incompatible context in D:\code\alphapluss.dev\wp-content\plugins\easy-faqs\include\easy_faqs_config.php on line 7
Call Stack
# Time Memory Function Location
1 0.0032 234496 {main}( ) ..\admin.php:0
2 6.5156 40791704 do_action( ) ..\admin.php:236
3 6.5156 40792728 call_user_func_array:{D:\code\alphapluss.dev\wp-includes\plugin.php:525} ( ) ..\plugin.php:525
4 6.5157 40792840 easyFAQOptions->shortcode_generator_page( ) ..\plugin.php:525
5 6.9069 40799360 EasyFAQs_Config->all_themes( ) ..\easy_faq_options.php:582
I use breadcrumbs on my site and I’d like to be able to associate each FAQ with a Parent Page. Is this possible? Right now, even under “Screen Options” i cannot see an option to add a parent page.
Thanks
]]>I love the PRO upgrade to Easy FAQs, a couple questions:
1) Would it be possible to add a simple image to the “header”/title of the FAQ (similar to a forward button) that would bring the user to the full-page FAQ.
I know that when I search my site and I click on the search result, I get a full-page of the FAQ. I’d like my “foward” button to bring me right to this page, even without necessarily “clicking” on the FAQ to expand the whole FAQ.
So, the theory would go something like this… click on a closed FAQ to expand it (as it is now)… have a “forward” button that would allow me to not expand the FAQ but go to the full page FAQ.
2) Is there the possibility to add an “expand” or “close all” FAQs on the main page? So, I’ve got accordion view (again) and I have the limit set to 10 per page. If someone wants to read all FAQs right now, they need to expand each FAQ individually. If there was an expand-all button, they could read the whole page without clicking each item.
3) last and least important, an ability (similar to number 1), to add a “print” button to each FAQ header, but have it be a “print” icon. This would auto launch a new window with the full-page FAQ and also start the “print” dialog for that browser as well.
Thanks!
]]>I have added the google font in the dropdown box for the answer. (I changed the color to red to text that the plugin saw my changes). But I’m unable to change the font to the font used on the theme.
https://sandbox.dminetworking.com/frequently-asked-questions/
]]>I have made a custom field on each FAQ called faq-order and given each a value (e.g. 1, 2, 3, 4 etc.) corresponding with the order I would like each FAQs to appear. My short code looks like this:
[faqs orderby='faq_order' order='ASC']
…but it does not work!
Can anyone tell me what I am doing wrong?
]]>Howdy, love the plug-in. Minor issue: I have a duplicate menu entry for Easy FAQ. Is there a quick fix? It’s not a big deal, just a minor irritant.
I made a pretty screencast showing the problem, seemed easier than to post a bunch of screen shots.
]]>In widgets/single_faq_widget.php line 38
, you need to add posts_per_page=-1
to the arguments for your get_posts()
call. That will populate the drop down with all available FAQs. Otherwise, your widget’s drop down will only display the same number of FAQs as defined in the default WordPress loop.
Here’s the corrected call:
$faqs = get_posts('post_type=faq&posts_per_page=-1');
Thanks!
]]>When creating an FAQ in the editor, there is a ‘View FAQ’ button which links to a friendly URL of just that single FAQ.
However, when visiting the URL, it returns with a Page Not Found message.
Is there any way I can show single FAQs this way, through Virtual Pages ie. without having to create an individual Page & Shortcode to display a single FAQ?
]]>All of these error notices are appearing after installing and activating pluging, and viewing Basic Options. Breaking the options on this page, and making it unuseable.
How can you release a plugin and say it’s 100% tested, when there’s bad coding practices going on?
Notice: Undefined index: disabled in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 292
Notice: Undefined index: class in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 260
Notice: Undefined index: disabled in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 263
Notice: Undefined index: class in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 260
Notice: Undefined index: disabled in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 263
Notice: Undefined index: disabled in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 185
Notice: Undefined index: class in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 260
Notice: Undefined index: class in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 260
Notice: Undefined index: disabled in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 263
Notice: Undefined index: class in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 260
Notice: Undefined index: disabled in C:\wamp\www\bellavou\wp-content\plugins\easy-faqs\include\lib\BikeShed\bikeshed.php on line 263
]]>
Hi,
first of all thanks for the good plugin.
However, I needed to customize the output of the FAQs to fit my needs.
Therefore I am not able to get updates from the plugin anymore.
One way to make customizations possible is to WordPress’ get_template_part function. I think it would be a great feature to make this plugin even better.
Best,
Mario
I just thought I would put it out there. I wrote a Quick Links section to your coding that allows quick access to the questions they are looking for in long FAQs. You can see what I mean here:
https://www.divorcewise.com/faq/
If you are interested in the code, just let me know.
]]>Is there a short code that will output a random FAQ?
How about [single_faq] without an ID?
Or does [faqs count=’1′] result in a random FAQ or jus the 1st one?
I’d like to feature a random FAQ on the homepage for instance.
Thanks,
Michael
i tried to create different categories for different languages( using WPML ), but when i added the shortcode [faqs] i`ve been getting double content. i fixed this by commenting the wp_reset_query() in outputFAQs and outputSingleFAQ functions and the problem seemed to go away.
hope this will help others or maybe there is a more proper fix for this issue.
Does accordion only work in the paid version? I have tried it on two different themes and the accordion isn’t working for me.
]]>