Plugin Directory

Changeset 2269690


Ignore:
Timestamp:
03/28/2020 10:45:46 AM (6 years ago)
Author:
androjerbi
Message:

CTC commit readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctc-countdown-timer-cookies/trunk/README.txt

    r2269058 r2269690  
    66Tested up to: 5.3.2
    77Requires PHP: 5.3
    8 Stable tag: 4.3
     8Stable tag: 1.0.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414== Description ==
    1515
    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"]
     16CTC Countdown Timer Cookies is a very simple customizable plugin to add a responsive countdown timer to your wordpress
     17website with the persistent ability (even in the private mode of the browser).
     18CTC Countdown allow you to create a persistent, nice and functional
     19countdown timer just in a few seconds and possibility to reset it any time you want.
     20You 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
     36IF 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.
    1937
    2038== Installation ==
     
    22401. Upload `ctc-countdown-timer-cookies.php` to the `/wp-content/plugins/` directory
    23412. Activate the plugin through the 'Plugins' menu in WordPress
    24 3. Place the shortcode [ctctimer  id="post_id"] in any worpdress post/page
     423. 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
    2553
    2654== Frequently Asked Questions ==
     
    3260== Screenshots ==
    3361
    34 1. `/assets/screenshot-1.png`
    35 2. `/assets/screenshot-2.png`
    36 2. `/assets/screenshot-3.png`
     621. Back end list countdown
     632. Back end options countdown
     642. Front end display countdown
    3765
    3866== Changelog ==
     
    4775
    4876
    49 == A brief Markdown Example ==
    50 
    51 Ordered list:
    52 
    53 1. Configuration of multiple countdown from admin end
    54 2. Set number od days, hours, minutes, secondes
    55 3. Set the redirection page for the end time
    56 4. Can reset the countdown from the admin end
    5777
    5878
    59 Unordered list:
    60 
    61 * multiple countdown with configuration
    62 * save persistent in any browser or in private mode
    63 * reset the countdown in anytime you want
    64 
Note: See TracChangeset for help on using the changeset viewer.