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
11
11
== Description ==
12
12
13
-
Utilizing Custom Post Types, this plugin allows the user to easily add FAQ items to his/her website. Display them using the supplied shortcode (`[faq]`) and show/hide them via an animated, jQuery toggle box.
13
+
Utilizing Custom Post Types, this plugin allows the user to easily add FAQ items to his/her website. Display them using the supplied shortcode (`[faq]`) and show/hide them via an animated, jQuery toggle or accordion box.
14
14
The FAQ's can be displayed in groups by tagging them during the FAQ item's creation. They can also be loaded closed or open, and for long FAQ's, there's a checkbox to add a "return to top" link at the bottom.
* jQuery toggle or accordion display when using the shortcode
21
21
* Can be displayed in groups by using the "group" taxonomy
22
22
23
23
== Installation ==
@@ -33,26 +33,24 @@ Upgrade normally via your WordPress admin -> Plugins panel.
33
33
== Frequently Asked Questions ==
34
34
35
35
= Quick and dirty - how do I display my FAQ's? =
36
-
* use the `[faq]` shortcode in a widget or on a post/page.
36
+
Use the `[faq]` shortcode in a widget or on a post/page.
37
37
38
-
= Where can I find more information on how to use the plugin? =
38
+
= How do I enable the accordion display mode? =
39
+
add `style="accordion"` to the shortcode, e.g. `[faq style="accordion"]
39
40
41
+
= Where can I find more information on how to use the plugin? =
40
42
* Visit the plugin's [Wiki Page](http://arcnx.co/afwiki) for documentation
41
43
* Tutorials on advanced plugin usage can be found at [Arconix Computers](http://arconixpc.com/tag/arconix-faq)
42
44
43
-
= The toggle isn't working. What can I do? =
44
-
45
+
= The toggle or accordion isn't working. What can I do? =
45
46
While you can certainly start a thread in the [support forum](http://arcnx.co/afhelp), there are some troubleshooting steps you can take beforehand to help speed up the process.
46
47
1. Check to make sure the javascripts are loading correctly. Load the faq page in your browser and view your page's source. Look for jQuery and Arconix FAQ JS files there. If you don't see the Arconix FAQ JS file, then your theme's `header.php` file is likely missing `<?php wp_head(); ?>`, which is neccessary for the operation of mine and many other plugins.
47
-
48
48
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.
49
49
50
50
= I need help =
51
-
52
51
Check out the WordPress [support forum](http://arcnx.co/aphelp)
53
52
54
53
= I have a great idea for your plugin! =
55
-
56
54
That's fantastic! Feel free to submit a pull request over at [Github](http://arcnx.co/afsource), add an idea to the [Trello Board](http://arcnx.co/aftrello), or you can contact me through [Twitter](http://arcnx.co/twitter), [Facebook](http://arcnx.co/facebook) or my [Website](http://arcnx.co/1)
57
55
58
56
== Screenshots ==
@@ -61,6 +59,11 @@ That's fantastic! Feel free to submit a pull request over at [Github](http://arc
61
59
3. Grouping and Toggling display
62
60
63
61
== Changelog ==
62
+
= 1.5.0 =
63
+
* Added the ability to display the FAQ's in a single list even if groups are in use.
64
+
* FAQ's can now be displayed in a jQuery-powered accordion if desired
65
+
* A few other minor backend improvements and fixes.
66
+
64
67
= 1.4.3 =
65
68
Fixes a parameter bug that prevented users from restricting the number of FAQ's returned for display
0 commit comments