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.
If tread depth is below 1.6 mm or there’s uneven wear, it's time to replace them.
We also recommend replacement every 5–6 years, regardless of wear.
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 easily create a custom single page for display single FAQ content. To do this, go to your theme folder, then create a copy of single.php file and rename it single-bwl_advanced_faq.php. Now, all single FAQ contents will display in newly created page.
We check brakes, lights, tire pressure, fluid levels, belts, and hoses.
It helps catch potential problems before they become costly repairs.
Our pools are cleaned daily, and chlorine levels are monitored several times per day.
We also require proper swim attire and hygiene before entering the pool.
Upgrading from 1.4.6 to 1.4.7
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
Upgrading from 1.4.5 to 1.4.6
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
Upgrading from 1.4.4 to 1.4.5
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
Upgrading from 1.4.3 to 1.4.4
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
Upgrading from 1.4.2 to 1.4.3
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
Upgrading from 1.4.1 to 1.4.2
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
Upgrading from 1.4.0 to 1.4.1
- faq-style.css
- bwl_advanced_faq_manager_sorting.php
- bwl_advanced_faq_manager_shortcode.php
Upgrading from 1.3.0 to 1.4.0
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
Upgrading from 1.2.0 to 1.3.0
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
Upgrading from 1.1.0 to 1.2.0
Replace all files and directories in your "bwl-advanced-faq-manager" folder.
New Files added in 1.2.0
- bwl_advanced_faq_manager_form_shortcode.php
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.
- Go to plugins section in your WordPress admin panel and click Add New to install plugin.
- Now, upload the "bwl-advanced-faq-manager.zip" file.
- Once plugin uploaded successfully, you will get a success message and then activate the plugin.
- After activating plugins, you will redirect in plugins section of wp-admin panel and show new installed plugins information in there.
- Now, you are ready to use BWL Advanced FAQ Manager Plugin! In admin panel left menu you will see a new section like following image.
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 !