• I’m trying to load my jQuery script through using wp_enqueue_script.
    I’ve checked the syntax etc.
    What happens is this :
    When I inspect the source code of my page I find that there is indeed a link to my script.
    However the script contains the html source code of the page ! including parts of the loop that aren’t being used.
    The link is correctly expressed in the source but it contains no javascript.
    I have only had this problem since 3.11 – it is a script that works on my theme at the moment – the live site has not been updated to 3.11 because on my local installation I have been having problems.
    What am I to do ? Any hints or solutions welcome.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nick_nielsen

    (@nick_nielsen)

    rather than outputting my javascript code, it appears to be populating it with a 404 page – this is an extract from a firebug inspection of the head section of my page :

    <script src="https://localhost/wordpress/wp-content/themes/doric2011/javascript/sitescript.js?ver=1" type="text/javascript">
    <!DOCTYPE html>
    <html dir="ltr" lang="fr">
    <head>
    <meta charset="UTF-8" />
    <title>Page not found | Nick Kai Nielsen</title>
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="https://localhost/wordpress/wp-content/themes/doric2011/style.css" />
    <link rel="pingback" href="https://localhost/wordpress/xmlrpc.php" />
    <link rel='stylesheet' id='NextGEN-css' href='https://localhost/wordpress/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0' type='text/css' media='screen' />
    <link rel='stylesheet' id='wp_dlmp_styles-css' href='https://localhost/wordpress/wp-content/plugins/download-monitor/page-addon/styles.css?ver=3.1.1' type='text/css' media='all' />
    <script type='text/javascript' src='https://localhost/wordpress
    Thread Starter nick_nielsen

    (@nick_nielsen)

    I thought it could be something to do with my script – but it does it with highslide.js and highslide.config.js as well – and they’re professionally written !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘a custom js script becomes a print out of source code !’ is closed to new replies.