To translate FAQ plugin please follow the steps described in below-
Step 01: You like to translate FAQ plugin in to German language. FAQ plugin text domain is ‘bwl-adv-faq’. So, .po file name should be bwl-adv-faq-de_DE.po. Translate plugin texts using .po editor. It will automatically generate bwl-adv-faq-de_DE.mo file.
Step 02: Now, placed that bwl-adv-faq-de_DE.po & bwl-adv-faq-de_DE.mo file in 'lang' folder or in wp-content/languages/plugins/ folder. That’s all. You can check more country and language codes from below.
We are using theme shortcode to display image inside faq post.
[lightbox full="http://lorempixel.com/g/500/300/"]http://lorempixel.com/g/125/125/[/lightbox]Yes, we always keep our plugin up to date and ensure compatibility with latest WordPress version. So, you can use our plugin without any doubt.
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.
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.
- FAQ Category Page allows you to add an unlimited number of categories for FAQ. You can show category-wise FAQ by using a shortcode.
- FAQ Topics Page allows you to add an unlimited number of Topics for FAQ. You can show topic-wise FAQ by using a shortcode.
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.
- 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.
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.
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:
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{}