Arconix FAQ

Popis

Add an easy-to-create, stylish FAQ section to your website. Display your frequently asked questions using the supplied shortcode ([faq]) and show/hide them via an animated, jQuery toggle or accordion box.
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.

Live Demo
Documentation

Easy to use and looks great Tried four other big name FAQ plugins before this one. All the others had show stopper issues. This one just worked and looks great.
jmiezitis

Features

  • Custom Post-Type driven
  • jQuery toggle or accordion display when using the shortcode
  • Can be displayed individually, or in FAQ groups by using the „group“ taxonomy

Some of our Pro plugins

  1. Deposits plugin for WooCommerce

  2. Order Delivery Date Pro for WooCommerce

  3. Abandoned Cart Pro for WooCommerce

  4. Booking & Appointment Plugin for WooCommerce

  5. Product Delivery Date Pro for WooCommerce

Some of our other free plugins

  1. Order Delivery Date for WooCommerce – Lite

  2. Abandoned Cart for WooCommerce

  3. Product Delivery Date for WooCommerce – Lite

  4. WooCommerce Print Invoice & Delivery Note

  5. Order Delivery Date for WP e-Commerce

  6. Prevent Customers To Cancel WooCommerce Orders

  7. WooCommerce Coupons by Categories and Tags

  8. Arconix Shortcodes

  9. Arconix Flexslider

  10. Arconix Portfolio

  11. Arconix Testimonials

  12. Export WordPress Menus

Snímky obrazovky

  • Post Type in WordPress navigation list
  • Post Type Admin display
  • Grouping and Toggling display

Instalace

You can download and install Arconix FAQ using the built in WordPress plugin installer. If you download the plugin manually, make sure the files are uploaded to /wp-content/plugins/arconix-faq/.

Activate Arconix-FAQ in the „Plugins“ admin panel using the „Activate“ link.

Nejčastější dotazy

Quick and dirty – how do I display my FAQ’s?

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 for assistance.

How do I enable the accordion display mode?

Add style="accordion" to the shortcode, e.g. [faq style="accordion"]

Where can I find more information on how to use the plugin?

The toggle or accordion isn’t working. What can I do?

While you can certainly start a thread in the support forum, there are some troubleshooting steps you can take beforehand to help speed up the process.
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 necessary for the operation of mine and many other plugins.
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.

I need help

Check out the WordPress support forum

I have a great idea for your plugin!

That’s fantastic! Feel free to open an issue or submit a pull request over at Github, or you can contact me through Twitter, Facebook or my Website

Recenze

25. 10. 2020
Half the time, updating new FAQs or changes "don't take", erasing everything typed. And often, delineating an order doesn't take, defeating the purpose of establishing the order of each each FAQ. I see why this is a free plugin.
29. 12. 2019
This plugin does exactly what it says and works like a charm. I can absolutely recommend it to anyone who wants to add a simple FAQ to their WP site.
14. 4. 2019
If you need a quick and easy solution this little plugin is fantastic. I would love to see some styling options or at least the option to select some colours or add icons but overall this plugin is fantastic and although there are much more complex solutions out there I can see why is the favourite of so many WP users. Hopefully the developers will keep it alive.
11. 9. 2018
Works ok, but spams the admin interface with ads for "pro" plugins. Extremely irritating. Use the fix provided by edmunek, or add the following line return array(); right after line 114 public static function faq_get_notice_text () { or don't use the plugin.
Přečtěte si všech 78 recenzí

Autoři

Arconix FAQ je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Plugin „Arconix FAQ“ byl přeložen do 4 jazyků. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “Arconix FAQ” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.9.3

  • Fix – Cross Site Request Forgery (CSRF) vulnerability.

1.9.2

  • Compatibility with WordPress 5.5

1.9.1

  • Fixed an issue where CRON for tracking was running every minute.

1.9

  • Updated the CMB library to its latest version.
  • Optimized the code with respect to WordPress Coding Standards.

1.8.3

  • We have temporarily removed the dashboard widget from the plugin.

1.8.2

  • Usage Tracking has been added in the plugin. It provides an option to allow tracking of the non-sensitive data of our plugin from the website. You can read more about it here.

1.8.1

  • Bug Fixed – The style=’accordion‘ for the faq shortcode was broken. This has been fixed.

1.8.0

  • The plugin is now GDPR compliant.
  • Bug Fixed – Some notices of debug log file are fixed.

1.7.0

  • You can now exclude certain groups from the FAQs using the exclude_group attribute. The value of this attribute should be the slug of the group.
  • Javascript and CSS files from the plugin will only be included when the shortcode is used on any page.
  • You can now hide the titles of the groups using the hide_title attribute for the [faq] shortcode. The value should be true if you want to hide the titles else false.

1.6.1

Fixed a bug which caused the FAQ Group descriptions to output incorrectly when using the accordion style

1.6.0

  • Prepared the plugin for translations (yay!)
  • Anchor links to group headers are now supported. The format is faq-group-slug — aka mysite.com/faq/#faq-group-slug
  • Allow users to now specify a single FAQ for display
  • Fixed a bug which caused some of the FAQ-specific CSS to be output improperly

1.5.2

  • Fixed a bug which caused an extra div to be output, breaking some site layouts.
  • Fixed a typo when saving/updating FAQ’s

1.5.1

Fixed a FAQ title display bug

1.5.0

  • Added the ability to display the FAQ’s in a single list even if groups are in use.
  • FAQ’s can now be displayed in a jQuery-powered accordion if desired
  • A few other minor backend improvements and fixes.

1.4.3

Fixes a parameter bug that prevented users from restricting the number of FAQ’s returned for display

1.4.2

Fix undefined variable bug that would show up when no FAQ groups were used

1.4.1

Updated the metabox script to the latest release. This resolves some content editor bugs that may pop up in certain configurations.

1.4.0

  • Updated plugin to be better integrated with WP 3.8 dashboard
  • Added support for ‚menu order‘, which allows for custom ordering of FAQ items without the need for another plugin. Supports custom ordering within groups as well.
  • Other miscellaneous improvements and bug fixes

1.3.2

Fixed a syntax error

1.3.1

  • Resolves a conflict with themes from WooThemes that prevented users from inserting media into the editor
  • Fixes an error with the Return to Top link introduced in 1.3.0

1.3.0

  • Updated toggle script to be compatible with WordPress 3.6
  • Added another checkbox to the FAQ creation screen which allows the user to set the initial state of the FAQ (closed or open)
  • For compatibility reasons, the javascript file is loading in the page header as opposed to the footer
  • The dashboard widget will now only load for administrator users
  • Misc fixes and improvements

1.2.0

  • Added a „Return to Top“ meta box option for each FAQ. Checking that box will display a link (text overridable via filter) that will return the user to the top of that item
  • Supports linking directly to specific FAQ’s via the FAQ title. View the documentation for guidance
  • Added additional CSS classes to each FAQ for increased styling options
  • Added filters to allow users to prevent the CSS, JS or dashboard widget from loading
  • Refactored defaults code to make it easier for power users to override defaults setting

1.1.1

minor fix to allow the user to specify a FAQ group they’d like to display

1.1

  • Added a „group“ taxonomy for displaying the FAQ items in groups
  • Updated the CSS with more inline documentation
  • fixed a couple minor bugs

1.0.5

  • fixed a critical bug in the shortcode

1.0.4

  • fixed a display bug which caused all faq’s to be loaded before any content

1.0.3

  • Show all FAQs and no longer paginate (overridable in the shortcode)
  • fix broken dashboard widget

1.0.2

  • version bump to add readme.txt and screenshots

1.0.1

  • Initial Release