Question/Answer
“How can I remove countdown?”
1. open campaign.php
2. remove this line:
<div id="campaignCountdown"></div>
3. open style.css
4. find these lines:
#campaign {height: 500px; background: url('images/campaign.png') center bottom no-repeat; overflow: hidden;}
#campaignTrail {height: 325px; padding: 80px 20px 0 20px; border-bottom: 1px solid #cbc9cb;}and change them to read:
#campaign {height: 440px; background: url('images/campaign.png') center bottom no-repeat; overflow: hidden;}
#campaignTrail {height: 325px; padding: 80px 20px 0 20px;}5. open js/scripts and delete countdown.php
6. open includes/help/tb_enqueue.php and remove these lines:
wp_register_script('countdown', TEMPLATE_DIRECTORY . '/js/jquery.countdown.min.js', array('jquery'), '1.5.11', false);
wp_enqueue_script('countdown');
NOTE: instructions in steps 5 and 6 are not required, but they are recommended, because they will speed up the site
NOTE2: this is a fix for Candidate v1.0. Countdown is optional in version v1.1