About BWL Advanced FAQ Manager

If you like this plugin, please spare a minute to rate it. https://codecanyon.net/item/bwl-advanced-faq-manager/5007135

Plugin Overview

BWL Advanced FAQ Manager is a powerful & premium WordPress plugin, which allows you to create and display the unlimited number of FAQ posts in any WordPress powered site. Advanced FAQ Manager plugin comes with approximately Zero Configuration requirement specialty. So, you do not need to worry about any custom and complicated configuration to use this plugin. Just upload and install the plugin, and you are ready to go!

The Plugin has a built-in Shortcode Editor panel with TinyMCE Editor, and it also works fine within Gutenburg editor. So, you can quickly insert shortcodes and display the FAQ items inside any pages, posts as well as website widget areas.

FAQ Plugin comes with an extensive options panel that contains useful features such as customize FAQ display settings, Font settings, Theme settings and much more. From the back-end of FAQ plugin, you can easily Add, Edit, Delete and Sort FAQ items. Additionally, Custom FAQ widget feature provides the option display FAQs in sidebar areas.

Let's take a look of FAQ plugin interface in our WordPress site.

Installation Requirements

You need at least WordPress version 4.8+ installed for this plugin to work properly. It is strongly recommended that you always use the latest stable version of WordPress to ensure all known bugs and security issues are fixed. Other requirements:

  • PHP version 7.3 or greater.
  • MySQL version 5.0.15 or greater.

Installation Steps

To install a plugin, you must first upload the plugin files and then activate the plugin. The plugin files can be uploaded in two ways:

  • FTP Upload: Using your FTP client, upload the non-zipped plugin folder into the /wp-content/plugins/ folder on your server.
  • WordPress Upload: Navigate to Plugins >> Add New >> Upload. Go to browse, and select the zipped plugin folder. Hit "Install Now" and the plugin will be uploaded and installed.

Step 01: Go to WP admin dashboard and click on Plugins >> Add New.

doc_img

Step 02: Click on Upload Plugin and upload 'bwl-advanced-faq-manager.zip' file. Finally, click Install Now button.

doc_img

Step 03: Once plugin successfully uploaded in the server, you will get a message to activate it. Click on Activate Plugin Link and plugin will be ready to use . After activating the plugin, you will be redirected in plugins page of the WordPress admin panel, and you will get newly installed BWL Advanced FAQ Manager Plugin in there.

doc_img

Step 04: Now you are ready to use BWL Advanced FAQ Manager Plugin! In left sidebar menu, you will see a new section like the following screenshot.

doc_img

Advanced FAQ Manager Setup

Add New FAQ Post:

The process of adding a new FAQ item is almost similar to the adding of a WordPress post.

Step 01: From the menu, Go to Advanced FAQ >> Add New FAQ page.

Step 02: Next, Add the FAQ title, FAQ description, Select category, Select topic.

Step 03: Finally, click the Publish button to save FAQ post.

Watch Video Tutorial

Add New FAQ Categories & Topics:

FAQ Category Page allows you to add categories for the FAQ posts. You can show category wise FAQ by using the shortcode.

FAQ Categories:

FAQ Topics:

Sort FAQ Posts:

By default, FAQ posts are stored based on their ID. This section allows you to sort the FAQ posts according to your requirements.

Step 01: Go to Advanced FAQ >> FAQ Sorting page.

Step 02: You will get all the FAQ posts added in the database.

Step 03: Drag and Drop FAQ posts from that list and sort them in your own required way.

Step 04: Finally, click Save button to save the changes.

FAQ Ratings:

By default, any user can submit ratings on the FAQ posts. FAQ plugin uses the IP address filtering method that prevents the users from sending duplicate votes from a single IP address. However, you can restrict and allow voting only for registered users. Here goes the front end view of the FAQ rating interface.

Rating Results (Admin View):

FAQ Plugin added a custom column that displays the total number of likes/votes for each FAQ post received. That helps to get a clear idea about which FAQ post was found most helpful to the users. Here goes the admin panel view.

Reset FAQ Rating:

The Plugin allows Administrator users to reset FAQ ratings. If you are performing rating test on the FAQ posts then reset vote counter feature helps you to set the counter value to zero. Please check the following steps to reset FAQ ratings.

Step 01: Login to WordPress Admin panel.

Step 02: Navigate to Advanced FAQ > All FAQs. Set the mouse cursor on any post, and you will get the option for Quick Edit. Check the example screenshot.

Step 03: Select Yes from drop down and click Update button.

Rating Only For Logged In Users:

Step 01: Login to WordPress Admin panel.

Step 02: Go to Advanced FAQ > FAQ Settings. In that page, you will get an option Allow Votes Only For Logged Users: Check example screenshot-

doc_img

Step 03: Select Yes from drop down to restrict vote submission for logged in users and click Save Settings button.

Plugin Template Setup:

Custom Category Template

By default, plugin uses currently activated theme category.php or archive.php template file to display the FAQ posts. However, you are allowed to create and customize those template files to present FAQ posts according to the site requirement. Please check the following steps.

Step 01: Go to your currently activated theme folder. For example- Twenty Twelve.

Step 02: Now, make a copy of category.php or archive.php file, and rename it to taxonomy-advanced_faq_category.php.

Step 03: Finally, customize that page code according to your requirement.

Custom Single Template

By default, plugin uses currently activated theme single.php template file to display the FAQ post content. However, you are allowed to create and customize the template file to present FAQ post content according to the site requirement. Please check the following steps.

Step 01: Go to your currently activated theme folder. For example- Twenty Twelve.

Step 02: Now, make a copy of single.php file and then rename it to single-bwl_advanced_faq.php.

Step 03: Finally, customize that page code according to your requirement.

Custom Widget Area

you are allowed to create and custom widget according to the site requirement. Please check the following steps.

Step 01: Go to your currently activated theme folder. For example- Twenty Twelve.

Step 02: Next, open the functions.php file and then add following lines of code to create custom widget area.


function baf_custom_widget_init() {
    register_sidebar(array(
        'name' => esc_html__('BAF Custom Widget Box ', 'bwl-adv-faq'),
        'id' => 'baf-custom-widget',
        'description' => esc_html__('BWL Advanced FAQ Manager plugin custom widget area.', 'bwl-adv-faq'),
        'before_widget' => '',
        'before_title' => '

', 'after_title' => '

' )); } add_action('widgets_init', 'baf_custom_widget_init');

Step 03: Now, Go to WP admin dashboard and click on Appearance >> Widgets page. You will get a new widget box like the following screenshot.

Step 04: Next, open single-bwl_advanced_faq.php and taxonomy-advanced_faq_category.php. Add following lines of php code in there and save the files.


    get_sidebar( 'baf-custom-widget );

                                                

Plugin Shortcodes

Using shortcode, you can easily integrate FAQ accordion in any of the pages of your site. Go to any post/page, and then click on doc "WHITE QUESTION" icon from the TinyMCE editor toolbar. Next, a pop-up window will appear like the following screenshot. Select options according to your requirement and finally click on the Insert Button to insert the shortcode into the text editor. Here goes the full shortcode list, and you can just copy and paste the shortcode into the editor to display FAQ accordion.

01. Category Wise FAQ Filtering:

You can also show your FAQ's by category and Topics. If you want to show FAQ by category select "Category" radio button.

If you want to show category description, select "Show Description" checkbox.

01.1 How To Get A Category Slug?

You can show category wise FAQs using shortcode.

Step 01: Go to "FAQ Category" section from menu. You will get a list of categories in there. Copy category slug from quick edit section. Have a look -

Step 02: When you click on "Quick Edit" link you will get category slug. Copy that.

Step 03: Now create a new page and add category slug in to category shortcode.

Step 04: You can also show FAQs from multiple category.

01.2 Show FAQs By Topics Using Shortcode:

Step 01: You can show Topic wise FAQs using shortcode. Go to "FAQ Topics" section from menu. You will get a list of topics in there. Copy topic slug from quick edit section. Have a look -

Step 02: When you click on "Quick Edit" link you will get topic slug. Copy that.

Step 03: Now create a new page and add topic slug in to topic shortcode.

Step 04: You can also show FAQs from multiple topics .

02. Display FAQ Posts In Tab:

You can also display Multiple Category/Topic FAQ posts in Tab Format.

Please check the following steps.

Step 01: Select multiple categories from the FAQ Category drop down list.

Step 02: Now, Click on the Show In Tab checkbox and hit the Insert button. For the Vertical Tab layout, you just need to check the Show item in Vertical Tab checkbox.

Horizontal Tab Output:
Vertical Tab Output:

03. Display Single FAQ:

If you would like to display a particular FAQ post in a page, plugin allows you to do that very easily. Please check the following steps.

Step 01: From the FAQ Shortcode Panel, click Single FAQ radio button.

Step 02: Now, choose your required FAQ post from the FAQs drop-down list.

Step 03: Finally, hit the Insert button.

Example Shortcode:

[bwla_faq single="1" fpid="8"/]
Output:

03.1 Collapse Single FAQ When Loaded:

By default, FAQ plugin expand the single post content when it's loaded. However, you can collapse the content by just adding collapse="1" parameter in the shortcode. Please check the following example shortcode.

[bwla_faq single="1" fpid="15" collapse="1" /]
Single FAQ Collapse Output:

04. FAQ Pagination:

If you have long lists of FAQs and need to show in a small area, then without any layout breaking issue, you can present all of them using the plugin pagination feature.

Step 01: Firstly, Check Pagination checkbox.

Step 02: Then, set the number of posts you would like to display per page. For example - 5,7 or any numeric value.

Step 03: Finally, click Insert button.

Example Shortcode:

[bwla_faq sbox="1" paginate="1" pag_limit="5" list="0" /]
Output:

05. All Shortcodes:

  • Show All FAQs:

    [bwla_faq]
  • Display Random FAQs:

    [bwla_faq orderby="rand"]
  • Show FAQs By Single Category:

    [bwla_faq faq_category="your-cat-slug"]
    Please check How To Get Category Slug for more detail.
  • Show FAQs By Multiple Categories With Single Search Box:

    [bwla_faq faq_category="cat-slug-1,cat-slug-2,cat-slug-3" list="1" sbox="1" /]
  • Display FAQs Categories With Description:

    [bwla_faq faq_category="cat-slug-1,cat-slug-2,cat-slug-3" taxonomy_info="1" list="1" sbox="1" /]
  • Enable Content Search In FAQs Categories Description:

    [bwla_faq faq_category="cat-slug-1,cat-slug-2" taxonomy_info="1" list="1" sbox="1" taxonomy_info_search="1"/]
  • FAQs Categories List View With Searhc Box Custom Placeholder:

    [bwla_faq faq_category="cat-slug-1,cat-slug-2,cat-slug-3" placeholder="custom text" list="1" sbox="1"/]
  • Add Search Suggestion Box In Categories List:

    [bwla_faq faq_category="cat-slug-1,cat-slug-2,cat-slug-3" list="1" sbox="1" baf_suggestion_status="1" baf_suggestion_prefix="Popular searches:" baf_suggestion="FAQ, Purchase"/]
  • Custom Search Text Highlight In Categories List:

    [bwla_faq faq_category="cat-slug-1,cat-slug-2,cat-slug-3" list="1" sbox="1" highlight_bg="#0073aa" highlight_color="#FFFFFF" /]
  • Show FAQs By Topics:

    [bwla_faq faq_topics="your-topic-slug"]
  • Show FAQs By Multiple Topics With Single Search Box:

    [bwla_faq faq_topics="topic-slug-1,topic-slug-2,topic-slug-3" list="1" sbox="1" /]
  • Show 5 FAQs (SET LIMIT):

    [bwla_faq limit="5"]
  • Hide FAQ Collapse Button:

    [bwla_faq btn_ctrl="0" /]
  • Display FAQ Author Name:

    [bwla_author /]
  • Keep First FAQ Row Opened:

    Advanced FAQ manager plugin allows you to keep expanded a specific FAQ row when the page loads all the FAQ items. For instance - If you would prefer to display and keep expanded the First Row upon user landed on the page, just add row_open="1" parameter in the shortcode.

    [bwla_faq sbox="1" row_open="1" /]

    If you want to do that for the Second Row then set row_open="2". Here goes the example shortcode.

    [bwla_faq sbox="1" row_open="2" /]

    Output:

  • Search Form Shortcodes:

    • Search keywords only in question title:

      [bwla_faq sbox="0" search_only_title="1" /]
    • Add Placeholder Text:

      [bwla_faq sbox="1" placeholder="Add custom text"]
    • Add Custom Class:

      [bwla_faq sbox="1" cont_ext_class="Add custom class"]
    • Add Custom Search Text Color:

      [bwla_faq sbox="1" highlight_color="#000000" highlight_bg="#FDE990"]
    • Display Suggestion Box:

      [bwla_faq sbox="1" baf_suggestion_status="1" baf_suggestion_prefix="Popular searches:" baf_suggestion="FAQ, Purchase" list="0"/]
    • Show Search Form in FAQ:

      [bwla_faq sbox="1"/]
    • Hide Search Form in FAQ:

      [bwla_faq sbox="0" /]
  • Search Form Themes:

    • Rounded Search Box:

      [bwla_faq sbox="1" sbox_class="rounded"/]
    • Semi Rounded Search Box:

      [bwla_faq sbox="1" sbox_class="semi-rounded"/]
    • Custom Shadow With Square Search Box:

      [bwla_faq sbox="1" sbox_class="sbox-custom-box-shadow"/]
    • Custom Shadow With Rounded Search Box:

      [bwla_faq sbox="1" sbox_class="rounded sbox-custom-box-shadow"/]
    • Custom Shadow With Semi Rounded Search Box:

      [bwla_faq sbox="1" sbox_class="semi-rounded sbox-custom-box-shadow"/]
  • FAQ Form Shortcodes:

    You can easily integrate FAQ Form in you page or post.

    Step 01: Go to any post/page.

    Step 02: Then click on doc "WHITE QUESTION" icon in TinyMce editor toolbar.

    Step 03: Just checked the Add External FAQ Form checkbox and click insert.

    Example Shortcodes:

    • Display External Form:

      [bwla_form status="1"]
    • Set Form Custom Headline:

      [bwla_form status="1" form_heading="Write Your Heading Text In here."]
    • Disable External Form:

      [bwla_form status="0"]
    • Set Minimum Character Length of FAQ Question:

      [bwla_form status="1" title_min_length="3"]
    • Set Maximum Character Length of FAQ Question:

      [bwla_form status="1" title_max_length="300"]
    • Set A Category Selected:

      [bwla_form status="1" sel_cat="set-category-id"]
    • Hide Category Field:

      [bwla_form status="1" hide_cat_field="1"]
    • Set Extra Class:

      [bwla_form status="1" cont_ext_class="set-your-extra-class"]
    Output of FAQ Form:
    FAQ Form Validation:
  • FAQ Layout Shortcodes:

    • Flat Layout:

      [bwla_faq sbox="1" list="0" custom_layout="baf_layout_flat" /]
    • Semi Rounded Layout:

      [bwla_faq sbox="1" list="0" custom_layout="baf_layout_semi_round" /]
    • Rounded Layout:

      [bwla_faq sbox="1" list="0" custom_layout="baf_layout_round" /]
  • FAQ Theme Shortcodes:

    • Light Theme:

      [bwla_faq sbox="1" theme_id="light"/]
    • Red Theme:

      [bwla_faq sbox="1" theme_id="red"/]
    • Green Theme:

      [bwla_faq sbox="1" theme_id="green"/]
    • Blue Theme:

      [bwla_faq sbox="1" theme_id="blue"/]
    • Pink Theme:

      [bwla_faq sbox="1" theme_id="pink"/]
    • Orange Theme:

      [bwla_faq sbox="1" theme_id="orange"/]
    • Custom Theme:

      [bwla_faq sbox="1" first_color="#FB4322" second_color="#FB4322" label_text_color="#FFFFFF"/]

      NOTE: first_color will be added 50% top of the accordion and second_color will be added 50% bottom in accordion Label.

  • FAQ Label Navigation Shortcodes:

    • Custom Navigation Arrow:

      [bwla_faq sbox="1" accordion_arrow="f101"/]

      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 Option Panel

General Settings:

From General Settings section, you can show/hide the search box and meta information for FAQ content.

Live Search Box Settings:

"BWL Advance FAQ manager" has live FAQ search feature. So user can easily find out their required FAQ from long lists. This is an optional feature. If you want you can hide all search box from FAQ section. You can also able to hide search box using shortcode. Admin Panel view -

Front End view -

External FAQ Form Settings:

Users can submit a new question using external FAQ submission form. Plugin will send a notification email to the site admin after submission of the question. You can disable notification sending feature from settings section. But, we recommend you to active this option. Because when user/visitor submit a FAQ, then our system will not show in front section immediately until it's approved by the admin user.

User Submitted Question Status:

The Plugin automatically mark the question status Pending.

Login Required Status:

To restrict spamming and security reason the plugin also provides an option to check the user logged-in status before submit the question. We recommend you to always keep active of this option.

Captcha Validation Required Setting:

This feature has been introduced in version 1.4.3 for better user experience. You can easily restrict submission of unwanted FAQ from spam bots. A simple but powerful math captcha validation included with FAQ submission form.

Captcha Validation required front end view -

Vote Settings:

From Vote Settings section, you can Allow Votes Only For Users, Show/hide Like Button, Repeat Vote Interval, Like Icon, Customize Like Icon Theme.

Font Settings:

Font settings introduced in version 1.4.5. It is an optional feature. By default, the plugin uses theme Font sizes and settings. But you can adjust the font size according to your choice. You can also select custom arrow for FAQ label. You can also disable the loading of Font-Awesome in this section.

FAQ Theme Settings:

BWL Advanced FAQ manager comes with 7 different themes. So, you can change theme according to your choice. Just select your suitable color scheme and click save. Admin Panel view -

FAQ's Front End View-

Build Custom Theme:

The plugin provides another handy option to create custom theme that suit best with your website color scheme. You can easily select your required color with the colorpicker tool. Here go the admin panel screenshot.

Reading Settings:

BWL Advanced FAQ manager provides a useful option to create Excerpt of FAQ content. Please note that this is an optional feature. However, If your FAQ contents are big enough, you can limit no of words for content and set Read More link just beside of your content. By clicking on Read More link user will see the details of FAQ content in a single page.

Enable Collapsible Accordion:

Collapsible Accordion introduced in version 1.4.4. It is an optional feature. You can activate/deactivate this from the plugin options panel. By default, collapsible accordion status is disabled. In version 1.4.9, we introduced a new option to display all FAQ question opened.

Expand/Collapse Button Settings:

A detailed Expand All/Collapse All button feature has been added in version 1.5.6. This an optional feature. That means you can easily show/hide this Expand All/Collapse All button from the plugin options panel. By default, that button status value set is 'hide'.

Disable Single FAQ Page:

Disable Single FAQ Page option added in version 1.8.2. By default the plugin generates single post link for the FAQ contents. However, you can easily disable this option form the options panel.

Here goes the output screenshots of before and after effect of the filter.

Before Applied Option:

After Applied Option:

Setup Custom Slug:

Output of custom slug for single FAQ page-

Custom Permalink 404 Issue & Solution:

  • Set your custom permalink structure (such as %postname%).
  • Click Save button.
  • See if your single custom post pages return 404 error pages.
  • If they do, go back and change permalinks back to default and save.
  • Now try setting the custom permalink again and save.

Enable Gutenberg Support:

Gutenberg Support option added in version 1.8.1. By default the plugin uses the WordPress classic editor to add/edit FAQ contents. To edit the FAQ post using Gutenberg Editor, simply check the Enable Gutenberg Support checkbox and you are ready to go.

Enable Comment Support:

Comment Support option added in version 1.8.2. By default the plugin uses the theme comment template. Please check the following steps-

Step 01: Go to FAQ settings>>Advanced Settings section.

Step 02: check the Enable Comment Support? checkbox and click on the Save Settings button.

Step 03: Next, go to any All FAQs from the left menu. Click on Quick Edit link of any FAQ post. Next, check the Allow Comments checkbox and finally click on the Update button.

Custom CSS Settings:

Custom CSS Editor feature launched in version 1.5.3. This is an optional feature. Now, you can easily add custom CSS code to override default FAQ style without editing any style-sheet file. All custom code stored into the database and you will never loose any modification during the plugin update.

Built-in Widgets:

You can easily show faqs in the sidebar by using Widget option. Go to Appearance >> Widgets. You will notice a widget box titled by BWL Advanced Faq Manager Widget. Just Drag and drop it in your right side widget container. Remember, your theme must have widget support feature to display FAQ content in sidebar. Moreover, you can use available shortcodes in that widget.

doc_img

FAQ Widget:

doc_img

FAQ Widget Output:

doc_img

From version 1.5.7, we have included two new widgets to display FAQ categories and FAQ Topics.

doc_img

FAQ Category & Topics Widget Output:

doc_img

Translate FAQ Plugin

BWL Advanced FAQ Manager WordPress Plugin offers amazing translation feature. Besides the English, you can easily translate the plugin text into other languages. We will translate the texts of the BWL Advanced FAQ Manager plugin from English to Bangla. Check following steps-

Before starting the translation process, please make sure that you set the site language correctly.

Plugin Translation Steps

Step 01: Go to the "wp-content/plugins/bwl-advanced-faq-manager/lang/" and open "bwl-adv-faq.pot" file. To open this file, you need to download and install the poedit software.

Step 02: Next, click on the "Create new translation" button to generate a translation file for your language. From the "Translation language" dropdown list, select your language and click the OK button. We are translating our plugin into the Bengali language so that the file name will be bn_BD.po

Step 03: Now, save the translation file and add the plugin text-domain while saving it. For example, our plugin text-domain is "bwl-adv-faq", and the file name must be "bwl-adv-faq-bn_BD.po".

Step 04: Finally, save the file into the "wp-content/languages/plugins" folder.

doc_img

Step 05: Next, go to the "wp-content/languages/plugins/" and open "bwl-adv-faq-bn_BD.po" file. Add appropriate translation text into it and save the file.

doc_img

Step 06: Now, refresh the site and you will see the results.

Translate Plugin With WPML

"BWL Advanced FAQ Manager" also offers translation feature with WPML plugin. To get started, you will need WPML and add-on Plugins i.e. the core WPML Multilingual CMS which is always required and the String translations add-on.

Guide for installing & activating WPML is available on the WPML getting started guide.

A demo of BWL Advanced FAQ Manager running under WPML.

After having installed WPML, if the projects in BWL Advanced FAQ Manager were created before installing WPML, the dynamic strings aren't registered.

The first thing to do is load the page holding your Advanced FAQ Page in the front-end. This allows any dynamic strings not registered to be registered automatically.

Next go in WPML "Theme and plugins localization" page and You will find your "Advanced FAQ" plugins listed there.

Check BWL Advanced FAQ Manage and click Scan the selected plugins for strings WPML will look for all static translatable strings and add them to WPML for translation.

You are now ready for translations:

Load the "String Translations" page. You will have this once you install the String Translations add-on for WPML. Select either the dynamic list of strings it found in BWL Advanced FAQ Manage during the scan or the static ones.

The differences are denoted by "Name" field. Dynamic strings have a name field while the static ones don’t.

Developer Notes:

Plugin provides the WordPress theme/plugin developer to customize FAQ layout and filter texts. Following sections describes detail about that.

Plugin Classes:

Following class reference will help you to customize the FAQ layout, search box and other sections. You can use those classes and add your custom css code in plugin option panel.

  • Accordion Container: .baf-faq-container{}
  • Accordion Label: .baf-faq-container label{}
  • Accordion Content: .baf-faq-container .baf_content{}
  • Accordion Search Box: .bwl-faq-search-panel{}
  • Accordion External Form: .bwl-faq-search-panel{}

Plugin Filters:

From the version 1.7.5, plugin introduced filter feature. It allows you to add/change plugin deafult texts and apply your own content. Moreover, you will not loose your modified text upon update the plugin files.

How to Use Filter:

To apply filter on the plugin texts, please follow the steps described in below properly.

Step 01: Using FTP, go to the currently activated theme folder, and open functions.php file.

Step 02: Now, we want to modify the default text, if no result found by the search function. So, we are going to use baf_search_nothing_found_text filter that will change the default text Nothing Found!.

Step 03: Next, add the following lines of code in functions.php file and save the file.


add_filter('baf_search_nothing_found_text', 'cb_baf_search_nothing_found_text');

function cb_baf_search_nothing_found_text( $content ) {
    
    return __('Sorry, no result found.', 'bwl-adv-faq');
    
}

                                        

Step 04: Here goes the output screenshots of before and after effect of the filter.

Before Applied Filter:

After Applied Filter:

Plugin All Filters:

  • baf_search_nothing_found_text

    applied to the search result message, if no item found. Default: Nothing Found!

  • baf_search_singular_faq_text

    applied to the search result message, if single item found. Default: FAQ !

  • baf_search_plural_faq_text

    applied to the search result message, if more than one item found. Default: FAQs !

  • baf_search_found_text

    applied to the search result found text. Default: Found

Support

Advanced FAQ Manager WordPress Plugin offers Six (06) months premium support directly from the developer. We are committed to assisting our buyers, and most of the time it takes less than 24 hours to reply to the support message. If you face any particular issue regarding the FAQ plugin, then use the support link to get premium support. Our the developer will assist you to fix the problem.

Troubleshooting

Yes, plugin is compatible with WooCommerce latest version. 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 don't need to create FAQ again for your product. It's super easy to use and very efficient.

Yes, it’s possible.
  • Go to FAQ Settings>Reading Settings section.
  • From ‘Collapsible Accordion: ’ drop down list, please select ‘Show All FAQ Answer Closed’ option and save your new settings.
Check following image-
https://prntscr.com/6yksi1

Yes, plugin search box support and work pretty well in mobile devices. Search box has clear ( X ) button, so you can easily clear search field text with out pressing back button of your phone.

Addon Documentation

Upgrade Notes

Upgrading to version -

  • Replace all files and directories in your plugins/bwl-advanced-faq-manager folder.

Important Note:

If you modified any files of plugin, please take a backup before update all files and folder. We highly recommend to take backup of language files.

Change Log

2023, August 30 - v 1.9.6
  • Updated: Plugin Code.
  • Updated: FAQ Analytics Page.
  • Updated: Plugin shortcode issues.
  • Updated: Plugin language/translation file.
  • Updated: Plugin documentation.
2023, August 12 - v 1.9.5
  • Added: Frontend FAQ Views and Like Counts.
  • Updated: FAQ Analytics Page.
  • Updated: Plugin language/translation file.
  • Updated: Plugin documentation.
2023, August 10 - v 1.9.4
  • Added: FAQ Analytics Page.
  • Added: FAQ Views Counter.
  • Updated: Plugin code issues.
  • Updated: Plugin shortcode issues.
  • Updated: Ajaxified FAQ Search Addon to 1.1.4
  • Updated: FAQ Tab For WooCommerce Addon to 1.1.4
  • Updated: Plugin license notice and activation page.
  • Updated: Plugin language/translation file.
  • Updated: Plugin documentation.
2023, August 07 - v 1.9.3
  • Fixed: Plugin code issues.
  • Fixed: Plugin shortcode issues.
  • Updated: Plugin license notice and activation page.
  • Updated: Plugin documentation.
2023, August 03 - v 1.9.2
  • Updated: Plugin license notice and activation page.
  • Updated: Ajaxified FAQ Search Addon to 1.1.3
  • Updated: FAQ Tab For WooCommerce Addon to 1.1.3
  • Updated: Plugin styles and javascripts.
  • Updated: Plugin language/translation file.
  • Updated: Plugin documentation.
2023, July, 29 - v 1.9.1
  • Fixed: Plugin code issues.
  • Updated: Ajaxified FAQ Search Addon to 1.1.2
  • Updated: FAQ Tab For WooCommerce Addon to 1.1.2
  • Updated: Plugin styles and javascripts.
  • Updated: Plugin language/translation file.
  • Updated: Plugin documentation.
2023, July, 27 - v 1.9.0
  • Fixed: Plugin code issues.
  • Updated: Plugin styles and javascripts.
  • Updated: Plugin language/translation file.
  • Updated: Plugin documentation.
2023, July, 10 - v 1.8.9
  • Updated: Ajaxified FAQ Search Addon to 1.1.0
  • Updated: FAQ Tab For WooCommerce Addon to 1.1.0
  • Updated: Plugin addon page.
  • Updated: Plugin styles and javascripts.
  • Updated: Plugin language/translation file.
  • Updated: Plugin documentation.
2023, June, 04 - v 1.8.8
  • Fixed: Plugin bulk edit option.
  • Updated: Plugin addon page.
  • Updated: Plugin styles and javascripts.
  • Updated: Plugin language/translation file.
  • Updated: Plugin documentation.
2023, January, 03 - v 1.8.7
  • - Fixed: Plugin shortcode issue.
  • - Updated: Plugin styles and javascripts.
  • - Updated: Plugin language/translation file.
  • - Updated: Plugin documentation.
2022, April, 09 - v 1.8.6
  • - Fixed: Plugin shortcode issue.
  • - Updated: Plugin language/translation file.
  • - Updated: Plugin documentation.
2022, April, 08 - v 1.8.5
  • - Added: FAQ Schema & Rich Snippets.
  • - Updated: Plugin for WordPress 5.9.1
  • - Updated: Plugin language/translation file.
  • - Updated: Plugin documentation.

2021, June, 09 - v 1.8.4
- Improved: FAQ Pagination System.
- Updated: Plugin for WordPress 5.7.2
- Updated: Ajaxified FAQ Search Addon
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2020, October, 17 - v 1.8.3
- Updated: Plugin for WordPress 5.5.1
- Updated: FAQ Tab For WooCommerce Addon (1.0.7)
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2020, April, 17 - v 1.8.2
- Added: Comment option for faq post.
- Added: Option to disable single FAQ post link.
- Updated: Front End FAQ Submission Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2020, April, 05 - v 1.8.1
- Added: Gutenberg support to edit faq post.
- Added: 10 like vote icon with color customization feature.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2020, March, 11 - v 1.8.0
- Added: FadeIn animation for FAQ accordion.
- Updated: Ajaxified FAQ Search (1.0.6) Addon.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2019, September, 15 - v 1.7.9
- Fixed: Shortcode Editor Error Notice.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2019, September, 09 - v 1.7.8
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2019, September, 06 - v 1.7.7
- Added: Two Premium Addon.
- Fixed: Shortcode Issue for Widget .
- Fixed: Shortcode Issue for Gutenberg Editor.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2019, April, 06 - v 1.7.6
- Added: Excpert option in Widget.
- Updated: Plugin Filter.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2019, January, 18 - v 1.7.5
- Added: Option To Keep Open First FAQ Item.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, November, 30 - v 1.7.4
- Fixed: Placeholder Text Display Issue.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, October, 07 - v 1.7.3
- Added: Option to restrict vote for logged in users.
- Added: Automatic RTL support.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, August 25 - v 1.7.2
- Fixed: Quick and bulk edit issue for reset vote count.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, July, 27 - v 1.7.1
- Added: Search only FAQ question text feature..
- Added: 3 More Search Box Layout.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, May, 20 - v 1.7.0
- Added: Search Text Suggestion Box.
- Added: Option To Set Custom Color For Search Result.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, May, 19 - v 1.6.9
- Added: Search Text Highlight Feature.
- Updated: FAQ Accordion Toogle Feature.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, March, 28 - v 1.6.8
- Fixed: Custom Theme Display Issue For Category/Topics List .
- Fixed: Topics Description Hide Issue For FAQ Search.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, March, 24 - v 1.6.7
- Added: Option to display category/topic description below the title.
- Added: (Flat/Semi Rounded/Rounded) FAQ Layout.
- Added: Custom Theme Setup option Using Shortcode.
- Added: Custom Navigation Icon Setup option Using Shortcode.
- Fixed: FAQ search issue. Now, it's search in title as well in description.
- Fixed: External FAQ form title character limit error.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2018, March, 06 - v 1.6.6
- Added: Default and hide category in form selection.
- Fixed: External from submission category selection Issue.
- Updated: Plugin Code.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2017, July, 31 - v 1.6.5
- Added: Fadein / Fadeout effect in faq contents.
- Fixed: SAVE button position issue in admin panel for custom post sorting.
- Fixed: Certical tab layout issue in responsive mode.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2016, October, 02 - v 1.6.4
- Fixed: Single page 404 issue.
- Updated: plugin performance. Load JS and CSS files where plugin actually required.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2016, January, 17 - v 1.6.3
- Added: Vertical tab.
- Updated: Shortcode editor.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, December, 21 - v 1.6.2
- Fixed: External FAQ Submission Form Issue.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, November, 02 - v 1.6.1
- Updated: Live search section.
- Added: Custom sorting options for categories and topics.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, August 30 - v 1.6.0
- Updated: Addon Page.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, August 05 - v 1.5.9
- Added: wp-login.php pagel link for external FAQ submission notification message.
- Added: Option to show/hide category title.
- Added: Option to set custom email address for getting FAQ submission notification.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, July, 31 - v 1.5.8
- Added: White background for FAQ content.
- Added: New Page For BWL Advanced FAQ Manager Addon.
- Updated: Search Section.
- Updated: Plugin Widgets.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, March, 10 - v 1.5.7
- Added: 'X' [cross] button to clear search box easily for mobile device.
- Added: FAQ category and FAQ Topic Widgets.
- Updated: RTL stylesheet.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, February, 13 - v 1.5.6
- Added: Expand All/Collapse All Button.
- Updated: Live FAQ Search.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, January, 29 - v 1.5.5
- Added: Frontend FAQ Pagination.
- Updated: Live FAQ Search With Pagination feature.
- Updated: FAQ Shortcode panel.
- Updated: Plugin Speed.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2015, January, 19 - v 1.5.4
- Fixed: External Form Submission Issue.
- Updated: Plugin Performance.
- Updated: FAQ Shortcode panel.
- Fixed: Plugin Update Notification Issue.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2014, November, 12 - v 1.5.3
- Added: RTL support.
- Added: FAQ author shortcode.
- Added: Font-awesome up/down arrow for FAQ collapse navigation.
- Fixed: Categories and Topics Filters issues.
- Fixed: Random FAQ display issue.
- Updated: Responsive style.
- Updated: FAQ settings Page.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2014, October, 22 - v 1.5.2
- Fixed: Hide search box issue.
- Fixed: Shortcode Show Single FAQ lists issue
- Updated: FAQ settings Page.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2014, May, 25 - v 1.5.1
- Added: Auto update notification feature.
- Fixed: Shortcode Tab Issue.
- Updated: FAQ settings Page.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2014, May, 19 - v 1.5.0
- Added: WPML Translation Feature.
- Updated: FAQ options panel.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2014, April, 06 - v 1.4.9
- Added: Single Display FAQ option.
- Added: Display All FAQ answer opened option.
- Added: Font Awesome.
- Added: Display Author name, FAQ post date and edit option below FAQ Answer.
- Fixed: Rating System Issue.
- Updated: FAQ settings Page.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2014, February, 15 - v 1.4.8
- Fixed: Email content issue.
- Added: FAQ filtering by categories and topics.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2014, February, 06 - v 1.4.7
- Fixed: Tabbed Accordion layout bug.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, December, 25 - v 1.4.6
- Added: Single search box with multiple category.
- Updated: Tabbed Accordion.
- Updated: Collapsable accordion.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, December, 17 - v 1.4.5
- Added: Tabbed Accordion.
- Added: Custom Shortcode Editor.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, October, 26 - v 1.4.4
- Added: Collapsible Accordion.
- Added: FAQ theme with 7 predefined theme.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, Augest, 01 - v 1.4.3
- Added: Captcha Validation For FAQ Submission.
- Added: Custom Slug For Single FAQ Section.
- Added: FAQ Rating Reset Feature.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, Augest, 01 - v 1.4.2
- Updated: FAQ excerpt display option.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, July, 25 - v 1.4.1
- Updated: FAQ preview limit option.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, July, 09 - v 1.4.0
- Added: Excerpt settings for long FAQ answers.
- Updated: Live Search feature and can search in both title & content.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, July, 04 - v 1.3
- Added: 7 different themes .
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, July, 01 - v 1.2
- Added: Front-end "FAQ question add FORM" using Shortcode.
- Added: Email & log In Settings feature in admin panel.
- Added: Shortcode for show/hide search form.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, June, 24 - v 1.1
- Added: Live Search Feature.
- Added: Settings section in admin panel.
- Added: Enable/Disable features for live search.
- Updated: Plugin language/translation file.
- Updated: Plugin documentation.

2013, June, 22 - v 1.0
- Initial release

Source & Credit Notes

Our Themes & Templates

WordPress Themes

    WordPress Plugins

      HTML5 Themes

        Back To Top