• Going absolutely crazy. I have a 3-column wordpress theme and the main page template is called home.php (all other pages use main-index.php).

    Content is on the left with two sidebars to the right. Above and in between the two right sidebars, i have a small horizontal line showing up on the home.php template and i can’t find it in the code. also since that line showed up, my javascript menus no longer work (but only on the main page where that little line is, so I’m assuming the two are related). I can’t find the issue and have spent hours looking (i’ve even deleted recent content with the thought that something in my recent posts screwed it up!)

    issue can be seen at http://www.HernandoLuxuryHomes.com – any help is greatly appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not sure what the problem is yet, but look at it in FireFox – pretty funked up. The Jeff Lewis video shows up twice in FF, but your scripts work.

    Looking at the page source in both IE7 and FF3, there is an extra `
    in the middle of the<object …> … </object>` declaration.

    It’s immediately after the <object type= ...> line and before the first <param value= ...> call

    <object type="application/x-shockwave-flash" data="http://widgets.bravotv.com/o/4657041ec2a2cf53/48b5d75757f19dcf/4657041e685e24c6/17d4affa" id="W4657041ec2a2cf5348b5d75757f19dcf" height="400" width="400"> 
    
    <param value="http://widgets.bravotv.com/o/4657041ec2a2cf53/48b5d75757f19dcf/4657041e685e24c6/17d4affa" name="movie"/>
    <param value="transparent" name="wmode"/>
    <param value="all" name="allowNetworking"/>
    <param value="always" name="allowScriptAccess"/>
    <embed name="Selling A House" id="W4657041ec2a2cf5348b5d75757f19dcf" width="400" height="400" src="http://widgets.bravotv.com/o/4657041ec2a2cf53/48b5d75757f19dcf/4657041e685e24c6/17d4affa" allowScriptAccess="always" quality="high" wmode="transparent" type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer" />
    
    </object>

    I suspect that is the culprit.

    Thread Starter hernandoluxuryhomes

    (@hernandoluxuryhomes)

    holy cow – that video is the culprit! I guess I’ll just not post video up there anymore…just link to it.

    Thanks very much! I was really freaking out for a while!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘I can see the problem…but I can’t find it in the code anywhere…any help???’ is closed to new replies.