randomness17
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to add flash to this template, please help.The code is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="all" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/glide.css" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/tabs.css" media="screen" /> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/hoverIntent.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/glide.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/slider.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/hover.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-ui-personalized-1.5.2.packed.js"></script> <script type="text/javascript"> jQuery(function(){ jQuery('ul.sf-menu').superfish(); }); </script> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <body> <div class="wrapper"> <div id="foxmenucontainer"> <div id="menu"> <ul> <li><a href="<?php echo get_settings('home'); ?>">Home</a></li> <?php wp_list_pages('title_li=&depth=1&sort_column=menu_order'); ?> </ul> </div> </div> <div class="clear"></div> <div id="top"> <div class="blogname"> <h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1> <h2><?php bloginfo('description'); ?></h2> </div> </div> <div id="cat"> <ul class="sf-menu"> <?php wp_list_categories('sort_column=name&title_li=&depth=3'); ?> </ul> </div> <div class="clear"></div> <div class="content">
And the header is
https://randomness17.byethost12.com/wp-content/themes/gamezine/images/head.swfForum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phpI can’t make it into a gif because that would be 50MB.
My current header code is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="all" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/glide.css" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/tabs.css" media="screen" /> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/hoverIntent.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/glide.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/slider.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/hover.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-ui-personalized-1.5.2.packed.js"></script> <script type="text/javascript"> jQuery(function(){ jQuery('ul.sf-menu').superfish(); }); </script> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <body> <div class="wrapper"> <div id="foxmenucontainer"> <div id="menu"> <ul> <li><a>">Home</a></li> <?php wp_list_pages('title_li=&depth=1&sort_column=menu_order'); ?> </ul> </div> </div> <div class="clear"></div> <div id="top"> <div class="blogname"> <h1><a>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1> <h2><?php bloginfo('description'); ?></h2> </div> </div> <div id="cat"> <ul class="sf-menu"> <?php wp_list_categories('sort_column=name&title_li=&depth=3'); ?> </div> <div class="clear"></div> <div class="content">
So if anyone can help put the flash at
https://randomness17.byethost12.com/wp-content/themes/gamezine/images/head.swfin it that would be great.
Forum: Themes and Templates
In reply to: How to add flash to this template, please help./bump
Forum: Themes and Templates
In reply to: How to add flash to this template, please help.Ah sorry. Want it to appear in the header.
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phpSorry I’m still confused.
I don’t know where to put any of this code, if someone could please help.the template can be found at
https://web2feel.com/gamezine-theme/Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.php???
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phpanyone?
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phpim not much of a jedi-wizard so if someone could post/link to a step by step guide that would be great.
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phptried making a .gif, but that was 50mb lol. will do the search, thanks.
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phpsorry, but where will this be?
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phpAt the moment it is:
#top { height:158px; margin:auto; background:#f5f3f3 url(images/head.jpg); background-repeat:no-repeat; }
where do i put the code above? between the top tags?
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phpwhat should i replace it with?
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.php??
Forum: Fixing WordPress
In reply to: Add flash header, can’t find right place in header.phpanyone?