• Two videos and one picture slideshow of six pictures was showing up right on top of all content. The web designers must have done something to the script, perhaps hardcoding it, that none are showing up even if a backup is restored. I can tell that everything is in the database, slideshow pictures and its configuration, and the videos…but for some reason they are not showing up. Not sure if this relates to any of the scripts of the website, or with the web hosting. Here is part of the Main Index script. Please help!

    <?php get_header(); ?>

    <!– Contents Starts here –>

    <!– main column Starts here –>
    <div id=”maincol”>

    <?php if (class_exists(‘Gallery’)) { $Gallery = new Gallery(); $Gallery -> slideshow($output = true, $post_id = null); } ?>

    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’);?>/js/swfobject_source.js”></script>
    <?php query_posts(‘page_id=1734&showposts=1’); ?>
    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    <?php the_content(); ?>
    <?php endwhile; ?>
    <!–<object width=”560″ height=”349″><param name=”movie” value=”http://www.youtube.com/v/I73ytpwpMcM?version=3&hl=en_US”></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/I73ytpwpMcM?version=3&hl=en_US&#8221; type=”application/x-shockwave-flash” width=”560″ height=”349″ allowscriptaccess=”always” allowfullscreen=”true”></embed></object>

    <div id=”flashcontent” style=”float:none;margin:0;”></div>–>
    <script type=’text/javascript’>
    var so3 = new SWFObject(‘http://www.yoursoccerclubs.com/wp-content/themes/jarrah/player-videos.swf&#8217;,’plyVideos’,’560′,’349′,’9′,’#ffffff’);
    so3.addParam(‘allowfullscreen’,’true’);
    so3.addParam(‘allowscriptaccess’,’always’);
    so3.addParam(‘wmode’,’opaque’);
    so3.addVariable(‘file’,’http://www.yoursoccerclubs.com/wp-content/themes/jarrah/ONLINE_45_Fx_LocSin.f4v&#8217;);
    so3.addVariable(‘image’,’http://www.yoursoccerclubs.com/wp-content/themes/jarrah/newShirt11_12.jpg&#8217;);
    so3.addVariable(‘playlist’,’none’);
    so3.addVariable(‘autostart’,’false’);
    so3.addVariable(‘stretching’,’fill’);
    so3.addVariable(‘bufferlength’,’6′);

    so3.addVariable(‘plugins’, ‘gapro’);
    so3.addVariable(“gapro.accountid”,”UA-3722811-1″);
    so3.addVariable(“gapro.trackstarts”,”true”);
    so3.addVariable(“gapro.trackpercentage”,”true”);
    so3.addVariable(“gapro.tracktime”,”true”);
    so3.write(‘flashcontent’);

  • The topic ‘Video and Slideshow not showing up’ is closed to new replies.