• I am working with Coffee Cup theme and while I can get an .swf to play in the sidebar, I can’t find the spot to put it and have it NOT cover up part of the sidebar currently there.
    I am a total hack (well…bike mechanic actually, but not as geeky as maybe I need to be).
    I am either in need of some code to add, or my placement is off.
    Without the movie in the sidebar I can add line breaks ( ‘<br>’ ,. right?) and have the sidebar slide down, but when I put the code in for the .swf it comes up and the movie covers part of it.

    The URL is:
    https://www.calhouncycleshopcast.com/

    The sidebar code WITH the movie code is:
    ——————————————

    <div id="sidebar">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="185" height="148" title="suzu">
    <param name="movie" value="https://www.calhouncycleshopcast.com/wp-content/uploads/2008/02/suzu.swf" />
    <param name="quality" value="high" />
    <embed src="https://www.calhouncycleshopcast.com/wp-content/uploads/2008/02/suzu.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="185" height="148"loop="false></embed>
    </object><br><br>
    <ul>
    <!--
    <li><h2>About</h2>
    words here  Name, contact details etc.
    </li>
    -->
    <li><h2><?php _e('Categories'); ?></h2>
    <ul>
        <?php list_cats() ?>
       </ul>
    </li>
    <li><h2><?php _e('Monthly Archives:'); ?></h2>
    <ul>
    	 <?php wp_get_archives('type=monthly'); ?>
     	</ul>
    </li>
      <?php /* If this is the frontpage */ if (is_home()) { ?>				
    
    <li><h2><?php _e('Links'); ?></h2>
    <ul>
        <?php get_links('-1', '
    <li>', '</li>
    ', ''); ?>
       </ul>
    </li>
    <li><h2><?php _e('Meta'); ?></h2>
    <ul>
    <li><?php wp_loginout(); ?></li>
    <li><a href="https://validator.w3.org/check/referer">"><?php _e('Valid XHTML'); ?></a></li>
    <li><a href="https://www.ads-software.com/">">WordPress    </a></li>
        <?php wp_meta(); ?>
       </ul>
    </li>
      <?php } ?>
     </ul>
    </div>

    ——————————————

    Any ideas or links to some basic code training would be greatly appreciated.
    Luke

  • The topic ‘sidebar code help (I am idioté)’ is closed to new replies.