Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
February 19, 2016 at 10:39 pm #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
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 20, 2016 at 7:37 am #887232Hi
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
AuthorPostsViewing 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