Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter snowflake775

    (@snowflake775)

    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

    weblizar_support

    (@weblizar_support)

    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.