• Resolved insecureabnormality

    (@insecureabnormality)


    Hello I am having trouble with the sizing of the countdown timer, you can see in the link how 12292 days is covering some of the timer. Can you tell me how to increase the overall diameter of the counters? I don’t have a problem editing php or js if this is necessary but can you tell me how to do this.

    Also I was unable to get the color of the timers to change in the free version of the plugin.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author adamskaat

    (@adamskaat)

    Hello @insecureabnormality

    Thank you for connecting us.
    You can change countdown size inside ” Countdown options ” section there is a ” Countdown Width ” option where you can change the size to example 600
    For the change colors, you do the following

    Inside “General options section ” there is ” Custom CSS ” option add this code there

    .textDiv_Days h4, .textDiv_Days span {
    color: YourColorHere !important;
    }
    .textDiv_Hours h4, .textDiv_Hours span {
    color: YourColorHere !important;
    }
    .textDiv_Minutes h4,
    .textDiv_Minutes span {
    color: YourColorHere !important;
    }
    .textDiv_Seconds h4, .textDiv_Seconds span {
    color: YourColorHere !important;
    }

    with this CSS code, you can change text and numbers color (just change YourColorHere)

    For the change Circles color, you should change the following Php file

    go to this file

    wp-content/plugins/countdown-builder/com/classes/countdown/CircleCountdown.php

    Inside this file from 99 to 125 lines there are colors parameters where you can change the color.

    Please let me know about your progress.

    Regards,
    Adam

    Thread Starter insecureabnormality

    (@insecureabnormality)

    You can change countdown size inside ” Countdown options ” section there is a ” Countdown Width ” option where you can change the size to example 600

    I have tried this but there is still an overlay problem, can you tell me where I can edit this manually within the files to increase the maximum diameter for both circles. My client wants to keep the figures in thousands of daya and not use months or weeks or anything to that extent

    Thanks

    Plugin Author adamskaat

    (@adamskaat)

    Dear @insecureabnormality

    I have checked on your site and noticed the countdown with the id 1099 and that countdown width is 500 px could you please try to change circle width.

    Please let me know about your progress.

    Regards,
    Adam

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sizing of countdown timers’ is closed to new replies.