Version Description
- Corrects recent issue causing the feedback notice to not dismiss correctly
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.9.9 |
Comparing to | |
See all releases |
Code changes from version 1.9.8 to 1.9.9
- Main.php +1 -1
- js/ewd-ufaq-dashboard-review-ask.js +3 -5
- readme.txt +221 -754
Main.php
CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
|
|
7 |
Author URI: https://www.etoilewebdesign.com/
|
8 |
Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
-
Version: 1.9.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
7 |
Author URI: https://www.etoilewebdesign.com/
|
8 |
Terms and Conditions: https://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: ultimate-faqs
|
10 |
+
Version: 1.9.9
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
js/ewd-ufaq-dashboard-review-ask.js
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
jQuery(document).ready(function($) {
|
2 |
jQuery('.ewd-ufaq-main-dashboard-review-ask').css('display', 'block');
|
3 |
|
4 |
-
jQuery('.ewd-ufaq-main-dashboard-review-ask').on('click', function(event) {
|
5 |
-
|
6 |
-
|
7 |
-
jQuery.post(ajaxurl, data, function() {});
|
8 |
-
}
|
9 |
});
|
10 |
|
11 |
jQuery('.ewd-ufaq-review-ask-yes').on('click', function() {
|
1 |
jQuery(document).ready(function($) {
|
2 |
jQuery('.ewd-ufaq-main-dashboard-review-ask').css('display', 'block');
|
3 |
|
4 |
+
jQuery('.ewd-ufaq-main-dashboard-review-ask .notice-dismiss').on('click', function(event) {
|
5 |
+
var data = 'Ask_Review_Date=7&action=ewd_ufaq_hide_review_ask';
|
6 |
+
jQuery.post(ajaxurl, data, function() {});
|
|
|
|
|
7 |
});
|
8 |
|
9 |
jQuery('.ewd-ufaq-review-ask-yes').on('click', function() {
|
readme.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
=== Ultimate FAQ - WordPress Q&A Plugin ===
|
2 |
-
Contributors: Rustaurius, EtoileWebDesign
|
3 |
-
Tags: FAQs, FAQ, FAQs list, WooCommerce FAQs, Gutenberg FAQs, FAQ block, accordion FAQs, toggle FAQs, filtered FAQs, grouped FAQs, FAQs order, FAQs sorting
|
4 |
-
Requires at least:
|
5 |
-
Tested up to: 5.5
|
6 |
-
License: GPLv3
|
7 |
-
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
8 |
-
|
9 |
Easily create FAQs and add them to your WordPress site using a Gutenberg block or shortcode.
|
10 |
-
|
11 |
== Description ==
|
12 |
|
13 |
With this plugin you can easily create FAQs and add them to your WordPress site using a Gutenberg block or shortcode. It makes use of a custom post type and integrates seamlessly into any site.
|
@@ -17,14 +17,14 @@ With this plugin you can easily create FAQs and add them to your WordPress site
|
|
17 |
### Key Features
|
18 |
|
19 |
* Create unlimited FAQs
|
20 |
-
* Create unlimited tags and categories
|
21 |
* Gutenberg FAQ block
|
22 |
-
* FAQ shortcode
|
23 |
* Responsive accordion layout that will fit any site and any device
|
24 |
* Ordering and sorting options for your FAQ page
|
25 |
* Group FAQ options
|
26 |
-
* Translation ready (all strings localized and .pot file included)
|
27 |
-
* Bulk import FAQs from a spreadsheet
|
28 |
* Insert custom CSS to style your FAQ layout
|
29 |
|
30 |
This plugin is very user friendly and comes with a walk-through. When you activate the plugin, it will run and help you create your first FAQs, create an FAQ page and also set some important options!
|
@@ -37,14 +37,14 @@ This plugin is very user friendly and comes with a walk-through. When you activa
|
|
37 |
|
38 |
### Video Introduction to the Ultimate FAQ Plugin
|
39 |
|
40 |
-
[youtube https://www.youtube.com/watch?v=xeGVZnVrZ6I]
|
41 |
|
42 |
### Additional Features
|
43 |
|
44 |
* Microdata / structured data / question schema (in the correct JSON-LD format) to help with SEO
|
45 |
* Choose what elements show for each FAQ (e.g. categories, tags, author, date, etc.)
|
46 |
* FAQ statistics and view count
|
47 |
-
* Allow people to comment on individual FAQs
|
48 |
* Shortcode helper for those using the Classic Editor plugin
|
49 |
|
50 |
### FAQs for WooCommerce (Requires Premium)
|
@@ -54,7 +54,7 @@ This plugin is very user friendly and comes with a walk-through. When you activa
|
|
54 |
* Create an FAQ category that matches the name of a product or category in your WooCommerce and it will automatically show!
|
55 |
* For more info, please see the following video:
|
56 |
|
57 |
-
[youtube https://www.youtube.com/watch?v=cH3p0fW4c5o]
|
58 |
|
59 |
### Ultimate FAQ Premium
|
60 |
|
@@ -62,776 +62,243 @@ The premium version of this plugin comes with the following great extra features
|
|
62 |
|
63 |
* FAQ search with autocomplete for question titles
|
64 |
* Additional FAQ display styles
|
65 |
-
* Choose from 15 toggle icon sets for your frequently asked questions
|
66 |
-
* WP Forms Integration
|
67 |
-
* Share FAQs on social media
|
68 |
-
* Select animation options
|
69 |
-
* Drag and drop precise re-ordering of FAQs
|
70 |
-
* Add an FAQ submit form to your site, so visitors can suggest their own FAQs and also (optionally) answers
|
71 |
-
* Admin notification for new FAQ submissions
|
72 |
-
* Add additional custom fields to your FAQs, such as a text area, file, link, date and more
|
73 |
-
* Export FAQs to spreadsheet
|
74 |
-
* Export all FAQs to a PDF to create a user manual
|
75 |
-
* SEO-Friendly FAQ, category and tag permalinks
|
76 |
-
* Advanced FAQ styling options
|
77 |
-
* Change the FAQ permalink slug base
|
78 |
|
79 |
You can find out more information about the premium version and accessing a <strong><em>free 7-day trial</em></strong> here: [https://www.etoilewebdesign.com/plugins/ultimate-faq/](https://www.etoilewebdesign.com/plugins/ultimate-faq/)
|
80 |
|
81 |
### Blocks
|
82 |
-
|
83 |
-
* <strong>Display FAQs</strong>: Display all FAQs, or only specific categories using the block attributes
|
84 |
-
* <strong>Popular FAQs</strong>: Displays a number of the most viewed FAQs (5 unless specified)
|
85 |
-
* <strong>Recent FAQs</strong>: Displays a number of the most recently added FAQs (5 unless specified)
|
86 |
-
* <strong>Search FAQs</strong>: Display a search form that allows users to find FAQs with a specific string in the title or body of the FAQ post (premium)
|
87 |
* <strong>Submit FAQ</strong>: Display a form that allows users to submit FAQs of their own and, if enabled, enter an answer to their submitted question as well (premium)
|
88 |
-
|
89 |
### Shortcodes
|
90 |
-
|
91 |
-
* [ultimate-faqs]: Display all FAQs, or only specific categories using include_category and exclude_category attributes (both take a comma-separated list of category slugs)
|
92 |
-
* [popular-faqs]: Displays a number of the most viewed FAQs (5 unless specified)
|
93 |
-
* [recent-faqs]: Displays a number of the most recently added FAQs (5 unless specified)
|
94 |
-
* [select-faq]: Display specific FAQ posts, using the attributes faq_name, faq_slug and faq_id which take comma-separated lists of FAQ post names, slugs and ids respectively
|
95 |
-
* [ultimate-faq-search]: Display a search form that allows users to find FAQs with a specific string in the title or body of the FAQ post (premium)
|
96 |
* [submit-question]: Display a form that allows users to submit FAQs of their own and, if enabled, enter an answer to their submitted question as well (premium)
|
97 |
|
98 |
-
### For help and support, please see:
|
99 |
-
|
100 |
-
* Our FAQ page, here: [https://wordpress.org/plugins/ultimate-faqs/faq/](https://wordpress.org/plugins/ultimate-faqs/faq/)
|
101 |
-
* Our installation guide, here: [https://wordpress.org/plugins/ultimate-faqs/installation/](https://wordpress.org/plugins/ultimate-faqs/installation/)
|
102 |
-
* Our documentation, here: [https://www.etoilewebdesign.com/support-center/?Plugin=UFAQ&Type=FAQs](https://www.etoilewebdesign.com/support-center/?Plugin=UFAQ&Type=FAQs)
|
103 |
-
* Our tutorial videos, here: [https://www.youtube.com/playlist?list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt
|
|
|
104 |
* The Ultimate FAQ support forum, here: [https://wordpress.org/support/plugin/ultimate-faqs](https://wordpress.org/support/plugin/ultimate-faqs)
|
105 |
|
106 |
-
|
107 |
-
== Installation ==
|
108 |
-
|
109 |
-
1. Upload the 'ultimate-faqs' folder to the '/wp-content/plugins/' directory
|
110 |
-
2. Activate the plugin through the 'Plugins' menu in WordPress
|
111 |
-
|
112 |
-
or
|
113 |
-
|
114 |
-
1. Go to the 'Plugins' menu in WordPress and click 'Add New'
|
115 |
-
2. Search for 'Ultimate FAQ' and select 'Install Now'
|
116 |
-
3. Activate the plugin when prompted
|
117 |
-
|
118 |
-
= Getting Started =
|
119 |
-
|
120 |
-
1. To create an FAQ:
|
121 |
-
* Click on 'FAQs' in the WordPress admin sidebar menu
|
122 |
-
* Click on 'Add New'
|
123 |
-
* Enter the FAQ question in the title area and the FAQ answer in the main post content area
|
124 |
-
* Set the author name using the 'Author Display Name' field under the main post content area
|
125 |
-
* Select and/or create FAQ categories and FAQ tags in the right-side menu
|
126 |
-
* Click the 'Publish' button
|
127 |
-
|
128 |
-
2. To display FAQs on your site:
|
129 |
-
* Place the <em>Display FAQs</em> block or the [ultimate-faqs] shortcode on any page you've created and it will display your FAQs
|
130 |
-
* You can display specific FAQs by making use of the [select-faq] shortcode
|
131 |
-
* Display a select number of your most popular FAQs using the <em>Popular FAQs</em> block or the [popular-faqs] shortcode
|
132 |
-
* Display a select number of your most recent FAQs using the <em>Recent FAQs</em> block or the [recent-faqs] shortcode
|
133 |
-
|
134 |
-
3. To include a submit question form:
|
135 |
-
* Placing the <em>Submit FAQs</em> block or the [submit-question] shortcode on a page will generate a form that allows your visitors to submit FAQ questions and, if enabled, even suggest FAQ answers for their questions (premium)
|
136 |
-
|
137 |
-
4. To include an FAQ search form:
|
138 |
-
* Use the <em>Search FAQs</em> block or the [ultimate-faq-search] shortcode to display an FAQ search form on a page. You can even set it so that all FAQs display on the search page and so that typing in the search box filters the results. (premium)
|
139 |
-
|
140 |
-
5. Customize your FAQ experience by making use of the many available settings and options, including toggle and accordion modes, FAQ comments, FAQ category grouping (premium) and many styling options (premium).
|
141 |
-
|
142 |
-
For a list of specific features, see the FAQ description page here: [https://wordpress.org/plugins/ultimate-faqs/](https://wordpress.org/plugins/ultimate-faqs/).
|
143 |
-
|
144 |
For help and support, please see:
|
145 |
|
146 |
-
* Our FAQ page, here: [https://wordpress.org/plugins/ultimate-faqs/faq/](https://wordpress.org/plugins/ultimate-faqs/faq/)
|
147 |
-
* Our documentation, here: [https://www.etoilewebdesign.com/support-center/?Plugin=UFAQ&Type=FAQs](https://www.etoilewebdesign.com/support-center/?Plugin=UFAQ&Type=FAQs)
|
148 |
-
* Our tutorial videos, here: [https://www.youtube.com/playlist?list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
* [
|
162 |
-
* [
|
163 |
-
* [
|
164 |
-
* [
|
165 |
-
* [
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
`
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
|
|
|
|
|
|
|
|
268 |
- Updated plugin documentation to take into account features that have been modified and added recently, and to more accurately reflect the current version of the plugin.
|
269 |
|
270 |
-
= 1.9.7 =
|
271 |
- CSS updates for the admin
|
272 |
- Updating plugin and author links to the current correct URLs
|
273 |
- Small change in the name to make purpose of plugin more clear
|
274 |
|
275 |
-
= 1.9.6 =
|
276 |
- Adding labelling option
|
277 |
|
278 |
-
= 1.9.5 =
|
279 |
- Correcting/eliminating several PHP notices
|
280 |
- Updating the version of FPDF used to 1.82
|
281 |
|
282 |
-
= 1.9.4 =
|
283 |
- Update to correct a potential minor XSS vulnerability
|
284 |
|
285 |
-
= 1.9.3 =
|
286 |
- CSS update for the admin styling options page layout
|
287 |
- Clarifying the purpose of the plugin in the name
|
288 |
|
289 |
-
= 1.9.2 =
|
290 |
- Small CSS update for admin options page layout
|
291 |
-
|
292 |
-
= 1.9.1 =
|
293 |
- Added extra security to the import feature.
|
294 |
|
295 |
-
= 1.9.0 =
|
296 |
- Added a new feature to integrate with WP Forms. Now you can set a field in your WP Forms contact form to automatically suggest and display FAQs when someone starts typing their message.
|
297 |
- Corrected an issue where the FAQ search was sometimes not working when the auto complete option was disabled.
|
298 |
- Corrected an issue where sometimes the post count did not return correctly if the same post matched for multiple words.
|
299 |
|
300 |
-
= 1.8.31 =
|
301 |
-
- Added in an option to use your own custom image for the FAQ ratings
|
302 |
-
- Added in the ability to reset the view count for FAQs
|
303 |
-
- Added an include_tag attribute for the shortcode
|
304 |
-
- Added in the ability to update FAQs via spreadsheet
|
305 |
-
- Updated the toggle feature with accessibility features
|
306 |
-
- Fixed an issue with the pagination in search results
|
307 |
-
- Fixed an issue with Expand All/Collapse All in search results
|
308 |
-
- Fixed the error that was happening when you tried to save a page in the admin that the submit-question shortcode or block is on
|
309 |
-
- Fixed the issue where accented letters weren't showing correctly in an exported PDF
|
310 |
-
- Fixed an issue in which the main FAQ menu item might still show for a user whose role was below that set with the "Set Access Role" option
|
311 |
-
- Removing notices related to undeclared variables
|
312 |
-
|
313 |
-
|
314 |
-
= 1.8.30 =
|
315 |
-
- Small update to the sanitization of an FAQ URL parameter
|
316 |
-
|
317 |
-
= 1.8.29 =
|
318 |
-
- Update for the admin dashboard
|
319 |
-
|
320 |
-
= 1.8.28 =
|
321 |
-
- Correcting issue with Set Access Role option
|
322 |
-
|
323 |
-
= 1.8.27 =
|
324 |
-
- Changing the way the schema is included to the new JSON-LD format
|
325 |
-
- Adding an option to disable the schema
|
326 |
-
|
327 |
-
= 1.8.26 =
|
328 |
-
- Removing placeholder text from the admin
|
329 |
-
|
330 |
-
= 1.8.25 =
|
331 |
-
- Adds in extra verifications for the import and export forms
|
332 |
-
|
333 |
-
= 1.8.24 =
|
334 |
-
- Correcting notices
|
335 |
-
|
336 |
-
= 1.8.23 =
|
337 |
-
- Correcting issue with not being able to import
|
338 |
-
|
339 |
-
= 1.8.22 =
|
340 |
-
- Fixes a minor possible XSS issue
|
341 |
-
|
342 |
-
= 1.8.21 =
|
343 |
-
- Updated reference variable that was causing a notice in FAQ comments
|
344 |
-
|
345 |
-
= 1.8.20 =
|
346 |
-
- Added in before_title and after_title for the widget titles
|
347 |
-
|
348 |
-
= 1.8.19 =
|
349 |
-
- Corrected an issue that was causing the "Skip All" button to not work in the tutorial that displays on plugin activation.
|
350 |
-
|
351 |
-
= 1.8.18 =
|
352 |
-
- Fixed an incorrect post_type reference in the new walkthrough.
|
353 |
-
|
354 |
-
= 1.8.17 =
|
355 |
-
- Missing files didn't actually get added in, in the last update. They're there now.
|
356 |
-
|
357 |
-
= 1.8.16 =
|
358 |
-
- Adding in missing files for the new guided setup
|
359 |
-
|
360 |
-
= 1.8.15 =
|
361 |
-
- Added in a new guided setup on plugin activation
|
362 |
-
- Updated the review ask pop-up
|
363 |
-
|
364 |
-
= 1.8.14 =
|
365 |
-
- Corrected issue in which the number of columns setting reverted back to default if you deactivated and reactivated the plugin
|
366 |
-
|
367 |
-
= 1.8.13 =
|
368 |
-
- Corrected issue in which category and tag styling options were not saving
|
369 |
-
- Corrected a formatting issue that was affecting certain option screens
|
370 |
-
|
371 |
-
= 1.8.12 =
|
372 |
-
- Added a skip button to the tutorial that shows when the plugin is first activated
|
373 |
-
- Added in a few missing images in the plugin admin area
|
374 |
-
- Corrected issue that was causing the review request to pop back up even after a review had been left or feedback sent.
|
375 |
-
|
376 |
-
= 1.8.11 =
|
377 |
-
- Corrected issue with Gutenberg blocks not displaying in new WordPress 5.0
|
378 |
-
|
379 |
-
= 1.8.10 =
|
380 |
-
- Updated enqueued JS version number to help with any issues related to the frequency of the request for feedback
|
381 |
-
|
382 |
-
= 1.8.9 =
|
383 |
-
- Added in missing call to global version number variable for enqueued files
|
384 |
-
|
385 |
-
= 1.8.8 =
|
386 |
-
- Added version number to enqueued files
|
387 |
-
|
388 |
-
= 1.8.7 =
|
389 |
-
- Update to fix class conflict with PHPSpreadsheet if using more than one of our plugins
|
390 |
-
|
391 |
-
= 1.8.6 =
|
392 |
-
- Update to fix same-page permalinks
|
393 |
-
- Update to fix sidebar misalignment issue when Group By Category is enabled
|
394 |
-
|
395 |
-
= 1.8.5 =
|
396 |
-
- Update to correct potential alignment issues when Group FAQs by Category enabled
|
397 |
-
|
398 |
-
= 1.8.4 =
|
399 |
-
- Made the request for feedback less intrusive
|
400 |
-
|
401 |
-
= 1.8.3 =
|
402 |
-
- Another minor update for the rewite_rules issue
|
403 |
-
|
404 |
-
= 1.8.2 =
|
405 |
-
- Removed an extra set of quotation marks that was causing flush_rewrite_rules to sometimes be called unnecessarily on init
|
406 |
-
- Fixed a styling option that wasn't working correctly for setting the category heading type
|
407 |
-
|
408 |
-
= 1.8.1 =
|
409 |
-
- Fixes a notice about trying to get property of a non-object
|
410 |
-
|
411 |
-
= 1.8.0 =
|
412 |
-
- <strong>This is a big update with many new features, corrections, revised admin styling, etc., so please take caution and test before updating on a live site</strong>
|
413 |
-
- Added in easy-to-use Gutenberg blocks for ultimate-faqs, ultimate-faq-search, submit-faq, recent-faqs and popular-faqs shortcodes
|
414 |
-
- Added in Gutenberg compatibily for the FAQ post create/edit screen
|
415 |
-
- The Options pages have a brand new and easy-to-use design!
|
416 |
-
- Added in new labelling options
|
417 |
-
- Added in a feature to display FAQs in multiple columns
|
418 |
-
- Added in option to set a default category for submitted questions
|
419 |
-
- Added in option to choose the number of FAQs that display per page (pagination), with options for distinct pages, a load more button or infinite scroll
|
420 |
-
- Made block styling options apply to border block theme as well
|
421 |
-
- Added in styling option for category headings
|
422 |
-
- Added in functionality for FAQ search, when "show on load" isn't being used, to have all FAQ results clear again when the search bar is cleared
|
423 |
-
- Added in option for the permalink to display just the text or just the icon
|
424 |
-
- Switched from using PHPExcel to the new PHPSpreadsheet for importing and exporting
|
425 |
-
- Made permalink text also a link (not just the icon)
|
426 |
-
- Corrected some alignment and styling issues with the FAQ Details meta box on the FAQ post create/edit screen
|
427 |
-
- Corrected issue with question/title styling not applying if you chose something other than H4 for FAQ Heading Type
|
428 |
-
- Updated comment label for FAQs that have comments enabled
|
429 |
-
- Minor styling changes to the FAQ display, including alignment of labels and corresponding fields
|
430 |
-
- Removed Color Block option from FAQ Display Style. (With the current Toggle Symbol styling options, it was redundant. If you had this option chosen, nothing will change, as it will automatically switch you to the Default option and keep any color changes you had made using the Toggle Symbol styling as well as your choice for the Color Block Shape.)
|
431 |
-
- Generated new .pot file
|
432 |
-
|
433 |
-
= 1.7.3 =
|
434 |
-
- Made the review ask pop up conditional on having JavaScript enabled and error-free
|
435 |
-
|
436 |
-
= 1.7.2 =
|
437 |
-
- Added in an option to highlight the search term in the FAQ question and answer when using the search shortcode
|
438 |
-
|
439 |
-
= 1.7.1 =
|
440 |
-
- Added an explanation for why "file" type custom fields cannot be included in a user-submitted FAQ
|
441 |
-
- Fixed a small admin CSS conflict with Gravity Forms
|
442 |
-
|
443 |
-
= 1.7.0 =
|
444 |
-
- Added the ability to include a "Post Date" and any custom fields when importing or exporting FAQs to a spreadsheet
|
445 |
-
- Added an attribute so that only FAQ posts in a parent category is displayed instead of all of the FAQ posts in child categories as welll
|
446 |
-
- Added UTF-8 support for PDF exports
|
447 |
-
- Fixed a problem where only the top category could be opened if the FAQ shortcode was included twice on a page
|
448 |
-
- Fixed an issue where the menu bar wasn't displayed on the edit FAQ screen
|
449 |
-
- Fixed an error where blank lines could be imported via spreadsheet as blank FAQs
|
450 |
-
- "File" type custom field labels no longer display on the submit FAQ form
|
451 |
-
|
452 |
-
= 1.6.20 =
|
453 |
-
- Updated the free trial button
|
454 |
-
|
455 |
-
= 1.6.19 =
|
456 |
-
- Small update to fix the broken dashboard image links
|
457 |
-
|
458 |
-
= 1.6.18 =
|
459 |
-
- We're doing a big FAQ admin area styling update, first up is the dashboard!
|
460 |
-
- Clarified the 'file' field type restriction for the submit FAQ shortcode
|
461 |
-
|
462 |
-
= 1.6.17 =
|
463 |
-
- Added an option to change who has access to the FAQ admin area
|
464 |
-
|
465 |
-
= 1.6.16 =
|
466 |
-
- Added in an option to have the category toggles accordion
|
467 |
-
|
468 |
-
= 1.6.15 =
|
469 |
-
- Added in an option to let users submit custom fields along with their questions when using the submit question shortcode
|
470 |
-
|
471 |
-
= 1.6.14 =
|
472 |
-
- Fixed a deprecated function issue for PHP 7.2 users
|
473 |
-
|
474 |
-
= 1.6.13 =
|
475 |
-
- Added in Ultimate WP Mail integration for the submit shortcode
|
476 |
-
|
477 |
-
= 1.6.12 =
|
478 |
-
- Minor styling updates
|
479 |
-
|
480 |
-
= 1.6.11 =
|
481 |
-
- Re-running the set options operation for those who had updated to version 1.6.10
|
482 |
-
|
483 |
-
= 1.6.10 =
|
484 |
-
- Fixed an issue where new users were getting blank FAQs
|
485 |
-
|
486 |
-
= 1.6.9 =
|
487 |
-
- Added in the option to re-order the elements of an FAQ (body, date/author, categories, etc.)
|
488 |
-
|
489 |
-
= 1.6.8 =
|
490 |
-
- Fixed a conflict with other plugins that use CSSTidy for CSS sanitization
|
491 |
-
- Added the ability to link to the search shortcode with a term preloaded
|
492 |
-
|
493 |
-
= 1.6.7 =
|
494 |
-
- Fixed the settings page for those using PHP7
|
495 |
-
- Fixed the faq_id attribute of the select-faq shortcode
|
496 |
-
|
497 |
-
= 1.6.6 =
|
498 |
-
- Added in a captcha option for the submit question shortcode
|
499 |
-
- Fixed an HTML validation error
|
500 |
-
|
501 |
-
= 1.6.5 =
|
502 |
-
- Updated color select sanitizing function
|
503 |
-
|
504 |
-
= 1.6.4 =
|
505 |
-
- Removed unnecessary code from AJAX processing file
|
506 |
-
- Improved admin data processing
|
507 |
-
|
508 |
-
= 1.6.3 =
|
509 |
-
- Added a nonce field to the settings form
|
510 |
-
|
511 |
-
= 1.6.2 =
|
512 |
-
- Minor admin styling update
|
513 |
-
|
514 |
-
= 1.6.1 =
|
515 |
-
- Minor performance enhancement
|
516 |
-
|
517 |
-
= 1.6.0 =
|
518 |
-
- Added in a new FAQ style, contemporary
|
519 |
-
- Fixed an apply_filters issue with the_title
|
520 |
-
- Internationalized a few strings
|
521 |
-
|
522 |
-
= 1.5.40 =
|
523 |
-
- Fixed a number of minor styling issues
|
524 |
-
|
525 |
-
= 1.5.39 =
|
526 |
-
- Maintenance update (notices removed, pageload speed enhancements, small CSS fixes, etc.)
|
527 |
-
|
528 |
-
= 1.5.38 =
|
529 |
-
- Added spacing and a span for category post counts
|
530 |
-
|
531 |
-
= 1.5.37 =
|
532 |
-
- Fixed an error with the "Main FAQ page" permalink setting
|
533 |
-
|
534 |
-
= 1.5.36 =
|
535 |
-
- Minor admin styling update
|
536 |
-
|
537 |
-
= 1.5.35 =
|
538 |
-
- Changed the menu icon
|
539 |
-
- Added missing filters for the title
|
540 |
-
- Made it possible to change the email address that submitted question notifications get sent to
|
541 |
-
- Add an Italian translation (Thanks to Nimbaweb)
|
542 |
-
- Fixed an error where custom CSS wasn't being applied to the search shortcode
|
543 |
-
|
544 |
-
= 1.5.34 =
|
545 |
-
- Added an option to display the number of FAQs in a category, when FAQs are grouped by category
|
546 |
-
|
547 |
-
= 1.5.33 =
|
548 |
-
- Updated the text domain of the plugin, to use the improved WordPress standard
|
549 |
-
|
550 |
-
= 1.5.32 =
|
551 |
-
- Minor admin CSS update
|
552 |
-
|
553 |
-
= 1.5.31 =
|
554 |
-
- Fixed a small admin CSS issue
|
555 |
-
|
556 |
-
= 1.5.30 =
|
557 |
-
- Minor CSS styling updates
|
558 |
-
|
559 |
-
= 1.5.29 =
|
560 |
-
- Fixed an error where a number of widget titles weren't displaying correctly in the admin area
|
561 |
-
|
562 |
-
= 1.5.28 =
|
563 |
-
- Updated some PHPExcel files for increased import/export compatibility with PHP7
|
564 |
-
|
565 |
-
= 1.5.27 =
|
566 |
-
- Added an option for a title on a number of the FAQ widgets
|
567 |
-
|
568 |
-
= 1.5.26 =
|
569 |
-
- Made a number of changes to speed up page loads for longer FAQs
|
570 |
-
- Fixed an issue with the "Random FAQ" widget where an FAQ would be displayed multiple times if it was in multiple categories
|
571 |
-
|
572 |
-
= 1.5.24 =
|
573 |
-
- Fixed a missing slash on the WooCommerce FAQs tab in the admin area
|
574 |
-
|
575 |
-
= 1.5.23 =
|
576 |
-
- Added a "Random FAQ" widget
|
577 |
-
- Added in options to change the toggle icon size and color
|
578 |
-
- Fixed a couple of small issues with the AJAX search
|
579 |
-
|
580 |
-
= 1.5.22 =
|
581 |
-
- Small admin CSS and typo correction in relation to previous update
|
582 |
-
|
583 |
-
= 1.5.21 =
|
584 |
-
- Split the basic and premium options into a few sub-sections, to make it easier to find the right option
|
585 |
-
|
586 |
-
= 1.5.20 =
|
587 |
-
- Added a new, simpler way to select which FAQs to display on a product page, directly from the edit product screen
|
588 |
-
|
589 |
-
= 1.5.19 =
|
590 |
-
- Minor admin area update
|
591 |
-
|
592 |
-
= 1.5.18 =
|
593 |
-
- Removed a number of notices
|
594 |
-
|
595 |
-
= 1.5.17 =
|
596 |
-
- Removed a number of notices
|
597 |
-
|
598 |
-
= 1.5.16 =
|
599 |
-
- Replaced the version of PHPExcel used, so that the spreadsheet uploads will be compatible with PHP7
|
600 |
-
- Minor Dashboard fix
|
601 |
-
|
602 |
-
= 1.5.15 =
|
603 |
-
- Fixed a small Dashboard error that a number of users were experiencing
|
604 |
-
|
605 |
-
= 1.5.14 =
|
606 |
-
- Minor Dashboard update
|
607 |
-
|
608 |
-
= 1.5.13 =
|
609 |
-
- Fixed an error where using the trial in this plugin reset the trials for a number of our other plugins
|
610 |
-
|
611 |
-
= 1.5.12 =
|
612 |
-
- Introducing a free new premium 7-day trial feature, which users can choose to test out before buying the premium version
|
613 |
-
|
614 |
-
= 1.5.11 =
|
615 |
-
- Added an "Expand/Collapse All" optional set of controls
|
616 |
-
- Added in a "Retrieving Results" label for the search shortcode
|
617 |
-
- Added a "Link" custom field type
|
618 |
-
- Added in helper text when you're editing a category, to show the shortcode required to display only the selected category of FAQs
|
619 |
-
- Fixed a problem with sharing an FAQ on Facebook
|
620 |
-
|
621 |
-
= 1.5.10 =
|
622 |
-
- Fixed an error where permalinks weren't displaying
|
623 |
-
|
624 |
-
= 1.5.8 =
|
625 |
-
- Added in a pre-built shortcode display on the edit FAQ page, to display a single FAQ
|
626 |
-
- Fixed an error where the upgrade box was displayed on multiplate tabs
|
627 |
-
|
628 |
-
= 1.5.7 =
|
629 |
-
- Fixed an issue where the ratings buttons weren't working using the AJAX search feature
|
630 |
-
|
631 |
-
= 1.5.6 =
|
632 |
-
- Fixed minor dashboard and attribute errors
|
633 |
-
|
634 |
-
= 1.5.5 =
|
635 |
-
- Added in a new admin notification option for when questions are received
|
636 |
-
- Added in two new shortcode attributes, 'include_category_ids' and 'exclude_category_ids', to let users include categories by ID instead of only by slug
|
637 |
-
- Fixed two typos in the labelling area of the backend
|
638 |
-
|
639 |
-
= 1.5.4 =
|
640 |
-
- Fixed an issue where the most viewed FAQ stat was being sorted as a string
|
641 |
-
|
642 |
-
= 1.5.3 =
|
643 |
-
- Fixed a labelling issue for the submit FAQ shortcode
|
644 |
-
|
645 |
-
= 1.5.2 =
|
646 |
-
- Fixed a labelling issue for the submit FAQ shortcode
|
647 |
-
|
648 |
-
= 1.5.1 =
|
649 |
-
- Added in a message if no FAQs are found in search, and a label for that message in the back-end
|
650 |
-
|
651 |
-
= 1.5.0 =
|
652 |
-
- Added in a new premium option to change the toggle icon to one of 15 different sets of icons
|
653 |
-
- Added in microdata support, to help with SEO
|
654 |
-
- FAQs can now be included for an entire WooCommerce category instead of being added for products one at a time
|
655 |
-
- Fixed a URL issue when a category or tag was selected, and a visitor tried to select another one
|
656 |
-
|
657 |
-
= 1.4.5 =
|
658 |
-
- Fixed a number of insufficient permission errors
|
659 |
-
|
660 |
-
= 1.4.4 =
|
661 |
-
- Added back in the link to edit an FAQ when you're on the single FAQ page
|
662 |
-
|
663 |
-
= 1.4.3 =
|
664 |
-
- Added in a new set of tutorials for new users
|
665 |
-
- Centralized the plugin dashboard and menu
|
666 |
-
|
667 |
-
= 1.4.2 =
|
668 |
-
- Added a premium styling option for the toggle indicator to adjust the height
|
669 |
-
|
670 |
-
= 1.4.1 =
|
671 |
-
- Minor update to take out a debugging message
|
672 |
-
|
673 |
-
= 1.4.0 =
|
674 |
-
- Added two new FAQ display styles, minimalist and border block
|
675 |
-
- Added in support for comments directly in the FAQs if enabled
|
676 |
-
- Added two new premium features, FAQ ratings and FAQ custom fields
|
677 |
-
- Added a premium styling option to let users select which heading the FAQ and comment titles have (h1, h2, etc.)
|
678 |
-
|
679 |
-
= 1.3.6 =
|
680 |
-
- Minor CSS update
|
681 |
-
|
682 |
-
= 1.3.5 =
|
683 |
-
- Fixed a font-family error
|
684 |
-
|
685 |
-
= 1.3.4 =
|
686 |
-
- Fixed an error where if WooCommerce FAQs were set to "Yes", and not category had been created, all FAQs would show
|
687 |
-
|
688 |
-
= 1.3.3 =
|
689 |
-
- Fixed an error where scroll to top would take a visitor to the first instance of an FAQ if it was on the page twice
|
690 |
-
|
691 |
-
= 1.3.2 =
|
692 |
-
- Fixed an error where view count wasn't being counted when FAQs were clicked to expand
|
693 |
-
|
694 |
-
= 1.3.1 =
|
695 |
-
- Fixed a JS error that was preventing the new shortcode helper from working with other plugins that modify the visual editor
|
696 |
-
|
697 |
-
= 1.3.0 =
|
698 |
-
- Added a feature that has been requested by a number of users, an FAQ shortcode helper, which lets you build shortcodes without having to remember and manually input the attributes. This feature can be turned off via the settings page, if you'd like to keep your tinyMCE button bar free of extra buttons
|
699 |
-
- Fixed an error where category titles were no longer displaying
|
700 |
-
|
701 |
-
= 1.2.11 =
|
702 |
-
- Global post variable is now reset after the FAQs query loop
|
703 |
-
|
704 |
-
= 1.2.10 =
|
705 |
-
- Should make the plugin compatible with a couple of page builder plugins
|
706 |
-
|
707 |
-
= 1.2.9 =
|
708 |
-
- If there are no tags or categories for a particular FAQ, they should now be hidden
|
709 |
-
|
710 |
-
= 1.2.8 =
|
711 |
-
- Added an attribute, show_on_load, which will show all FAQs when the page first loads and then refresh the results when a visitor adds a search term
|
712 |
-
|
713 |
-
= 1.2.7 =
|
714 |
-
- Fixed an error where same page permalinks weren't opening the posts
|
715 |
-
|
716 |
-
= 1.2.6 =
|
717 |
-
- Added an option to just use the page ID for WooCommerce instead of the product's ID
|
718 |
-
|
719 |
-
= 1.2.5 =
|
720 |
-
- Fixed a broken link
|
721 |
-
- Added extra information about the premium version
|
722 |
-
|
723 |
-
= 1.2.4 =
|
724 |
-
- Fixed an error where FAQs on the same page as the search shortcode couldn't be clicked at times
|
725 |
-
|
726 |
-
= 1.2.3 =
|
727 |
-
- Added in WPML support for the main shortcodes
|
728 |
-
- Fixed an error with a missing ID tag
|
729 |
-
|
730 |
-
= 1.2.2 =
|
731 |
-
- Added the ability to have multiple widgets or shortcodes on a page
|
732 |
-
- Fixed a small error with the popular FAQs shortcode
|
733 |
-
|
734 |
-
= 1.2.1 =
|
735 |
-
- Fixed a missing file error
|
736 |
-
|
737 |
-
= 1.2.0 =
|
738 |
-
- Added in a new premium feature: WooCommerce FAQs tab, which lets you add a different list of FAQs on the product page for each WooCommerce product
|
739 |
-
- Added the ability to filter FAQs by category
|
740 |
-
|
741 |
-
= 1.1.19 =
|
742 |
-
- Added another set of labeling options
|
743 |
-
|
744 |
-
= 1.1.18 =
|
745 |
-
- Minor CSS update
|
746 |
-
|
747 |
-
= 1.1.17 =
|
748 |
-
- Added anumber of extra labeling options
|
749 |
-
|
750 |
-
= 1.1.16 =
|
751 |
-
- Minor CSS update
|
752 |
-
|
753 |
-
= 1.1.15 =
|
754 |
-
- CSV files can now be used for FAQ imports
|
755 |
-
|
756 |
-
= 1.1.14 =
|
757 |
-
- Fixed a parent-child issue, where if a parent category was added in the include_category attribute, it was possible to end up with unexpected categories when an FAQ was in multiple categories
|
758 |
-
|
759 |
-
= 1.1.13 =
|
760 |
-
- Fixed a number of PHP notices
|
761 |
-
|
762 |
-
= 1.1.12 =
|
763 |
-
- Minor CSS update
|
764 |
-
|
765 |
-
= 1.1.11 =
|
766 |
-
- Fixed a missing div error that could come up with certain options selected
|
767 |
-
|
768 |
-
= 1.1.10 =
|
769 |
-
- Minor CSS update
|
770 |
-
|
771 |
-
= 1.1.9 =
|
772 |
-
- Added a "Category Toggle" options for users who group their FAQs by category
|
773 |
-
- Cleaned up some of the code dealing with options
|
774 |
-
|
775 |
-
= 1.1.8 =
|
776 |
-
- Fixed a scrolling error with non-FAQ links
|
777 |
-
|
778 |
-
= 1.1.7 =
|
779 |
-
- Should fix small problems with the "select-faq" shortcode and the "FAQ ID List" widget
|
780 |
-
|
781 |
-
= 1.1.6 =
|
782 |
-
- Removed blank categories from FAQ search results
|
783 |
-
- Added in a "Permalink Type" option, which lets you decide between linking to the post in the main page and the individual post page
|
784 |
-
|
785 |
-
= 1.1.5 =
|
786 |
-
- Fixed a problem with FAQ permalinks not opening in the list
|
787 |
-
|
788 |
-
= 1.1.4 =
|
789 |
-
- Fixed a conflict with WooCommerce, where a UFAQ script was keeping product information tabs open
|
790 |
-
|
791 |
-
= 1.1.3 =
|
792 |
-
- Fixed a problem where links inside of a toggable FAQ weren't clickable
|
793 |
-
|
794 |
-
= 1.1.2 =
|
795 |
-
- Added a color picker to the color fields on the styling options area
|
796 |
-
|
797 |
-
= 1.1.1 =
|
798 |
-
- Added 'display_all_answers' as a shortcode attribute, so some pages can have all answers displayed and others can have the started list style
|
799 |
-
- Fixed an option mistake
|
800 |
-
|
801 |
-
= 1.1.0 =
|
802 |
-
- Added new premium display styles
|
803 |
-
- Added an autocomplete titles option for the AJAX search shortcode
|
804 |
-
- Added more styling options to customize new display styles
|
805 |
-
- Added an option to add a 'Back to Top' link to each FAQ post
|
806 |
-
- Fixed a reveal error with non-accordion display and no effect selected
|
807 |
-
|
808 |
-
= 1.0.9 =
|
809 |
-
- Added some CSS classes in preparation for an upcoming large CSS/styling update
|
810 |
-
|
811 |
-
= 1.0.8 =
|
812 |
-
- Added a unique identifier to each FAQ so that if it is repeated on the same page, the correct post should open
|
813 |
-
|
814 |
-
= 1.0.7 =
|
815 |
-
- Minor CSS update
|
816 |
-
|
817 |
-
= 1.0.6 =
|
818 |
-
- Fixed an issue where new users weren't able to update ordering even after upgrading to premium
|
819 |
-
|
820 |
-
= 1.0.5 =
|
821 |
-
- Minor CSS update
|
822 |
-
|
823 |
-
= 1.0.4 =
|
824 |
-
- Fixed a status error message
|
825 |
-
|
826 |
-
= 1.0.3 =
|
827 |
-
- Added in widgets to display a number of popular or recently created faqs
|
828 |
-
|
829 |
-
= 1.0.2 =
|
830 |
-
- CSS update for the ordering table in the admin area
|
831 |
-
|
832 |
-
= 1.0.1 =
|
833 |
-
- Fix for the FAQ ordering bug
|
834 |
-
|
835 |
-
= 1.0.0 =
|
836 |
-
- Premium version release, check out our website for all of the details <http://www.etoilewebdesign.com/ultimate-faq/>
|
837 |
-
|
1 |
+
=== Ultimate FAQ - WordPress Q&A Plugin ===
|
2 |
+
Contributors: Rustaurius, EtoileWebDesign
|
3 |
+
Tags: FAQs, FAQ, FAQs list, accordion FAQ, WooCommerce FAQs, Gutenberg FAQs, FAQ block, accordion FAQs, toggle FAQs, filtered FAQs, grouped FAQs, FAQs order, FAQs sorting
|
4 |
+
Requires at least: 5.0
|
5 |
+
Tested up to: 5.5
|
6 |
+
License: GPLv3
|
7 |
+
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
8 |
+
|
9 |
Easily create FAQs and add them to your WordPress site using a Gutenberg block or shortcode.
|
10 |
+
|
11 |
== Description ==
|
12 |
|
13 |
With this plugin you can easily create FAQs and add them to your WordPress site using a Gutenberg block or shortcode. It makes use of a custom post type and integrates seamlessly into any site.
|
17 |
### Key Features
|
18 |
|
19 |
* Create unlimited FAQs
|
20 |
+
* Create unlimited FAQ tags and FAQ categories
|
21 |
* Gutenberg FAQ block
|
22 |
+
* FAQ shortcode
|
23 |
* Responsive accordion layout that will fit any site and any device
|
24 |
* Ordering and sorting options for your FAQ page
|
25 |
* Group FAQ options
|
26 |
+
* Translation ready (all strings localized and .pot file included)
|
27 |
+
* Bulk import FAQs from a spreadsheet
|
28 |
* Insert custom CSS to style your FAQ layout
|
29 |
|
30 |
This plugin is very user friendly and comes with a walk-through. When you activate the plugin, it will run and help you create your first FAQs, create an FAQ page and also set some important options!
|
37 |
|
38 |
### Video Introduction to the Ultimate FAQ Plugin
|
39 |
|
40 |
+
[youtube https://www.youtube.com/watch?v=xeGVZnVrZ6I]
|
41 |
|
42 |
### Additional Features
|
43 |
|
44 |
* Microdata / structured data / question schema (in the correct JSON-LD format) to help with SEO
|
45 |
* Choose what elements show for each FAQ (e.g. categories, tags, author, date, etc.)
|
46 |
* FAQ statistics and view count
|
47 |
+
* Allow people to comment on individual FAQs
|
48 |
* Shortcode helper for those using the Classic Editor plugin
|
49 |
|
50 |
### FAQs for WooCommerce (Requires Premium)
|
54 |
* Create an FAQ category that matches the name of a product or category in your WooCommerce and it will automatically show!
|
55 |
* For more info, please see the following video:
|
56 |
|
57 |
+
[youtube https://www.youtube.com/watch?v=cH3p0fW4c5o]
|
58 |
|
59 |
### Ultimate FAQ Premium
|
60 |
|
62 |
|
63 |
* FAQ search with autocomplete for question titles
|
64 |
* Additional FAQ display styles
|
65 |
+
* Choose from 15 toggle icon sets for your frequently asked questions
|
66 |
+
* WP Forms Integration
|
67 |
+
* Share FAQs on social media
|
68 |
+
* Select animation options
|
69 |
+
* Drag and drop precise re-ordering of FAQs
|
70 |
+
* Add an FAQ submit form to your site, so visitors can suggest their own FAQs and also (optionally) answers
|
71 |
+
* Admin notification for new FAQ submissions
|
72 |
+
* Add additional custom fields to your FAQs, such as a text area, file, link, date and more
|
73 |
+
* Export FAQs to spreadsheet
|
74 |
+
* Export all FAQs to a PDF to create a user manual
|
75 |
+
* SEO-Friendly FAQ, category and tag permalinks
|
76 |
+
* Advanced FAQ styling options
|
77 |
+
* Change the FAQ permalink slug base
|
78 |
|
79 |
You can find out more information about the premium version and accessing a <strong><em>free 7-day trial</em></strong> here: [https://www.etoilewebdesign.com/plugins/ultimate-faq/](https://www.etoilewebdesign.com/plugins/ultimate-faq/)
|
80 |
|
81 |
### Blocks
|
82 |
+
|
83 |
+
* <strong>Display FAQs</strong>: Display all FAQs, or only specific categories using the block attributes
|
84 |
+
* <strong>Popular FAQs</strong>: Displays a number of the most viewed FAQs (5 unless specified)
|
85 |
+
* <strong>Recent FAQs</strong>: Displays a number of the most recently added FAQs (5 unless specified)
|
86 |
+
* <strong>Search FAQs</strong>: Display a search form that allows users to find FAQs with a specific string in the title or body of the FAQ post (premium)
|
87 |
* <strong>Submit FAQ</strong>: Display a form that allows users to submit FAQs of their own and, if enabled, enter an answer to their submitted question as well (premium)
|
88 |
+
|
89 |
### Shortcodes
|
90 |
+
|
91 |
+
* [ultimate-faqs]: Display all FAQs, or only specific categories using include_category and exclude_category attributes (both take a comma-separated list of category slugs)
|
92 |
+
* [popular-faqs]: Displays a number of the most viewed FAQs (5 unless specified)
|
93 |
+
* [recent-faqs]: Displays a number of the most recently added FAQs (5 unless specified)
|
94 |
+
* [select-faq]: Display specific FAQ posts, using the attributes faq_name, faq_slug and faq_id which take comma-separated lists of FAQ post names, slugs and ids respectively
|
95 |
+
* [ultimate-faq-search]: Display a search form that allows users to find FAQs with a specific string in the title or body of the FAQ post (premium)
|
96 |
* [submit-question]: Display a form that allows users to submit FAQs of their own and, if enabled, enter an answer to their submitted question as well (premium)
|
97 |
|
98 |
+
### For help and support, please see:
|
99 |
+
|
100 |
+
* Our FAQ page, here: [https://wordpress.org/plugins/ultimate-faqs/faq/](https://wordpress.org/plugins/ultimate-faqs/faq/)
|
101 |
+
* Our installation guide, here: [https://wordpress.org/plugins/ultimate-faqs/installation/](https://wordpress.org/plugins/ultimate-faqs/installation/)
|
102 |
+
* Our documentation, here: [https://www.etoilewebdesign.com/support-center/?Plugin=UFAQ&Type=FAQs](https://www.etoilewebdesign.com/support-center/?Plugin=UFAQ&Type=FAQs)
|
103 |
+
* Our tutorial videos, here: [https://www.youtube.com/playlist?list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt
|
104 |
+
](https://www.youtube.com/playlist?list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt)
|
105 |
* The Ultimate FAQ support forum, here: [https://wordpress.org/support/plugin/ultimate-faqs](https://wordpress.org/support/plugin/ultimate-faqs)
|
106 |
|
107 |
+
|
108 |
+
== Installation ==
|
109 |
+
|
110 |
+
1. Upload the 'ultimate-faqs' folder to the '/wp-content/plugins/' directory
|
111 |
+
2. Activate the plugin through the 'Plugins' menu in WordPress
|
112 |
+
|
113 |
+
or
|
114 |
+
|
115 |
+
1. Go to the 'Plugins' menu in WordPress and click 'Add New'
|
116 |
+
2. Search for 'Ultimate FAQ' and select 'Install Now'
|
117 |
+
3. Activate the plugin when prompted
|
118 |
+
|
119 |
+
= Getting Started =
|
120 |
+
|
121 |
+
1. To create an FAQ:
|
122 |
+
* Click on 'FAQs' in the WordPress admin sidebar menu
|
123 |
+
* Click on 'Add New'
|
124 |
+
* Enter the FAQ question in the title area and the FAQ answer in the main post content area
|
125 |
+
* Set the author name using the 'Author Display Name' field under the main post content area
|
126 |
+
* Select and/or create FAQ categories and FAQ tags in the right-side menu
|
127 |
+
* Click the 'Publish' button
|
128 |
+
|
129 |
+
2. To display FAQs on your site:
|
130 |
+
* Place the <em>Display FAQs</em> block or the [ultimate-faqs] shortcode on any page you've created and it will display your FAQs
|
131 |
+
* You can display specific FAQs by making use of the [select-faq] shortcode
|
132 |
+
* Display a select number of your most popular FAQs using the <em>Popular FAQs</em> block or the [popular-faqs] shortcode
|
133 |
+
* Display a select number of your most recent FAQs using the <em>Recent FAQs</em> block or the [recent-faqs] shortcode
|
134 |
+
|
135 |
+
3. To include a submit question form:
|
136 |
+
* Placing the <em>Submit FAQs</em> block or the [submit-question] shortcode on a page will generate a form that allows your visitors to submit FAQ questions and, if enabled, even suggest FAQ answers for their questions (premium)
|
137 |
+
|
138 |
+
4. To include an FAQ search form:
|
139 |
+
* Use the <em>Search FAQs</em> block or the [ultimate-faq-search] shortcode to display an FAQ search form on a page. You can even set it so that all FAQs display on the search page and so that typing in the search box filters the results. (premium)
|
140 |
+
|
141 |
+
5. Customize your FAQ experience by making use of the many available settings and options, including toggle and accordion modes, FAQ comments, FAQ category grouping (premium) and many styling options (premium).
|
142 |
+
|
143 |
+
For a list of specific features, see the FAQ description page here: [https://wordpress.org/plugins/ultimate-faqs/](https://wordpress.org/plugins/ultimate-faqs/).
|
144 |
+
|
145 |
For help and support, please see:
|
146 |
|
147 |
+
* Our FAQ page, here: [https://wordpress.org/plugins/ultimate-faqs/faq/](https://wordpress.org/plugins/ultimate-faqs/faq/)
|
148 |
+
* Our documentation, here: [https://www.etoilewebdesign.com/support-center/?Plugin=UFAQ&Type=FAQs](https://www.etoilewebdesign.com/support-center/?Plugin=UFAQ&Type=FAQs)
|
149 |
+
* Our tutorial videos, here: [https://www.youtube.com/playlist?list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt
|
150 |
+
](https://www.youtube.com/playlist?list=PLEndQUuhlvSrNdfu5FKa1uGHsaKZxgdWt)
|
151 |
+
* The Ultimate FAQ support forum, here: [https://wordpress.org/support/plugin/ultimate-faqs](https://wordpress.org/support/plugin/ultimate-faqs)
|
152 |
+
|
153 |
+
|
154 |
+
== Frequently Asked Questions ==
|
155 |
+
|
156 |
+
= How do I get my FAQs to show up on my page? =
|
157 |
+
|
158 |
+
Try adding the shortcode [ultimate-faqs] to whatever page you'd like to display the FAQ on.
|
159 |
+
|
160 |
+
= What are the current FAQ shortcodes? =
|
161 |
+
|
162 |
+
* [ultimate-faqs]: display all FAQs, or only specific FAQ categories using include_category and exclude_category attributes (both take a comma-separated list of category slugs)
|
163 |
+
* [popular-faqs]: displays a number of the most viewed FAQs (5 unless specified).
|
164 |
+
* [recent-faqs]: displays a number of the most recently added FAQs (5 unless specified).
|
165 |
+
* [select-faq]: display specific FAQ posts, using the attributes faq_name, faq_slug and faq_id which take comma-separated lists of FAQ post names, FAQ slugs and FAQ ids respectively.
|
166 |
+
* [ultimate-faq-search]: display an FAQ search form that allows users to find FAQs with a specific string in the FAQ title or body of the FAQ post (premium).
|
167 |
+
* [submit-question]: display a form that allows users to submit FAQs of their own and, if enabled, enter an FAQ answer to their submitted FAQ question as well (premium).
|
168 |
+
|
169 |
+
= What attributes does the [ultimate-faqs] shortcode accept? =
|
170 |
+
|
171 |
+
The FAQ shortcode accepts two attributes, "include_category" and "exclude_category". Both take a comma-separated list of FAQ category slugs. For example, to include only FAQs about the Category "Cars" (which has a slug "cars"), you would use:
|
172 |
+
|
173 |
+
[ultimate-faqs include_category='cars']
|
174 |
+
|
175 |
+
You can now also use the 'include_category_ids' and 'exclude_category_ids' attributes, to let users include categories by ID instead of only by slug
|
176 |
+
|
177 |
+
= Can I hide my FAQ categories? =
|
178 |
+
|
179 |
+
Yes, you can choose to display or hide FAQ categories on the FAQ settings page.
|
180 |
+
|
181 |
+
= Is it possible to re-order my FAQs? =
|
182 |
+
|
183 |
+
Currently you can choose between ascending or descending ordering for your FAQ by either Title, Date Created, or Date Modified.
|
184 |
+
|
185 |
+
With the premium version, you can use the FAQ drag and drop ordering table to set exactly the order you want for your FAQs.
|
186 |
+
|
187 |
+
= How can I make my FAQs sharable over social media? =
|
188 |
+
|
189 |
+
On the FAQ settings page you can choose to link to twitter, facebook and more!
|
190 |
+
|
191 |
+
= How do I make my FAQs searchable? =
|
192 |
+
|
193 |
+
You can use the premium shortcode, [ultimate-faq-search], which displays an AJAX FAQ search form. You can use the "Auto-Complete Titles" option to have a list of all matching FAQ questions pop up when a user has typed 3 or more characters.
|
194 |
+
|
195 |
+
= Can I display all FAQs on pageload using the [ultimate-faq-search] shortcode? =
|
196 |
+
|
197 |
+
You can add the attribute "show_on_load" to the shortcode, and set it to "Yes" to display all FAQs when the page first loads.
|
198 |
+
|
199 |
+
= How do I add FAQs to a WooCommerce product page with the premium version? =
|
200 |
+
|
201 |
+
You can add FAQs for either a specific product or for a WooCommerce category.
|
202 |
+
|
203 |
+
For a specific product, create an FAQ category with the same name as the product, and then select that category for all of the FAQs you want included on your product page.
|
204 |
+
|
205 |
+
For a category of WooCommerce products, create an FAQ category with the same name as the WooCommerce category, and then select that category for all of the FAQs you want included on your product page.
|
206 |
+
|
207 |
+
= How do I limit the number of posts generated by a shortcode =
|
208 |
+
|
209 |
+
For the [ultimate-faqs], [popular-faqs] and [recent-faqs] shortcodes, you can use the post_count attribute to limit the number of posts shown. For example:
|
210 |
+
|
211 |
+
`[ultimate-faqs post_count='9']
|
212 |
+
`
|
213 |
+
|
214 |
+
= How do I customize my FAQs, for example, to change the font? =
|
215 |
+
|
216 |
+
You can customize the plugin by adding code to the Custom CSS box on the FAQ settings page, go to the "Custom CSS" box. For example to change the font you might want to add something like:
|
217 |
+
|
218 |
+
.ufaq-faq-title h4, .ufaq-faq-category-title h4 {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
|
219 |
+
|
220 |
+
You can also use the "Styling" area of the "Options" tab if you're using the premium version, which has a bulit-in color picker for FAQ color fields and more!
|
221 |
+
|
222 |
+
For more questions and support you can post in the support forum:
|
223 |
+
<https://wordpress.org/support/plugin/ultimate-faqs>
|
224 |
+
|
225 |
+
= Videos =
|
226 |
+
|
227 |
+
Video 1 - Shortcodes and Attributes
|
228 |
+
[youtube https://www.youtube.com/watch?v=zf-tYLqHpRs]
|
229 |
+
|
230 |
+
Video 2 - Categories and Tags
|
231 |
+
[youtube https://www.youtube.com/watch?v=ZV4PM0M1l7M]
|
232 |
+
|
233 |
+
Video 3 - FAQs Ordering
|
234 |
+
[youtube https://www.youtube.com/watch?v=3gVBuCo7bHU]
|
235 |
+
|
236 |
+
|
237 |
+
== Screenshots ==
|
238 |
+
|
239 |
+
1. FAQ demo page - Default display style
|
240 |
+
2. Example of the "Color Block" FAQ display style
|
241 |
+
3. Example of the "Block" FAQ display style
|
242 |
+
4. The AJAX FAQ search shortcode in use
|
243 |
+
5. Simple user submitted FAQs form
|
244 |
+
6. All answers displayed in the 'list' FAQ mode
|
245 |
+
7. WooCommerce product page with "FAQs" tab
|
246 |
+
8. Example of FAQ page with custom FAQ font icons
|
247 |
+
9. FAQ with comments enabled
|
248 |
+
10. FAQ with ratings enabled
|
249 |
+
11. FAQ with post author and date displayed
|
250 |
+
12. FAQ social sharing
|
251 |
+
13. Mobile view of FAQs
|
252 |
+
14. Ultimate FAQs plugin dashboard
|
253 |
+
15. Admin area showing all FAQs with their number of views as well as their categories
|
254 |
+
16. View of custom fields on the FAQ post edit screen
|
255 |
+
17. FAQ tab in WooCommerce product edit
|
256 |
+
18. FAQ Categories
|
257 |
+
19. FAQ Tags
|
258 |
+
20. "Basic" area of the "Settings" tab
|
259 |
+
21. "Premium" area of the "Settings" tab
|
260 |
+
22. "Ordering" area of the "Settings" tab
|
261 |
+
23. "Fields" area of the "Settings" tab
|
262 |
+
24. "Labelling" area of the "Settings" tab
|
263 |
+
25. "Styling" area of the "Settings" tab
|
264 |
+
26. FAQ widgets
|
265 |
+
|
266 |
+
|
267 |
+
== Changelog ==
|
268 |
+
|
269 |
+
= 1.9.9 =
|
270 |
+
- Corrects recent issue causing the feedback notice to not dismiss correctly
|
271 |
+
|
272 |
+
= 1.9.8 =
|
273 |
- Updated plugin documentation to take into account features that have been modified and added recently, and to more accurately reflect the current version of the plugin.
|
274 |
|
275 |
+
= 1.9.7 =
|
276 |
- CSS updates for the admin
|
277 |
- Updating plugin and author links to the current correct URLs
|
278 |
- Small change in the name to make purpose of plugin more clear
|
279 |
|
280 |
+
= 1.9.6 =
|
281 |
- Adding labelling option
|
282 |
|
283 |
+
= 1.9.5 =
|
284 |
- Correcting/eliminating several PHP notices
|
285 |
- Updating the version of FPDF used to 1.82
|
286 |
|
287 |
+
= 1.9.4 =
|
288 |
- Update to correct a potential minor XSS vulnerability
|
289 |
|
290 |
+
= 1.9.3 =
|
291 |
- CSS update for the admin styling options page layout
|
292 |
- Clarifying the purpose of the plugin in the name
|
293 |
|
294 |
+
= 1.9.2 =
|
295 |
- Small CSS update for admin options page layout
|
296 |
+
|
297 |
+
= 1.9.1 =
|
298 |
- Added extra security to the import feature.
|
299 |
|
300 |
+
= 1.9.0 =
|
301 |
- Added a new feature to integrate with WP Forms. Now you can set a field in your WP Forms contact form to automatically suggest and display FAQs when someone starts typing their message.
|
302 |
- Corrected an issue where the FAQ search was sometimes not working when the auto complete option was disabled.
|
303 |
- Corrected an issue where sometimes the post count did not return correctly if the same post matched for multiple words.
|
304 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|