From cb08010ec1c1e0e896936ef761330d2f42170045 Mon Sep 17 00:00:00 2001 From: LebCit Date: Tue, 4 Dec 2018 00:27:45 +0200 Subject: [PATCH] Updated readme FAQ section for Undefined index Error --- README.md | 17 +++++++++++++++-- full-screen-morphing-search.php | 2 +- readme.txt | 19 ++++++++++++++++--- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3820fee..1dce87a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tags: search, full screen search, morphing search, search overlay, jQuery UI a Requires at least: 4.6 Tested up to: 5.0 Requires PHP: 5.6 -Stable tag: 2.1 +Stable tag: 2.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -14,6 +14,8 @@ Responsive Full Screen Morphing Search Page Overlay With Predictive Autocomplete ### Full Screen Morphing Search +**Please Read The FAQ** + Effect for any WordPress search input that morphs into a fullscreen overlay. Enlarge the search input and show 5 most recent posts, 5 most used categories and tags with counter. Once the input is clicked, the whole search element expands to a fullscreen overlay. @@ -59,6 +61,13 @@ The tag icon is made by FAQ** + Effect for any WordPress search input that morphs into a fullscreen overlay. Enlarge the search input and show 5 most recent posts, 5 most used categories and tags with counter. Once the input is clicked, the whole search element expands to a fullscreen overlay. @@ -59,6 +61,13 @@ The tag icon is made by Screenshots. -= How to change the shape of **New Icon/Image** ? = += How to change the shape of New Icon/Image ? = First make sure that you have used a thumbnail regenerator, see first FAQ. Then, click on the checkbox option **Icon/Image Round or Not ?!** -If the new Icon/Image is already round (like the default one of category anf tag), this option will have no effect ! +If the new Icon/Image is already round (like the default one of category and tag), this option will have no effect ! = Autocomplete predicts only posts and pages ! = @@ -105,6 +114,10 @@ The third column shows the top 5 used tags and how many posts each tag has. == Changelog == += 2.2 = +* Corrected MutationObserver for categories and tags icons. +* Updated readme FAQ section for Undefined index Error. + = 2.1 = * Added ability to change icons from Customizer. * Added ability to change input text color.