Linux 软件免费装
Banner图

Q and A Focus Plus FAQ

开发者 ELsMystERy
Dalton
更新时间 2014年7月6日 04:15
捐献地址: 去捐款
PHP版本: 3.6.1 及以上
WordPress版本: 3.9.1
版权: GPLv2

标签

FAQ Comments Tags Ratings Questions Frequently Asked Knowledge Anchor

下载

详情介绍:

Show the Love If you like Q and A Focus Plus FAQ, please rate and review it. Details Q & A Focus Plus FAQ, by Lanexatek Creations, adds new features and enhancements to the popular Q & A Plus FAQ and Knowledge Base by Raygun, making it easy to create an even better full-featured, fully searchable FAQ on your WordPress site. The source code has been cleaned up and optimized and the JavaScript and CSS files have been minimized for better performance. It allows you to create, categorize, and reorder an unlimited number of FAQs and insert them into a page with simple shortcodes. Q & A Focus Plus uses the native Custom Post Type functionality in WordPress 3.0 and above with added support for comments and post tags. Questions can be shown/hidden with a simple jQuery animation; users without JavaScript enabled will click through to the single question page. There is an option to have questions jump into "focus" at the top of the page when clicked on, much like anchor links. With the new ratings system, you can allow anonymous visitors to rate your FAQs, or restrict the ratings to logged in users only. It even includes a Recent FAQs widget! ALL FOR FREE! Q & A Focus Plus supports post tags. You can add tags to each question in the editor. The tags will function like the tags used on standard posts and even show up in your tag cloud. If you have version 1.0.5 or higher of Raygun's Q & A Plus FAQ and Knowledge Base installed, Q & A Focus Plus will automatically import your settings upon activation. Version 1.3 includes these new features:

安装:

IMPORTANT: If you have the Raygun/Momnt version of Q & A Plus FAQ and Knowledge Base installed you must deactivate it before installing this one. Your current FAQs will be preserved and Q & A Focus Plus will import your settings from Q & A version 1.0.5 and up. You will need to visit the settings page to activate some of the new features.
  1. Extract the zip file and upload the contents to the wp-content/plugins/ directory of your WordPress installation.
  2. Deactivate Q & A FAQ and Knowledgbase by Raygun/Momnt, if it is installed.
  3. Activate Q & A Focus Plus FAQ from plugins page.
To get started, click on the Q & A Focus Plus section of the Settings menu of your WordPress Dashboard. The first thing you'll want to do is create a FAQ homepage, this is where visitors will be able to view your FAQs. This can be a page that already exists, or the plugin can automatically create the page and add the shortcode for you. By default, the FAQ homepage is "FAQS", so if that works for you, go ahead and click the Create Page button to add a new page to your site. To use a page that already exists on your site, enter the page slug in the FAQ homepage field. For example, the page slug of your "About" page is "about". If you'd like your FAQs to be on a sub-page on your site, you can use a slash, so a page called "FAQs" that is a child page of "About" would have the slug "about/faqs". You will then need to add the "[qa]" shortcode to that page. The default options should work for most sites, so let's create a few FAQs and see how they look. From the WordPress Dashboard, look for the FAQs menu, and then click Add New. Just like a typical WordPress post, you'll be able to add a title and body content, as well as set your category, add tags and enable comments. The title is the "Question" part of the FAQ and will be displayed on the FAQ page. The content section is hidden by default and will be displayed when the visitor clicks on the title. The category section allows you to organize your FAQs into multiple categories which are displayed on the homepage and on their own individual category pages. A FAQ can belong to multiple categories. Add your FAQ like you would any normal WordPress post. Once you've added some FAQs, visit your site and take a look. The FAQ homepage will be at "yoursite.com/faqs" by default, or wherever you set the FAQs homepage slug in the plugin settings. Take a look at the options on the "Plugin Settings" tab and try them out. You can add a search box on the FAQ homepage, category pages, and control the position of the search box. You can also customimze the animations and other aspects of the FAQ show/hide behavior. Each option has a small question mark next to it. Hover over this mark for a tooltip with more information about that option. The [qafp] and [qa] shortcodes The [qafp] and [qa] (for backwards compatibility) shortcodes allow you to put your FAQs on any page on your site, and has quite a few options. If you need to create a new FAQ page, just use the shortcode without any options. You can also use the shortcode to place individual FAQs, single FAQ categories, and FAQ pages with custom options anywhere on your site. You can combine most shortcode attributes in any combination you want. Here are the basic Q & A Focus Plus shortcode options: FAQ homepage: [qafp] and [qafp]. Will insert the entire FAQ homepage anywhere on your site. Single category page: [qafp cat=dogs] and [qa cat=dogs]. By specifying a category slug, you can add an entire category of FAQ entries anywhere on your site. You can find the category slug on the FAQs → FAQ Categories page. Single FAQ page: [qafp id=123] and [qa id=123]. By specifying an ID, you can insert an individual FAQ entry anywhere on your site. Hompage specific shortcodes: Limit: [qafp limit=5] and [qa limit=5]. Controls the number of FAQs returned on the FAQ homepage. Use -1 to return all FAQ entries. Enable excerpts: [qafp excerpts=true] and [qa excerpts=true]. Whether to limit posts length on the homepage. Entries that are longer than 40 words will be shortened and a "Continue reading" link will be added. Possible values are true or false. Show category links: [qafp catlink=true] and [qa catlink=true]. Show links to the single category page below each category title. Works well in conjunction with the limit setting to condense your FAQ homepage. Category order: [qafp catorder=ID/name/slug/term_order] and [qa catorder=catorder=ID/name/slug/term_order]. Sort the categories on the FAQ homepage by ID, name, slug, or term order. Sort order: [qafp sort=menu_order/ratings] and [qa sort=menu_order/ratings]. Sort the questions on the FAQ homepage by menu order, or ratings (if ratings are enabled). General shortcode attributes: Show FAQ link on categories: [qafp homelink=above/below/both/none] and [qa homelink=above/below/both/none]. Show link to the main FAQ page above, and/or below categories, or not at all. Show category descriptions: [qafp catdesc=true] and [qa catdesc=true]. Show FAQ category descriptions under the category titles. Search: [qafp search=home] and [qa search=home]. Whether to show the search field. Possible values are home, categories, both, or none to disable the search field. Search position: [qafp searchpos=top] and [qa searchpos=top]. Position of the search box, if enabled. Possible values are top or bottom. Permalinks: [qafp permalinks=true] and [qa permalinks=true]. Whether to show permalinks for individual FAQs. This makes it easier for users to click through and bookmark your content. Possible values are true or false. Animation: [qafp animation=fade] and [qa animation=fade]. Customize the animation style when opening and closing FAQs. Possible values are fade, slide, and none. Accordion: [qafp accordion=true] and [qa accordion=true]. Clicking on one FAQ entry closes any other open FAQ entries on the page. Setting this to false will allow multiple FAQs to be open and visible on the page at the same time. Collapsible: [qafp collapsible=true] and [qa collapsible=true]. You can completely disable the show/hide behavior by setting this to false. Show expand and collapse symbol: [qafp plusminus=true] and [qa plusminus=true]. Display the plus/minus (expand and collapse) signs beside the FAQ title when show/hide behavior is set to true. Focus: [qafp focus=true] and [qa focus=true]. NEW FEATURE Adds a link anchor behavior. When set to true, the current question will jump to the top of the browser window. You can completely disable the focus behavior by setting this to false. Horizontal Rule: [qafp hr=true] and [qa hr=true]. NEW FEATURE Adds a horizontal rule after each answer. You can completely disable the horizontal rule by setting this to false. Miscellaneous shortcodes: Show home link: [qafp_show_home_link]. Adds a link to the FAQ home page anywhere on the site. Show last updated: [qafp_show_last_updated]. Displays the date that the FAQ was last updated anywhere on the site, even when the option to display it on the FAQ home page is disabled. It only displays the date: no extra text or formatting.

屏幕截图:

  • The FAQ homepage.
  • A single FAQ page.
  • The plugin settings page.
  • The FAQ entry page.

升级注意事项:

Version 1.2 and higher is a customized upgrade to the original 1.0.6 version of Q and A Plus. If you have the Raygun/Momnt version installed you must deactivate it before installing this one. Your FAQs will be preserved.

常见问题:

Is Q & A Focus Plus better than the old Q & A?

We believe it is. A lot of time has been spent updating the old code to optimize it and remove many redundancies. We have also spent a lot of time adding new features and troubleshooting it on several different websites.

Is Q & A Focus Plus totally free?

It is indeed! You do not have to pay for any additional features and there is no premium version that you will need to buy in order to get premium features.

Where can I find a demo of Q & A Focus Plus?

Check out the FAQs at ELsMystERy.com and Lanexatek.com.

Why do I get an error when I try to install Q & A Focus Plus?

You probably need to disable the Raygun/Momnt version of the Q & A FAQ and Knowledge Base for WordPress. Q & A Focus Plus will not install if Raygun's Q & A FAQ and Knowledge Base is enabled.

Q & A Focus Plus did not import my settings from the Raygun/Momnt version of the Q & A FAQ and Knowledge Base for WordPress.

Q & A Focus Plus will only import settings from version 1.0.5 and higher of Raygun's Q & A FAQ and Knowledge Base.

Why do I get a "nothing found" error when I click the tags on my FAQs?

Make sure that you have not checked "Disable built-in tag support" on the options page.

Why does the question title CSS revert back to the default setting?

You probably entered invalid CSS, or had some unsupported characters in it.

What characters are supported by the question title CSS option?

You can enter the following into the question title CSS input field: alphanumeric characters (A to Z and 0 to 9), periods (.), dashes (-), colons (:), semicolons (;) and the percent sign (%).

The ratings do not seem to be working.

Make sure that JavaScript is enabled in your browser. Also, you will only be able to rate each question once if you are not restricting ratings to logged in users only and you have left the "Visitor rating wait time" option blank.

How do I prevent anonymous visitors from rating more then once?

The plugin tries to prevent that when the "Visitor rating wait time" option is left blank. If someone has found a way around that, there isn't much that you can do other than restrict the ratings to registered users.

How do I enable comments on my FAQs?

Check "Allow comments" in the post editor. You can also enable comments on all FAQs by doing a bulk edit in the FAQ list.

When I click "Add comment" I get a 404 error.

Go to the Admin -> Settings -> Permalinks page to refresh your permalinks and try again. = When I select a parent category for FAQ categories all of the questions show up, but no categories? We are aware of this and hope to have parent categories functioning correctly in a future update.

With JavaScript disabled, clicking on FAQ titles causes a 404 error.

You may need to refresh your permalinks. From the WP Dashboard, visit "Settings->Permalinks", then click "Save Permalinks".

I'm having trouble with the plugin. What should I do?

Read the documentation! If that does not help, check the frequently asked questions. If you do not find a solution there, you can get support on the Wordpress Q and A Focus Plus FAQ plugin support page. If you ask a question that is already answered in one of these resources, you probably won't get a reply. Ninety percent of the support requests we get are because people will not read the documentation, or experiment with different options. So, PLEASE, make sure that you try turning options off and on to see if that solves the issue before contacting us. We will be glad to help you solve undocumented issues, but we cannot help you solve problems caused by other programs, or not reading the documentation.

更新日志:

1.3.9.7 1.3.9.6 1.3.9.5 1.3.9.4 1.3.9.3 1.3.9.2 1.3.9.1 1.3.9 1.3.8.6 1.3.8.5 1.3.8.2 1.3.8 1.3.7 1.3.6.4 1.3.6.2 1.3.6 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.9 1.2.8 1.2.7 1.2.6 1.2.5 1.2.4 1.2.3 1.2.0