Description
Numerous CMS website require a segment for FAQ’s. Helios Solutions Responsive Category FAQ Plugin permits you to include, inspect and show FAQ on your website.
Helios Solutions Responsive Category FAQ Plugin appends a FAQ page in your website with jQuery accordian effect using jQuery UI. You can also add your own custom CSS from backend to change the front view of the Helios Solutions Responsive Category FAQ Plugin.
Helios Solutions Responsive Category FAQ Plugin lets you to reduce the user queries by its elegant-design.
We are the dedicated group of WordPress authors focused on developing finest WordPress themes and plugins.
To know more about our work and projects, visit: http://www.heliossolutions.in
Features
- Add multiple Category.
- Shortcode for Individual Category.
- Accordian Effect using jQuery UI.
- Responsive Faq.
- Add Your own custom css.
Installation
- Upload the plugin folder
HS Simple Faq
to the/wp-content/plugins/
directory. - Activate the plugin through the “Plugins -> Installed
plugins -> Activate HS Simple Faq” menu in WordPress. - Find HS Simple Faq Plugin in -> Admin Menu.
- For settings “FAQ’s” -> “Settings”.
How to use?
To display all FAQs on a page. Create a page and add Following Shortcode to your page.
[hs-faq limit="-1"]
Where limit specifies the number of posts to display. -1 will display all the posts.
So if you want to display only 5 FAQs. Then use following shortcode.
[hs-faq limit="5"]
If you want to custom order your faqs. Then you can use order and orderby parameter in shortcode. Use following shortcode
[hs-faq limit="5" orderby="date" order="ASC"]
To display FAQs of a specific category on a page. Add Following Shortcode to your page.
[hs-faq-cat id="14"]
Where 14 is the category ID.
You can also use the shortcode outside the post editor on a custom template.
echo do_shortcode('[hs-faq limit="-1"]');
FAQ
- How to use?
-
To display all FAQs on a page. Create a page and add Following Shortcode to your page.
[hs-faq limit="-1"]
Where limit specifies the number of posts to display. -1 will display all the posts.
So if you want to display only 5 FAQs. Then use following shortcode.[hs-faq limit="5"]
If you want to custom order your faqs. Then you can use order and orderby parameter in shortcode. Use following shortcode
[hs-faq limit="5" orderby="date" order="ASC"]
To display FAQs of a specific category on a page. Add Following Shortcode to your page.
[hs-faq-cat id="14"]
Where 14 is the category ID.
You can also use order and orderby parameter same as above
[hs-faq-cat id="14" orderby="date" order="ASC"]
You can also use the shortcode outside the post editor on a custom template.
echo do_shortcode('[hs-faq limit="-1"]');
Reviews
Contributors & Developers
“Helios Solutions Responsive category FAQ” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Helios Solutions Responsive category FAQ” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
4.0.3
*Compatibility with wordpress version 5.0.1
4.0.2
- Enhancement: Security options
- Bug fixes
4.0.1
- Compatibility with wordpress version 4.7.3
- Enhancement: Imporved performance and uses default wordpress jQuery library.
- Bug fixes
4.0.0
- Enhancement: Instead of CSS new version uses jQuery UI.
- Enhancement: New Design with plus minus icon.
3.0.4
- Bug Fix : Changed Conflicting class name with font-awesome icons and other small css changes.
3.0.3
- Enhancement: Proper Mobile View.
- All Accordions will be colsed initially.
- Bug Fix : Missing Font Family.
3.0.2
- Enhancement: Wp Query Change
- Updated the wp query for proper display of all FAQs category wise
3.0.1
- Enhancement: New Design
- Now you can display FAQ without assigning category.
2.0.1
- Bug Fix: Changed confliting css/html with wordpress twentyfourteen theme
- Enhancement: Updated the taxonomy query for proper display of all FAQs
- Added support wordpress 3.8 and twentyforteen theme
1.0
- Initial launch of the plugin