Topics: how to

How to set custom theme for FAQ?

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:

How to hide the title of a category

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 [...]

How to display top voted FAQ's?

You can easily display top voted FAQ's using following shortcode-   [bwla_faq meta_key = ‘votes_count’ orderby = ‘meta_value_num’ order = ‘DESC’ /]   Thanks.

How can I insert an Iframe into a FAQ?

You can Use following code- <iframe src="https://www.yourdomain.com" width="100%" height="300px"></iframe> set height value according to you’re need. Thanks.

How to solve single FAQ 404 issue?

Getting 404 (Page Not Found) is a very common issue for custom post type single post. But it is quite easy to fix. To solve that, Go to Settings>Permalinks. Next, click on Post name radio and click Save. Finally, Check FAQ single page, and hopefully it will now work perfectly.

How to change FAQ title font and remove text shadow?

By default, the FAQ title font style is bold and has a light shadow just below the text. For some themes, it seems blurry. You can easily remove that shadow and change the font style in to normal. Go to the FAQ settings page, and bottom of the page, you will get the option to [...]

How to create a custom single page for FAQ?

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.

How to change FAQ Form Title?

Please follow the steps - 1. Open “bwl_advanced_faq_manager_form_shortcode.php” file 2. Go to line no – 87 and you will get “Add A New FAQ Question !” text in there.
X
Back To Top