Forums

Header disappearing on Comment Page (3 posts)

  1. wafacollective
    Member
    Posted 3 years ago #

    Hey guys, hope you can help with this small bug im having.

    Everything is working great, except for the "leave a comment" page. I have a custom header ive implemented into the theme, and it is appearing everywhere except this one page. here is what im talking about:

    the site: http://wearefuckingawesome.org/site/
    the problem: http://wearefuckingawesome.org/site/2008/12/02/126/

    as you can see, the header is disappearing on the second page ... any ideas why?

  2. chaoskaizer
    Member
    Posted 3 years ago #

    your flash header source path on single page is wrong try used full URL

    find in header.php

    <object width="841" height="82" align="top" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
      <param value="../../../fla/blogheader.swf" name="movie"/>
      <param value="high" name="quality"/>
      <embed width="841" height="82" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="../../../fla/blogheader.swf"/>
    </object>

    replace with

    <object width="841" height="82" align="top" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
      <param value="http://wearefuckingawesome.org/fla/blogheader.swf" name="movie"/>
      <param value="high" name="quality"/>
      <embed width="841" height="82" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://wearefuckingawesome.org/fla/blogheader.swf"/>
    </object>
  3. wafacollective
    Member
    Posted 3 years ago #

    thanks a ton!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.