MRK WP - The WordPress Professionals
FAQ Plugin Guide
Learn about how you can use the FAQ Plugin from M R K WP.
Title Option
FAQ module gives the ability to show/hide main title.
- To disable title, toggle “Display Title” to “No”
- To enable title, toggle “Display Title” to “Yes” and enter the title in the “Widget Title” input box. Refer image below
Category Titles
To display category titles when a FAQ’s are grouped by categories, set toggle ‘Group by categories’ to ‘YES’ and set toggle ‘Display Category Title’ to ‘YES’ .
Custom Views
Yes, we need to write a filter which will add a view “slug” as shown the in example below. This code can either be written in a custom plugin or the functions.php file of your theme (or child theme if you are using a third party theme).
This user-defined slug will show up in your divi faq modules when you select “Has Custom View” and then select an option from “Select Custom View”. Below is the screenshot for the same.
Shortcode
If you are using a direct shortcode, the following sample code can be used.
[df_faq_framework include_categories=” view_slug=’my_custom_faq_slug’ question_class=” answer_class=”]
View File
Sample view file shown below. The variable $attrs will be available in the view file which will be attributes from the shortcode or the divi faq module.
Grouping FAQs by category.
- Ensure that the Only show specific Categories toggle is selected to ‘YES’.
- Toggle Group By Category field to ‘YES’.
- Note: Setting the Display Category Title field to ‘YES’ will add category title at the beginning of the faq listing belonging to that category.
- Refer screenshot below for details.
Show specific category
To limit FAQ’s to selected categories, set ‘Show only specific categories’ toggle option to ‘YES’ and select the categories in the “Include from only these categories” option. Image below shows the illustration.
Enable search for FAQs
One can enable search functionality on FAQ by toggling the “Enable Search” to “YES”
Section wrapper option
One can enable wrapping of divi sections over the FAQ items. Toggle “Section Wrapper” to Yes/No to enable/disable them respectively.
Multi Column FAQ Module
The DF – Multi Column FAQ divi module is used to render FAQ items in a multi-column layout which can be grouped by categories. Each answer and question are rendered on page as inline, visible elements.
Content Options.
The content options are as follow.
- Only Show Specific Categories: When selected, a multi checkbox category list Include from only these categories appears. Select the categories you will like to show.
- Group by categories : Show when above field is selected. When selected, it groups the FAQ items by their group.
Number of columns
Can select the number of columns in a row between 1 and 4.
Question Text Styling
Provides a way to style the text. Options like text orientation, font, font size, text color, letter spacing and line height can be set.
Answer Text Styling
Provides a way to style the text. Options like text orientation, font, font size, text color, letter spacing and line height can be set.
Category Title Text Styling
Provides a way to style the text. Options like text orientation, font, font size, text color, letter spacing and line height can be set.