You're welcomeStoker wrote:Great. Now I am able to troubleshoot the error.
And your fix works 100% - Thanks a lot Rich![]()
..and there will be a fourth time from looking at the code.But Dammit!!! Now I have to resubmit for the third time...

You're welcomeStoker wrote:Great. Now I am able to troubleshoot the error.
And your fix works 100% - Thanks a lot Rich![]()
..and there will be a fourth time from looking at the code.But Dammit!!! Now I have to resubmit for the third time...
yep.after install i just get a white page on index..and there will be a fourth time from looking at the code
Then check your edits.Napster wrote:yep.after install i just get a white page on index..and there will be a fourth time from looking at the code
remove 11 jqueries ? where you see 11 jqueries ?martin123456 wrote:Remove the 11 jqueries or failing that view source and copy n past
Code: Select all
<!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->
<!-- IF S_TS_JSSCROLL and not S_TS_TICKER -->
<script src="{ROOT_PATH}script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$('#vertical-ticker').totemticker({
row_height : '41px',
max_items : 3,
speed : {JSSCROLL_SPEED},
interval : {JSSCROLL_INTERVAL},
<!-- IF TS_JSSCROLL_NAVIGATION -->
next : '#ticker-next',
previous : '#ticker-previous',
stop : '#stop',
start : '#start',
<!-- ENDIF -->
mousestop : true,
direction : '<!-- IF TS_JSSCROLL_DIRECTION -->down<!-- ELSE -->up<!-- ENDIF -->'
});
});
// ]]>
</script>
<!-- ELSEIF S_TS_TICKER and not S_TS_JSSCROLL -->
<script src="{ROOT_PATH}script/jquery.newsticker.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$("#news").newsTicker();
});
// ]]>
</script>
<!-- ENDIF -->
<!-- ENDIF -->
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
that because I have already jquery in the overall_header.html