• on the source code of http://www.saltspringair.com line 491, 492 are giving me problems, but i cant find them in WPress to fix. Any ideas?

    <![endif]-->
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
     <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-30369687-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();</script>
Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you check footer.php of your theme before the </body> tag?

    Thread Starter saltspringair

    (@saltspringair)

    that would makes sense, and i have been looking for the footer but i am using thesis theme and i can find header (and that is where the first call for jquery was) but i can find nothing in the footer, but i cant even find the footer file.

    Thread Starter saltspringair

    (@saltspringair)

    i have searched on WP and on the files on my server and can not find any call fro jquery 1.4.2 anywhere, but it shows on the source of my page.

    thesis has a different way. You may check the thesis options. As I remembered, thesis provided you an option in dashboard to edit footer text and configure google analytics.

    Thread Starter saltspringair

    (@saltspringair)

    i am using version 1.8 and i can not find footer text, i can find add text for google analytics but once you add it, it gets added to every page, it doesnt tell you how to edit it later though, so i guess it could have been from an earlier tracking script but cant tell.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘code in my sorce that i cant find on WP?’ is closed to new replies.