Home Forums WoodMart support forum Countdown Timer

Countdown Timer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #458371

    makexpertmodsrl
    Participant

    Hello woodmart support, please help me with the problem. I have a container with a countdown timer and a script when the timer is finished it hides the container id “#ascunde”… so far everything is fine , it works perfectly… but that white space where the container was, doesn’t disappear, how can i do ????
    this is my script working.
    ========================================================
    <script>jQuery( document ).ready( function ( $ ) {
    $(document).on( ‘finish.countdown’, function() {
    $( ‘#ascunde’ ).hide();
    } );
    } );</script>
    ========================================================
    See screenshoot below please
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #458534

    Hello,

    Our support does not cover fixing the custom code. You would better remove the header banner when the date expired.

    If you have any questions please feel free to contact us.

    Best Regards

    #458563

    makexpertmodsrl
    Participant

    ok thank you, ticket close

    #458786

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Countdown Timer’ is closed to new replies.