Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • thegameacademy Friend
    #887143

    Hello,

    I’m having the damnedest time trying to figure out how to change/turn-off the pop-up message that occurs when the countdown timer for an event expires. This uses the ACM "Countdown" module. It launches a pop-up that reads "We Ready to Rock Your World" or something like that, but it’s irrelevant to what I want on my site. How do I change or turn off that message?

    Thanks,

    Joshua


    1. Screen-Shot-2016-02-19-at-1.41.27-PM
    pavit Moderator
    #887232

    Hi

    It is managed by a script and you can find it in /templates/ja_charity/acm/countdown/tmpl7style-1.php

      (function($){
      jQuery(document).ready(function($) {
        $('.countdown').downCount({
            date: '<?php echo $date->format('Y/m/d'); ?> <?php echo $helper->get('downdate-time'); ?>',
            offset: + <?php echo $offset; ?>
        }, function () {
            alert('We Ready To Rock Your World');
        });
      });
    })(jQuery);

    change text or remove the script.

    Best regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum