Changeset 2269690
- Timestamp:
- 03/28/2020 10:45:46 AM (6 years ago)
- File:
-
- 1 edited
-
ctc-countdown-timer-cookies/trunk/README.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ctc-countdown-timer-cookies/trunk/README.txt
r2269058 r2269690 6 6 Tested up to: 5.3.2 7 7 Requires PHP: 5.3 8 Stable tag: 4.38 Stable tag: 1.0.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 == Description == 15 15 16 A very simple plugin to add a responsive countdown timer to your wordpress website with the persistent ability. 17 CTC Countdown Timer Cookies timer allow you to create a persistent, nice and functional Countdown timer just in a few minutes. 18 You can create responsive countdown timer and display them with shortcode. [ctctimer id="post_id"] 16 CTC Countdown Timer Cookies is a very simple customizable plugin to add a responsive countdown timer to your wordpress 17 website with the persistent ability (even in the private mode of the browser). 18 CTC Countdown allow you to create a persistent, nice and functional 19 countdown timer just in a few seconds and possibility to reset it any time you want. 20 You can create responsive countdown timer and display them with shortcode. 21 22 == COMPLETE SHORTCODE WITH ALL PARAMETERS: == 23 24 <code> [ctctimer id="post_id"]</code> 25 26 = Plugin Features = 27 28 * A fully responsive countdown 29 * Work with Gutenberg shortcode block. 30 * Configuration of multiple countdown from admin end 31 * Set number od days, hours, minutes, seconds 32 * Set the redirection page for the end time 33 * Can reset the countdown from the admin end 34 * Create unlimited customizable countdown 35 36 IF YOU FOUND ANY BUG IN MY PLUGIN OR HAVE A QUESTION OR YOU WANT TO ADD ANY NEW FEATURE CONTACT ME AT JERBIUN@GMAIL.COM. 19 37 20 38 == Installation == … … 22 40 1. Upload `ctc-countdown-timer-cookies.php` to the `/wp-content/plugins/` directory 23 41 2. Activate the plugin through the 'Plugins' menu in WordPress 24 3. Place the shortcode [ctctimer id="post_id"] in any worpdress post/page 42 3. Place the shortcode [ctctimer id="post_id"] in any worpdress post/page/widget... 43 44 == Options == 45 46 * DAYS : Text field for the number of days 47 * HOURS : Text field for the number of hours 48 * MINUTES : Text field for the number of minutes 49 * Seconds : Text field for the number of seconds 50 * REDIRECTION : Select field for the redirection page after end time (if not selected a message will be displayed) 51 * RESET ALL USER DATA : Button for reset the countdown to initial date 52 25 53 26 54 == Frequently Asked Questions == … … 32 60 == Screenshots == 33 61 34 1. `/assets/screenshot-1.png`35 2. `/assets/screenshot-2.png`36 2. `/assets/screenshot-3.png`62 1. Back end list countdown 63 2. Back end options countdown 64 2. Front end display countdown 37 65 38 66 == Changelog == … … 47 75 48 76 49 == A brief Markdown Example ==50 51 Ordered list:52 53 1. Configuration of multiple countdown from admin end54 2. Set number od days, hours, minutes, secondes55 3. Set the redirection page for the end time56 4. Can reset the countdown from the admin end57 77 58 78 59 Unordered list:60 61 * multiple countdown with configuration62 * save persistent in any browser or in private mode63 * reset the countdown in anytime you want64
Note: See TracChangeset
for help on using the changeset viewer.