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 [...]
You can easily display top voted FAQ's using following shortcode- [bwla_faq meta_key = ‘votes_count’ orderby = ‘meta_value_num’ order = ‘DESC’ /] Thanks.
Very easy. - Just remove [bwla_form=”1” /] shortcode, Thank!
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.
Yes, Go to FAQ settings >> Font settings >> FAQ Label Font Size: . You will get options to set font size for the questions.
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.
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 [...]
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.
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.