johndove523
06-25-2012, 02:13 PM
Please see url: http://caspca.org. The .js ticker at the very top of the page ("welcome to the new spca website..." ...) is still going despite having removed the list code for it in the header:
<!--starts announcement ticker-->
<div id="ticker-area">
<ul>
<li>Welcome to the new SPCA website!</li>
<li>This area will be used when needed for important announcements...</li>
<li>Snow days, cancellations, sold-out events, whatever.</li>
</ul>
</div><!--ends announcement ticker-->
and even commented out the .js code as well:
<!--.js tickertype code for banner announcements-->
<!--<script type="text/javascript" src="<?php //bloginfo('template_url'); ?>/js/jquery-1.2.6.min.js"></script>-->
<!--<script type="text/javascript" src="<?php //bloginfo('template_url'); ?>/js/jquery.tickertype.js"></script>-->
<!--end .js tickertype code-->
I totally don't get it. Can someone tell me how this ticker is still displaying?
Thanks very much!
John
<!--starts announcement ticker-->
<div id="ticker-area">
<ul>
<li>Welcome to the new SPCA website!</li>
<li>This area will be used when needed for important announcements...</li>
<li>Snow days, cancellations, sold-out events, whatever.</li>
</ul>
</div><!--ends announcement ticker-->
and even commented out the .js code as well:
<!--.js tickertype code for banner announcements-->
<!--<script type="text/javascript" src="<?php //bloginfo('template_url'); ?>/js/jquery-1.2.6.min.js"></script>-->
<!--<script type="text/javascript" src="<?php //bloginfo('template_url'); ?>/js/jquery.tickertype.js"></script>-->
<!--end .js tickertype code-->
I totally don't get it. Can someone tell me how this ticker is still displaying?
Thanks very much!
John