Support » Themes and Templates » having an issue with validation

Viewing 8 replies - 1 through 8 (of 8 total)
  • Well, there is a visible when I view the source of your page.

    As the validator says, it’s in the <head> section of the page, right here:

    <script type='text/javascript' src='http://www.fusionrain.com/blog/wp-content
    /livecalendar/xmlhttprequest.js'></script><br />
    <script type='text/javascript' src='http://www.fusionrain.com/blog/wp-content
    /livecalendar/kcalendarscript.php'></script>

    (I’ve added some line breaks in there to aid readability)

    You have two script lines (copied and pasted from somewhere maybe?) with a between them. Delete that and you should be fine.

    In Livecalendar.php in your plugins dir you have to delete the >br/> in this lines:
    echo”
    <script type=’text/javascript’ src='” . get_settings(“siteurl”) . “/wp-content/livecalendar/xmlhttprequest.js’></script>
    <script type=’text/javascript’ src='” . get_settings(“siteurl”) . “/wp-content/livecalendar/kcalendarscript.php’></script>
    “;

    This i think solves your problem

    Thread Starter solarpunk

    (@solarpunk)

    The part that i understand is that i am looking at the source on a mac and i don’t see what you see. i clear the cache and re-open the page still not showing up for me.

    I am just going to uninstall the plugin that use that script.

    thanks
    victor

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Don’t look at your source, look at the index.php file itself (either through the Templates feature or through a text editor). Also, try disabling any active plugins.

    As I said before I have this problem myself. Open livecalendar.php
    in a texteditor find what I explained before. You can see the bug :here

    Thread Starter solarpunk

    (@solarpunk)

    Roy,

    I delete the plugin and the whole directory relate to plugin and the script still keep showing up. i am at work right now. i will go over more when i get home tonight. thank you for your help.

    I am wondering if my web server is caching he page or for that matter wordpress itself.

    thanks
    victor

    Ok, but when I validate your site, you still point to the Javascript that livecalendar set up. (Sorry for my english.)
    Maybee its your webserver.
    Good luck.

    Thread Starter solarpunk

    (@solarpunk)

    Roy,

    Thanks for all you help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘having an issue with validation’ is closed to new replies.