-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
87 lines (61 loc) · 2.07 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
=== Plugin Name ===
Contributors: bappi.d.great, ugotsta
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VZB6MW3L4F526
Tags: faqs, faq
Requires at least: 3.0.1
Tested up to: 4.7
Stable tag: 2.1.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Get a beautiful accordion style FAQs for your website.
== Description ==
Provides nice Frequently Asked Questions Page with answers hidden until the question is clicked then the desired answer fades smoothly into view, like accordion. User will have options to add categories, and questions based on those categories. Users can show question from a single category using shortcode. They will have control to change theme (among 9 themes), animation speed and custom CSS.
There is also a widget where the user can show FAQs from a category.
Don’t like any theme? You can write css in custom css box in the settings page.
Demo: http://dev.bappi-d-great.com/faq-all/
== Installation ==
**Way 1:**<br>
1. Download the plugin file<br>
2. Unzip the file into a folder on your hard drive<br>
3. Upload via FTP into your plugins (/wp-content/plugins/) folder<br>
4. Activate the plugin from your dashboard<br>
**Way 2:**<br>
1. From Dashboard > Plugins > Add New > Upload the plugin<br>
2. Activate the plugin<br>
**To show FAQs**<br>
1. Use [show_faq] shortcode to show all items.<br>
2. Use [show_faq id = “1”] to show faq for a category which ID is 1.<br>
Demo: http://dev.bappi-d-great.com/faq-all/
== Screenshots ==
1. This is the settings page
== Frequently Asked Questions ==
= Is it responsive? =
Yes
== Changelog ==
= 2.1.8 =
* Little issue fixed
= 2.1.7 =
* Category view is fixed
= 2.1.5 =
* Theme names are updated
= 2.1 =
* JS Error fixed
= 2.0 =
* Widget is added
* Translatable file is added
* Default value is added if the user doesn’t set any settings
* Screenshots added
= 1.6 =
* Small Bug Fixed
= 1.5 =
* Small Bug Fixed
= 1.4 =
* Small Bug Fixed
= 1.3 =
* Small Bug Fixed
= 1.2 =
* Another bug fixed
= 1.1 =
* Little bug fixes
= 1.0 =
* Released for first time