First Row Opened
Yes, the plugin comes with three built-in widgets. You can easily show FAQs in the sidebar by using the widget option. We have included two new widgets to display FAQ categories and FAQ topics.
Go to Appearance >> Widgets. You will notice a widget box titled BWL Advanced Faq Manager Widget. Just drag and drop it into your right side widget container. Remember, your theme must have a widget support feature to display FAQ content in the sidebar. Moreover, you can use the available shortcodes in that widget.
You can use the following class references to customize the FAQ layout and it's other components like Accordion container, label, content, search box as well as the external FAQ submission form.
01. Accordion Container:
.baf-faq-container{}
02. Accordion Label:
.baf-faq-container label{}
03. Accordion Content:
.baf-faq-container .baf_content{}
04. Accordion Search Box:
.bwl-faq-search-panel{}
05. Accordion External Form:
.bwl-faq-search-panel{}
You can easily change the navigation arrows in shrotcode. Please check following link for full list of shortcodes-
https://projects.bluewindlab.net/wpplugin/baf/doc/#!/plugin_shortcodes
Available Arrow Codes:
- Arrow Up : f062
- Angle Up : f106
- Double Angle Up : f102
- Circle Arrow Up : f0aa
- Caret Arrow Up : f0d8
- Chevron Arrow Up : f077
Plugin offers you the full freedom to set custom color schemes for your FAQs. Just add color code inside the shortcode and plugin will handle rest of the things.
https://projects.bluewindlab.net/wpplugin/baf/doc/#!/plugin_shortcodes
NOTE: first_color will be added 50% top of the accordion and second_color will be added 50% bottom in accordion "Label".
Output:
If you want to display a single category FAQ items in page then you defiantly don't want to show the title of that category before the FAQ items. Because you're page already displaying that category name in title. So, it could be odd sometimes(reported by some of our customer).
To hide the title you just need to add following code and make sure 'list' value is set to 0.
[bwla_faq faq_category="introduction" sbox="0" list="0" /]
Thanks !
Second Row Opened
For the users, it is beneficial to find their required content from specific categories or topics. It saves time for them. On the other hand, FAQ administrators can put the right content in the correct categories. BWL Advanced FAQ manager plugin allows the admin users to add FAQ posts and group them by categories and topics.
This way, the users can easily find their answers quite fast.
- Adding new FAQ items is almost similar to creating a new post. Go to the Advanced FAQ section and click the Add New FAQ link. After that, Add the FAQ title and description, select the category, select topics, and finally, click Publish to save a new FAQ.
- The FAQ Category Page allows you to add unlimited categories for FAQ. You can show category-wise FAQ by using a shortcode.
- The FAQ Topics Page allows you to add unlimited Topics for FAQ. You can show topic-wise FAQ by using a shortcode.
Yes, you can paginate FAQ's very easily for your large no of items. You can also assign how many items you can display per page.
Yes, plugin is fully compatible with WooCommerce plugin.
You just need to purchase FAQ Tab For WooCommerce addon to use FAQ plugin with WooCommerce. You can use your existing FAQs as WooCommerce product FAQ. So, you do not need to create FAQ again for your product. It is super easy to use and very efficient. Please check the following link.
You can use the following class references to customize the FAQ layout and it's other components like Accordion container, label, content, search box as well as the external FAQ submission form.
01. Accordion Container:
.baf-faq-container{}
02. Accordion Label:
.baf-faq-container label{}
03. Accordion Content:
.baf-faq-container .baf_content{}
04. Accordion Search Box:
.bwl-faq-search-panel{}
05. Accordion External Form:
.bwl-faq-search-panel{}