Script not running on my WordPress website

I am running a Sports website where i use lot of scripts but for some reason this script is not running on my website http://wiseguysports.com/

I try every thing but for some reason can’t able to run.

<div style='width: 260px; max-height: 406px; margin: auto; position: absolute; left: 678px; top: 0px; border-width: 1.5px; border-color: #DDD; border-style: solid; padding-top: 5px; background-color: #F2F2F2;'>
<div name='odds-widget' data-timezone="12" data-theme="scoreboard" data-line-type="spreadntotals" data-period-type="whole-game" data-odds-type="US" data-books="19" data-default-league="MLB" data-league-ids="3,14,15,26,48,6,16,7,5" data-league-sport-ids="0"></div>
<div style='text-align: center'><a href='http://www.sportsbookreview.com/betting-odds/' title='SBRodds'></a></div>
</div>

Please help me to solve this problem

1 Like

is it a jQuery script?
If so, then make sure jQuery is loaded 1st. If this problem still persists, try jQuery NO-CONFLICT tricks. Hope this will solve this problem.

no it is not a jQuery script.
It is simple script that run. and i am using WP
Want to run this script within a page.

AFAIK data- attributes are HTML5 and your page is XHTML strict.
If the script works with those attributes that is the likely reason it isn’t working.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.