Description
Almost all the websites have FAQ page. Responsive Accordion FAQ and Question Answer plugin allow you to easily display FAQs to your website.
place the following shortcode to any page to display Faqs
[vadi_faq]
Faqs can be categorised by the following shorcodes
[vadi_faq category=β1″] 1 is category id
Faqs can be orderd by post date or by faq order custom number
order by post date[vadi_faq orderby=βdateβ]
order by faq order custom number[vadi_faq orderby=βorderβ]
Faqs shortcode with all parameters
[vadi_faq limit=β3″ category=β1″ orderby=βorderβ order=βASCβ transition_speed=β300″ transition_type=βeaseβ morethenoneopen=βfalseβ design=β1″ font_color=β#000″ border_color=β#d9d9d9″ background_color=β#f4f4f4″ active_bg_color=β#fffβ active_title_color=β#000″ icon_color=βblackβ icon_position=βrightβ icon_type=βupdownβ qa=βyesβ q_font_color=β#fffβ]
Shortcode parameters are
limit: limit=β3″ limitize the faq items by default all item will be displays
category: category=βcategory idβ FAQs can be categories by category id
morethenoneopen: morethenoneopen=βtrueβ if true all the faqs can be open while if false then only one faq at a time will open on click
transition_speed: transition_speed=β300″ transition speed when user click to open FAQ item by default 300
transition_type: transition_type=βeasesβ A string indicating which easing function to use for the transition. ease(this is default)linear, ease-in, ease-out, ease-in-out.
design: FAQ plugin included with 8 color scheme you can select see in shortcode page.
FAQ plugin can be customize design wiht the following parameter
font_color: font_color=β#000″ you can change text color by using hexa color
border_color: border_color=β#d9d9d9″ faqs border color can be change by using hexa color
background_color: background_color=β#f4f4f4″ faqs background color can be change by using hexa color
active_bg_color: active_bg_color=β#fffβ open faqs color can be change with hexa color
active_title_color active_title_color=β#000″ opened faqs title text color can be changed
FAQ Plugin included icons
icon_color: icon_color=βblackβ icon color can be select by white and black color
icon_position: icon_position=βrightβ icon position can be select left or right
icon_type: icon_type=βupdownβ icon type can be select by updown and plus
Screenshots
Installation
- Extract the files and Upload to the
/wp-content/plugins
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the βPluginsβ screen in WordPress
- vadi faq menu created in side menu where you can create and manage faqs.
- Place shortcode
[vadi_faq]
in a post or page to display faqs.
FAQ
Please ask question if you have
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Free Responsive Accordian FAQ and Question Answer” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Free Responsive Accordian FAQ and Question Answer” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
Initial release