Version Description
- Fixed an error where same page permalinks weren't opening the posts
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.2.7 |
Comparing to | |
See all releases |
Code changes from version 1.2.5 to 1.2.7
- Functions/EWD_UFAQ_Version_Update.php +2 -1
- Functions/EWD_UFAQ_WooCommerce_Tab.php +8 -3
- Functions/Update_Admin_Databases.php +1 -0
- Main.php +3 -2
- html/OptionsPage.php +13 -2
- js/ewd-ufaq-js.js +4 -1
- readme.txt +14 -8
Functions/EWD_UFAQ_Version_Update.php
CHANGED
@@ -21,6 +21,7 @@ function EWD_UFAQ_Version_Update() {
|
|
21 |
if (get_option("EWD_UFAQ_Display_Back_To_Top") == "") {update_option("EWD_UFAQ_Display_Back_To_Top", "No");}
|
22 |
if (get_option("EWD_UFAQ_Display_Style") == "") {update_option("EWD_UFAQ_Display_Style", "Default");}
|
23 |
if (get_option("EWD_UFAQ_WooCommerce_FAQs") == "") {update_option("EWD_UFAQ_WooCommerce_FAQs", "No");}
|
|
|
24 |
if (get_option("EWD_UFAQ_Color_Block_Shape") == "") {update_option("EWD_UFAQ_Color_Block_Shape", "Square");}
|
25 |
if (get_option("FAQ_Auto_Complete_Titles") == "") {update_option("FAQ_Auto_Complete_Titles", "Yes");}
|
26 |
if (get_option("EWD_UFAQ_Permalink_Type") == "") {update_option("EWD_UFAQ_Permalink_Type", "SamePage");}
|
@@ -44,7 +45,7 @@ function EWD_UFAQ_Version_Update_Box() {
|
|
44 |
<h3 class='hndle'><span><?php _e("Thank You!", 'EWD_UFAQ') ?></span></h3>
|
45 |
<div class="inside">
|
46 |
<?php if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate FAQs plugin.", "EWD_UFAQ"); ?><br> <a href='https://www.youtube.com/channel/UCZPuaoetCJB1vZOmpnMxJNw'><?php _e("Subscribe to our YouTube channel ", "EWD_UFAQ"); ?></a> <?php _e("for tutorial videos on this and our other plugins!", "EWD_UFAQ");?> </li></ul>
|
47 |
-
<?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 1.2.
|
48 |
|
49 |
<?php /* if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate Product Catalogue Plugin.", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul>
|
50 |
<?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 2.2.9!", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul><?php } */ ?>
|
21 |
if (get_option("EWD_UFAQ_Display_Back_To_Top") == "") {update_option("EWD_UFAQ_Display_Back_To_Top", "No");}
|
22 |
if (get_option("EWD_UFAQ_Display_Style") == "") {update_option("EWD_UFAQ_Display_Style", "Default");}
|
23 |
if (get_option("EWD_UFAQ_WooCommerce_FAQs") == "") {update_option("EWD_UFAQ_WooCommerce_FAQs", "No");}
|
24 |
+
if (get_option("EWD_UFAQ_Use_Product") == "") {update_option("EWD_UFAQ_Use_Product", "Yes");}
|
25 |
if (get_option("EWD_UFAQ_Color_Block_Shape") == "") {update_option("EWD_UFAQ_Color_Block_Shape", "Square");}
|
26 |
if (get_option("FAQ_Auto_Complete_Titles") == "") {update_option("FAQ_Auto_Complete_Titles", "Yes");}
|
27 |
if (get_option("EWD_UFAQ_Permalink_Type") == "") {update_option("EWD_UFAQ_Permalink_Type", "SamePage");}
|
45 |
<h3 class='hndle'><span><?php _e("Thank You!", 'EWD_UFAQ') ?></span></h3>
|
46 |
<div class="inside">
|
47 |
<?php if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate FAQs plugin.", "EWD_UFAQ"); ?><br> <a href='https://www.youtube.com/channel/UCZPuaoetCJB1vZOmpnMxJNw'><?php _e("Subscribe to our YouTube channel ", "EWD_UFAQ"); ?></a> <?php _e("for tutorial videos on this and our other plugins!", "EWD_UFAQ");?> </li></ul>
|
48 |
+
<?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 1.2.7!", "EWD_UFAQ"); ?><br> <a href='https://wordpress.org/support/view/plugin-reviews/ultimate-faqs?filter=5'><?php _e("Please rate our plugin", "EWD_UFAQ"); ?></a> <?php _e("if you find Ultimate FAQs useful!", "EWD_UFAQ");?> </li></ul><?php } ?>
|
49 |
|
50 |
<?php /* if (get_option("EWD_UFAQ_Install_Flag") == "Yes") { ?><ul><li><?php _e("Thanks for installing the Ultimate Product Catalogue Plugin.", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul>
|
51 |
<?php } else { ?><ul><li><?php _e("Thanks for upgrading to version 2.2.9!", "EWD_UFAQ"); ?><br> <a href='http://www.facebook.com/EtoileWebDesign'><?php _e("Follow us on Facebook", "EWD_UFAQ"); ?></a> <?php _e("to suggest new features or hear about upcoming ones!", "EWD_UFAQ");?> </li></ul><?php } */ ?>
|
Functions/EWD_UFAQ_WooCommerce_Tab.php
CHANGED
@@ -4,9 +4,12 @@ add_filter( 'woocommerce_product_tabs', 'EWD_UFAQ_Woo_FAQ_Tab' );
|
|
4 |
function EWD_UFAQ_Woo_FAQ_Tab( $tabs ) {
|
5 |
global $product;
|
6 |
|
|
|
|
|
7 |
$WooCommerce_FAQs = get_option("EWD_UFAQ_WooCommerce_FAQs");
|
8 |
|
9 |
-
$Product_Post = get_post($product->get_id());
|
|
|
10 |
$Category = get_term_by('name', $Product_Post->post_title, 'ufaq-category');
|
11 |
|
12 |
$args = array(
|
@@ -35,10 +38,12 @@ function EWD_UFAQ_Woo_FAQ_Tab( $tabs ) {
|
|
35 |
}
|
36 |
|
37 |
function EWD_UFAQ_Woo_FAQ_Tab_Content() {
|
38 |
-
|
39 |
global $product;
|
|
|
|
|
40 |
|
41 |
-
$Product_Post = get_post($product->get_id());
|
|
|
42 |
$Category = get_term_by('name', $Product_Post->post_title, 'ufaq-category');
|
43 |
|
44 |
echo '<h2>FAQs</h2>';
|
4 |
function EWD_UFAQ_Woo_FAQ_Tab( $tabs ) {
|
5 |
global $product;
|
6 |
|
7 |
+
$Use_Product = get_option("EWD_UFAQ_Use_Product");
|
8 |
+
|
9 |
$WooCommerce_FAQs = get_option("EWD_UFAQ_WooCommerce_FAQs");
|
10 |
|
11 |
+
if ($Use_Product == "Yes") {$Product_Post = get_post($product->get_id());}
|
12 |
+
else {$Product_Post = get_post(get_the_id());}
|
13 |
$Category = get_term_by('name', $Product_Post->post_title, 'ufaq-category');
|
14 |
|
15 |
$args = array(
|
38 |
}
|
39 |
|
40 |
function EWD_UFAQ_Woo_FAQ_Tab_Content() {
|
|
|
41 |
global $product;
|
42 |
+
|
43 |
+
$Use_Product = get_option("EWD_UFAQ_Use_Product");
|
44 |
|
45 |
+
if ($Use_Product == "Yes") {$Product_Post = get_post($product->get_id());}
|
46 |
+
else {$Product_Post = get_post(get_the_id());}
|
47 |
$Category = get_term_by('name', $Product_Post->post_title, 'ufaq-category');
|
48 |
|
49 |
echo '<h2>FAQs</h2>';
|
Functions/Update_Admin_Databases.php
CHANGED
@@ -48,6 +48,7 @@ function EWD_UFAQ_UpdateOptions() {
|
|
48 |
if (isset($_POST['display_style']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Display_Style', $_POST['display_style']);}
|
49 |
if (isset($_POST['color_block_shape']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Color_Block_Shape', $_POST['color_block_shape']);}
|
50 |
if (isset($_POST['woocommerce_faqs']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_WooCommerce_FAQs', $_POST['woocommerce_faqs']);}
|
|
|
51 |
if (isset($_POST['reveal_effect']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Reveal_Effect', $_POST['reveal_effect']);}
|
52 |
if (isset($_POST['pretty_permalinks']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Pretty_Permalinks', $_POST['pretty_permalinks']);}
|
53 |
if (isset($_POST['allow_proposed_answer']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Allow_Proposed_Answer', $_POST['allow_proposed_answer']);}
|
48 |
if (isset($_POST['display_style']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Display_Style', $_POST['display_style']);}
|
49 |
if (isset($_POST['color_block_shape']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Color_Block_Shape', $_POST['color_block_shape']);}
|
50 |
if (isset($_POST['woocommerce_faqs']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_WooCommerce_FAQs', $_POST['woocommerce_faqs']);}
|
51 |
+
if (isset($_POST['use_product']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Use_Product', $_POST['use_product']);}
|
52 |
if (isset($_POST['reveal_effect']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Reveal_Effect', $_POST['reveal_effect']);}
|
53 |
if (isset($_POST['pretty_permalinks']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Pretty_Permalinks', $_POST['pretty_permalinks']);}
|
54 |
if (isset($_POST['allow_proposed_answer']) and $UFAQ_Full_Version == "Yes") {update_option('EWD_UFAQ_Allow_Proposed_Answer', $_POST['allow_proposed_answer']);}
|
Main.php
CHANGED
@@ -7,14 +7,14 @@ Author: Etoile Web Design
|
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: EWD_UFAQ
|
10 |
-
Version: 1.2.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
14 |
global $UFAQ_Full_Version;
|
15 |
global $EWD_UFAQ_Version;
|
16 |
|
17 |
-
$EWD_UFAQ_Version = '1.2.
|
18 |
|
19 |
define( 'EWD_UFAQ_CD_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
20 |
define( 'EWD_UFAQ_CD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
@@ -130,6 +130,7 @@ function Set_EWD_UFAQ_Options() {
|
|
130 |
if (get_option("EWD_UFAQ_Display_Style") == "") {update_option("EWD_UFAQ_Display_Style", "Default");}
|
131 |
if (get_option("EWD_UFAQ_Color_Block_Shape") == "") {update_option("EWD_UFAQ_Color_Block_Shape", "Square");}
|
132 |
if (get_option("EWD_UFAQ_WooCommerce_FAQs") == "") {update_option("EWD_UFAQ_WooCommerce_FAQs", "No");}
|
|
|
133 |
if (get_option("EWD_UFAQ_Reveal_Effect") == "") {update_option("EWD_UFAQ_Reveal_Effect", "none");}
|
134 |
if (get_option("EWD_UFAQ_Pretty_Permalinks") == "") {update_option("EWD_UFAQ_Pretty_Permalinks", "No");}
|
135 |
if (get_option("EWD_UFAQ_Allow_Proposed_Answer") == "") {update_option("EWD_UFAQ_Allow_Proposed_Answer", "No");}
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: EWD_UFAQ
|
10 |
+
Version: 1.2.7
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
14 |
global $UFAQ_Full_Version;
|
15 |
global $EWD_UFAQ_Version;
|
16 |
|
17 |
+
$EWD_UFAQ_Version = '1.2.6';
|
18 |
|
19 |
define( 'EWD_UFAQ_CD_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
|
20 |
define( 'EWD_UFAQ_CD_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
130 |
if (get_option("EWD_UFAQ_Display_Style") == "") {update_option("EWD_UFAQ_Display_Style", "Default");}
|
131 |
if (get_option("EWD_UFAQ_Color_Block_Shape") == "") {update_option("EWD_UFAQ_Color_Block_Shape", "Square");}
|
132 |
if (get_option("EWD_UFAQ_WooCommerce_FAQs") == "") {update_option("EWD_UFAQ_WooCommerce_FAQs", "No");}
|
133 |
+
if (get_option("EWD_UFAQ_Use_Product") == "") {update_option("EWD_UFAQ_Use_Product", "Yes");}
|
134 |
if (get_option("EWD_UFAQ_Reveal_Effect") == "") {update_option("EWD_UFAQ_Reveal_Effect", "none");}
|
135 |
if (get_option("EWD_UFAQ_Pretty_Permalinks") == "") {update_option("EWD_UFAQ_Pretty_Permalinks", "No");}
|
136 |
if (get_option("EWD_UFAQ_Allow_Proposed_Answer") == "") {update_option("EWD_UFAQ_Allow_Proposed_Answer", "No");}
|
html/OptionsPage.php
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
$Display_Style = get_option("EWD_UFAQ_Display_Style");
|
17 |
$Color_Block_Shape = get_option("EWD_UFAQ_Color_Block_Shape");
|
18 |
$WooCommerce_FAQs = get_option("EWD_UFAQ_WooCommerce_FAQs");
|
|
|
19 |
$Reveal_Effect = get_option("EWD_UFAQ_Reveal_Effect");
|
20 |
$Pretty_Permalinks = get_option("EWD_UFAQ_Pretty_Permalinks");
|
21 |
$Allow_Proposed_Answer = get_option("EWD_UFAQ_Allow_Proposed_Answer");
|
@@ -228,8 +229,8 @@
|
|
228 |
<th scope="row">Permalink Type</th>
|
229 |
<td>
|
230 |
<fieldset><legend class="screen-reader-text"><span>Include Permalink Icon</span></legend>
|
231 |
-
<label title='SamePage'><input type='radio' name='permalink_type' value='SamePage' <?php if($Permalink_Type == "SamePage") {echo "checked='checked'";} ?> /> <span>
|
232 |
-
<label title='IndividualPage'><input type='radio' name='permalink_type' value='IndividualPage' <?php if($Permalink_Type == "IndividualPage") {echo "checked='checked'";} ?> /> <span>Individual Page</span></label><br />
|
233 |
<p>Should the permalink icon link to the main FAQ page, or to the individual FAQ post?</p>
|
234 |
</fieldset>
|
235 |
</td>
|
@@ -273,6 +274,16 @@
|
|
273 |
</td>
|
274 |
</tr>
|
275 |
<tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
<th scope="row">Reveal Effect</th>
|
277 |
<td>
|
278 |
<fieldset><legend class="screen-reader-text"><span>Reveal Effect</span></legend>
|
16 |
$Display_Style = get_option("EWD_UFAQ_Display_Style");
|
17 |
$Color_Block_Shape = get_option("EWD_UFAQ_Color_Block_Shape");
|
18 |
$WooCommerce_FAQs = get_option("EWD_UFAQ_WooCommerce_FAQs");
|
19 |
+
$Use_Product = get_option("EWD_UFAQ_Use_Product");
|
20 |
$Reveal_Effect = get_option("EWD_UFAQ_Reveal_Effect");
|
21 |
$Pretty_Permalinks = get_option("EWD_UFAQ_Pretty_Permalinks");
|
22 |
$Allow_Proposed_Answer = get_option("EWD_UFAQ_Allow_Proposed_Answer");
|
229 |
<th scope="row">Permalink Type</th>
|
230 |
<td>
|
231 |
<fieldset><legend class="screen-reader-text"><span>Include Permalink Icon</span></legend>
|
232 |
+
<label title='SamePage'><input type='radio' name='permalink_type' value='SamePage' <?php if($Permalink_Type == "SamePage") {echo "checked='checked'";} ?> /> <span>Main FAQ Page</span></label><br />
|
233 |
+
<label title='IndividualPage'><input type='radio' name='permalink_type' value='IndividualPage' <?php if($Permalink_Type == "IndividualPage") {echo "checked='checked'";} ?> /> <span>Individual FAQ Page</span></label><br />
|
234 |
<p>Should the permalink icon link to the main FAQ page, or to the individual FAQ post?</p>
|
235 |
</fieldset>
|
236 |
</td>
|
274 |
</td>
|
275 |
</tr>
|
276 |
<tr>
|
277 |
+
<th scope="row">Use WooCommerce Product Object</th>
|
278 |
+
<td>
|
279 |
+
<fieldset><legend class="screen-reader-text"><span>Use WooCommerce Product Object</span></legend>
|
280 |
+
<label title='Yes'><input type='radio' name='use_product' value='Yes' <?php if($Use_Product == "Yes") {echo "checked='checked'";} ?> <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?> /> <span>Yes</span></label><br />
|
281 |
+
<label title='No'><input type='radio' name='use_product' value='No' <?php if($Use_Product == "No") {echo "checked='checked'";} ?> <?php if ($UFAQ_Full_Version != "Yes") {echo "disabled";} ?> /> <span>No</span></label><br />
|
282 |
+
<p>Should the FAQ tab be set up using the WooCommerce product object, as in the WC documentation, or just using the ID of the page?</p>
|
283 |
+
</fieldset>
|
284 |
+
</td>
|
285 |
+
</tr>
|
286 |
+
<tr>
|
287 |
<th scope="row">Reveal Effect</th>
|
288 |
<td>
|
289 |
<fieldset><legend class="screen-reader-text"><span>Reveal Effect</span></legend>
|
js/ewd-ufaq-js.js
CHANGED
@@ -142,7 +142,10 @@ jQuery(document).ready(function() {
|
|
142 |
});
|
143 |
|
144 |
if (typeof(Display_FAQ_ID) != "undefined" && Display_FAQ_ID !== null) {
|
145 |
-
|
|
|
|
|
|
|
146 |
EWD_UFAQ_Reveal_FAQ(Display_FAQ_ID, selectedIDString);
|
147 |
jQuery('html, body').delay(800).animate({scrollTop: jQuery("#"+selectedIDString).offset().top - 180}, 300);
|
148 |
}
|
142 |
});
|
143 |
|
144 |
if (typeof(Display_FAQ_ID) != "undefined" && Display_FAQ_ID !== null) {
|
145 |
+
Display_FAQ_ID_Pos = Display_FAQ_ID.indexOf('-');
|
146 |
+
Display_FAQ_ID = Display_FAQ_ID.substring(0, Display_FAQ_ID_Pos);
|
147 |
+
var selectedIDString = jQuery('.ufaq-body-'+Display_FAQ_ID).attr('id');
|
148 |
+
Display_FAQ_ID = selectedIDString.substring(10);
|
149 |
EWD_UFAQ_Reveal_FAQ(Display_FAQ_ID, selectedIDString);
|
150 |
jQuery('html, body').delay(800).animate({scrollTop: jQuery("#"+selectedIDString).offset().top - 180}, 300);
|
151 |
}
|
readme.txt
CHANGED
@@ -16,36 +16,38 @@ A simple FAQ plugin that lets you create, order and publicize FAQs, insert 3 sty
|
|
16 |
|
17 |
Create, organize and publicize your Frequently Asked Questions in no time through your Wordpress Admin Panel with the incredibly easy-to-use, responsive Ultimate FAQ plugin. You can use either the accordion FAQ style, to display one answer on click, or the list FAQ style, to have answers displayed by default. Features include statistics on how many times FAQs have been viewed, styling options, categories and tags, display and ordering options among many others.
|
18 |
|
19 |
-
Want to decide exactly what order your FAQs are displayed in? Use our simple drag-and-drop reordering feature! Create SEO-friendly links to individual FAQ posts to simply direct customers to exactly the right answer, right away. You can even let your customers add to your FAQ list with the [submit-question] shortcode, which lets visitors submit a question and even propose and answer for it! Easily add links to popular social media, such as Facebook, Twitter and Pinterest so that your customers can help you spread the word!
|
20 |
|
21 |
Using WooCommerce to sell your products? Easily add an "FAQ" tab to each product page, so your customers can see answers to common questions about the products they're browsing.
|
22 |
|
23 |
Great for combining with our <a href='https://wordpress.org/plugins/front-end-only-users/'>user management plugin </a> to create a member's only FAQ area.
|
24 |
|
|
|
|
|
25 |
= Key Features =
|
26 |
|
27 |
* Create FAQ categories
|
28 |
-
* Create FAQ posts and assign
|
29 |
* An AJAX search form
|
30 |
* Export all FAQs to a PDF to create a user manual
|
31 |
* Insert custom CSS to style your FAQ posts
|
32 |
* Select animation options for displaying FAQ posts
|
33 |
* Toggle accordion (close open FAQ when a new one is opened) behaviour on/off
|
34 |
* Share on social media
|
35 |
-
|
36 |
|
37 |
= Premium features include =
|
38 |
* WooCommerce FAQ tab on product page
|
39 |
-
* Different display styles
|
40 |
* User-submitted FAQs
|
41 |
-
* AJAX FAQ search with autocomplete for titles
|
42 |
* Import/Export of FAQs from spreadsheet
|
43 |
* Export FAQs to PDF
|
44 |
* SEO-Friendly FAQ, category and tag permalinks
|
45 |
* Advanced styling options
|
46 |
* Re-ordering of FAQs
|
47 |
|
48 |
-
= Shortcodes =
|
49 |
|
50 |
* [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)
|
51 |
* [popular-faqs]: displays a number of the most viewed FAQs (5 unless specified).
|
@@ -65,8 +67,6 @@ Please head to the "Support" forum to report issues or make suggestions:
|
|
65 |
--------------------------------------------------------------
|
66 |
|
67 |
|
68 |
-
|
69 |
-
|
70 |
== Frequently Asked Questions ==
|
71 |
|
72 |
= How do I get my FAQs to show up on my page? =
|
@@ -142,6 +142,12 @@ Video 3 - FAQs Ordering
|
|
142 |
9. All answers displayed in the 'list' FAQ mode
|
143 |
|
144 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
= 1.2.5 =
|
146 |
- Fixed a broken link
|
147 |
- Added extra information about the premium version
|
16 |
|
17 |
Create, organize and publicize your Frequently Asked Questions in no time through your Wordpress Admin Panel with the incredibly easy-to-use, responsive Ultimate FAQ plugin. You can use either the accordion FAQ style, to display one answer on click, or the list FAQ style, to have answers displayed by default. Features include statistics on how many times FAQs have been viewed, styling options, categories and tags, display and ordering options among many others.
|
18 |
|
19 |
+
Want to decide exactly what order your FAQs are displayed in? Use our simple FAQ drag-and-drop reordering feature! Create SEO-friendly links to individual FAQ posts to simply direct customers to exactly the right answer, right away. You can even let your customers add to your custom FAQ list with the [submit-question] smart FAQ shortcode, which lets visitors submit a question and even propose and answer for it! Easily add links to popular social media, such as Facebook, Twitter and Pinterest so that your customers can help you spread the word!
|
20 |
|
21 |
Using WooCommerce to sell your products? Easily add an "FAQ" tab to each product page, so your customers can see answers to common questions about the products they're browsing.
|
22 |
|
23 |
Great for combining with our <a href='https://wordpress.org/plugins/front-end-only-users/'>user management plugin </a> to create a member's only FAQ area.
|
24 |
|
25 |
+
Ultimate FAQ uses the WordPress custom post type functionality to create an FAQ post type, allowing for smart and easy integration.
|
26 |
+
|
27 |
= Key Features =
|
28 |
|
29 |
* Create FAQ categories
|
30 |
+
* Create FAQ posts and assign categories to them
|
31 |
* An AJAX search form
|
32 |
* Export all FAQs to a PDF to create a user manual
|
33 |
* Insert custom CSS to style your FAQ posts
|
34 |
* Select animation options for displaying FAQ posts
|
35 |
* Toggle accordion (close open FAQ when a new one is opened) behaviour on/off
|
36 |
* Share on social media
|
37 |
+
* Responsive FAQ design
|
38 |
|
39 |
= Premium features include =
|
40 |
* WooCommerce FAQ tab on product page
|
41 |
+
* Different display styles for your frequently asked questions
|
42 |
* User-submitted FAQs
|
43 |
+
* AJAX easy FAQ search with autocomplete for titles
|
44 |
* Import/Export of FAQs from spreadsheet
|
45 |
* Export FAQs to PDF
|
46 |
* SEO-Friendly FAQ, category and tag permalinks
|
47 |
* Advanced styling options
|
48 |
* Re-ordering of FAQs
|
49 |
|
50 |
+
= FAQ Shortcodes =
|
51 |
|
52 |
* [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)
|
53 |
* [popular-faqs]: displays a number of the most viewed FAQs (5 unless specified).
|
67 |
--------------------------------------------------------------
|
68 |
|
69 |
|
|
|
|
|
70 |
== Frequently Asked Questions ==
|
71 |
|
72 |
= How do I get my FAQs to show up on my page? =
|
142 |
9. All answers displayed in the 'list' FAQ mode
|
143 |
|
144 |
== Changelog ==
|
145 |
+
= 1.2.7 =
|
146 |
+
- Fixed an error where same page permalinks weren't opening the posts
|
147 |
+
|
148 |
+
= 1.2.6 =
|
149 |
+
- Added an option to just use the page ID for WooCommerce instead of the product's ID
|
150 |
+
|
151 |
= 1.2.5 =
|
152 |
- Fixed a broken link
|
153 |
- Added extra information about the premium version
|