Title: Adding a countdown on the slider
Last modified: March 3, 2017

---

# Adding a countdown on the slider

 *  Resolved [snowflake775](https://wordpress.org/support/users/snowflake775/)
 * (@snowflake775)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/adding-a-countdown-on-the-slider/)
 * Just wondering if I can add a countdown on the slider

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [snowflake775](https://wordpress.org/support/users/snowflake775/)
 * (@snowflake775)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/adding-a-countdown-on-the-slider/#post-8870953)
 * I’m using CountDown FlipClock plugin
 * For Using In Any Post Or Page
 * [FlipClock id=”80″]
 * For Integration In The Theme
 * <?php echo do_shortcode(“[FlipClock id=”80″]”); ?>
 * I’m already using it on one page yet I don’t know how to use/add it on the slider
    -  This reply was modified 9 years, 3 months ago by [snowflake775](https://wordpress.org/support/users/snowflake775/).
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/adding-a-countdown-on-the-slider/#post-8873116)
 * Hello snow,
 * Please go to your main theme folder then open home-slideshow.php file go to line
   no. 95 – See the code below :-
 *     ```
       <a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
       	<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
       	<div class="enigma_slider_shadow"></div>
       	<?php echo do_shortcode('[FlipClock id="64"]'); ?>
       </div><!-- /.carousel -->
       ```
   
 * Replace it with the below code and save the file.
 * Then Go To Dashboard -> Appearance -> -> Customize -> Theme Options -> Theme 
   General Options -> paste code in Custom CSS box and Save.
 *     ```
       .flip-clock-wrapper{
       margin:-14em 0% !important;
       position:absolute !important;	
       }
       ```
   
 * Thanks…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding a countdown on the slider’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma-parallax/7.71/screenshot.
   png)
 * Enigma Parallax
 * [Support Threads](https://wordpress.org/support/theme/enigma-parallax/)
 * [Active Topics](https://wordpress.org/support/theme/enigma-parallax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma-parallax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma-parallax/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/adding-a-countdown-on-the-slider/#post-8873116)
 * Status: resolved