You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arconix FAQ provides an easy way to add FAQ items to your website.
10
10
@@ -37,7 +37,7 @@ Upgrade normally via your WordPress admin -> Plugins panel.
37
37
Use the `[faq]` shortcode in a widget or on a post/page. This will output the FAQ's using the default settings (Ascending order by Title in a Toggle configuration). If you'd like to use a different order, consult the [Documentation](http://arcnx.co/afwiki) for assistance.
38
38
39
39
= How do I enable the accordion display mode? =
40
-
Add `style="accordion"` to the shortcode, e.g. `[faq style="accordion"]
40
+
Add `style="accordion"` to the shortcode, e.g. `[faq style="accordion"]`
41
41
42
42
= Where can I find more information on how to use the plugin? =
43
43
* Visit the [documentation](http://arcnx.co/afwiki) for assistance
@@ -49,7 +49,7 @@ While you can certainly start a thread in the [support forum](http://arcnx.co/af
49
49
2. Check to make sure only one copy of jQuery is being loaded. Many times conflicts arise when themes or plugins load jQuery incorrectly, causing the script to be loaded multiple times in multiple versions. In order to find the offending item, start by disabling your plugins one by one until you find the problem. If you've disabled all your plugins, try switching to a different them, such as twentyten or twentytwelve to see if the problem is with your theme. Once you've found the problem, contact the developer for assistance getting the issue resolved.
50
50
51
51
= I need help =
52
-
Check out the WordPress [support forum](http://arcnx.co/aphelp)
52
+
Check out the WordPress [support forum](http://arcnx.co/afhelp)
53
53
54
54
= I have a great idea for your plugin! =
55
55
That's fantastic! Feel free to open an issue or submit a pull request over at [Github](http://arcnx.co/afsource), or you can contact me through [Twitter](http://arcnx.co/twitter), [Facebook](http://arcnx.co/facebook) or my [Website](http://arcnx.co/1)
@@ -60,6 +60,9 @@ That's fantastic! Feel free to open an issue or submit a pull request over at [G
60
60
3. Grouping and Toggling display
61
61
62
62
== Changelog ==
63
+
= 1.6.1 =
64
+
Fixed a bug which caused the FAQ Group descriptions to output incorrectly when using the accordion style
65
+
63
66
= 1.6.0 =
64
67
* Prepared the plugin for [translations](https://make.wordpress.org/plugins/2015/09/01/plugin-translations-on-wordpress-org/) (yay!)
65
68
* Anchor links to group headers are now supported. The format is `faq-group-slug` -- aka mysite.com/faq/#faq-group-slug
0 commit comments