• Resolved Vad

    (@vadym1)


    Hi!

    I have ideas.

    It is necessary:

    1. Auto restart timer. For example every 5 days, every week, every month.
    2. Countdown timer for cookies. Start from the moment you enter the page.
    3. After the end of the countdown, or show the text, or redirect to the desired page.
    4. Design settings, need to add: full width 100%, border radius, background color, box-shadow. Details: https://imgur.com/a/G7ezhAd

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Vad

    (@vadym1)

    I made a solution to the problem. But it is temporary. It is not convenient to use it.

    Screenshot:

    View post on imgur.com

    Also I would like that zeros in front was not.

    My code:

    
    .elementor #countDownContiner {
    	margin: 0px -10px;
    }
    
    .elementor .widgetkit_countdown-row {
    	display: -webkit-flex;
    	display: flex;
    	flex-wrap: wrap;
    	-webkit-justify-content: space-between;
    	justify-content: space-between;
    }
    .elementor .widgetkit-countdown.side .widgetkit_countdown-section {
    	margin-right: 4px !important;
    }
    .elementor .widgetkit-countdown.side .widgetkit_countdown-section{
    
    	background: #FF5722;
    	border-radius: 15px;
    	box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.14);
    	padding: 20px;
    	flex-grow: 1;
    }
    .elementor .widgetkit-countdown.side .widgetkit_countdown-section .widgetkit_countdown-period {
    	line-height: 1em;
    }
    

    Hello (@vadym1.
    Thanks for using Widgetkit and your valuable requirement.
    We are noted it, hope to we will add and try how the look is it.
    Best Regard

    Hello @vadym1
    Please update with the latest version.
    Thanks

    Thread Starter Vad

    (@vadym1)

    Hello @mamun244

    Feedback (screenshot):

    View post on imgur.com

    Hello @vadym1.
    We will try to add next time.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feature request: Countdown’ is closed to new replies.