- This topic has 17 replies, 3 voices, and was last updated 15 years, 6 months ago by
imported_Ryan.
-
AuthorPosts
-
October 7, 2009 at 1:46 pm #1044
A_x_Dos
Memberi dont know where i paste this code :
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
in what position and in what .css or .php template …. pls help me give me a demo of css or php where this code is include …
” title=”Smiley” /> thnx u
October 8, 2009 at 12:35 am #7096imported_Ryan
MemberThat is an impossible question to answer since we can’t see your theme files.
For most themes it’s the header.php file.
October 8, 2009 at 7:55 am #7097A_x_Dos
MemberOk … this is my website …
http://www.livebast.com/farmacia/
and i use sonartech2 2.01 by StyleWP template … if u want i attach the header.php here and u give me a screenshot or smth to see where i can include that code …. thnx u
October 10, 2009 at 10:35 pm #7098imported_Ryan
MemberJust post the content of your header.php file below if you want and I’ll take a look for you.
October 10, 2009 at 10:41 pm #7099A_x_Dos
Memberok man …
[code:e81xnt9w]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en" />
<meta name="keywords" content="<?php $keywords = get_option(‘stylewp_keywords’); echo stripslashes($keywords); ?>" />
<meta name="description" content="<?php $description = get_option(‘stylewp_description’); echo stripslashes ($description); ?>" />
<title>
<?php if ( is_home() ) { ?><? bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?><?php } ?>
<?php if ( is_search() ) { ?><? bloginfo(‘name’); ?> | Search Results<?php } ?>
<?php if ( is_author() ) { ?><? bloginfo(‘name’); ?> | Author Archives<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
<?php if ( is_page() ) { ?><? bloginfo(‘name’); ?> | <?php wp_title(”); ?><?php } ?>
<?php if ( is_category() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php the_time(‘F’); ?><?php } ?>
<?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?> | Tag Archive | <?php single_tag_title("", true); } } ?>
</title>
<meta name="generator" content="WordPress <?php bloginfo(‘version’); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo(‘rss_url’); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<link rel="Shortcut Icon" href="<?php echo get_settings(‘home’); ?>/wp-content/themes/functionplus/images/favicon.ico" type="image/x-icon" />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
<style type="text/css" media="screen"><!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –></style>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<style type="text/css">
img, div { behavior: url(<?php bloginfo(‘template_directory’); ?>/assets/iepngfix.htc) }
</style><?php } else { ?>
<?php } ?>
</head>
<body>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<?php include (TEMPLATEPATH . ‘/assets/noie6.php’); ?>
<?php } else { ?>
<?php } ?>
<div id="header">
<div id="header-div">
<div class="header-div-left"></div>
<div class="header-div-right">
<?php if ( $showsearch = get_option(‘stylewp_showsearch’) ) { ?>
<form id="searchform" method="get" action="<?php echo $_SERVER[’PHP_SELF’]; ?>">
<input type="text" value="Keyword Search :" name="s" id="searchbox" onfocus="if (this.value == ‘Keyword Search :’) {this.value = ”;}" onblur="if (this.value == ”) {this.value = ‘Keyword Search :’;}" />
</form><?php } else { ?>
<?php } ?>
</div>
</div>
</div>
<div id="navbar">
<div id="navbardiv">
<ul id="nav">
<li><a href="<?php echo get_settings(‘home’); ?>">Home</a></li>
<?php if ( $showpages = get_option(‘stylewp_showpages’) ) { ?>
<?php if ( $static = get_option(‘stylewp_static’) ) { ?><?php wp_list_pages(‘title_li=&depth=3&sort_column=menu_order’); ?>
<?php } else { ?>
<?php wp_list_pages(‘title_li=&depth=1&sort_column=menu_order’); ?>
<?php } ?>
<?php } else { ?>
<?php } ?>
<?php if ( $showcats = get_option(‘stylewp_showcats’) ) { ?>
<?php if ( $static = get_option(‘stylewp_static’) ) { ?>
<?php wp_list_categories(‘orderby=name&title_li=&depth=3’); ?>
<?php } else { ?>
<?php wp_list_categories(‘orderby=name&title_li=&depth=1’); ?>
<?php } ?>
<?php } else { ?>
<?php } ?>
</ul>
</div>
</div>[/code:e81xnt9w]
October 10, 2009 at 10:50 pm #7100imported_Ryan
MemberTry this:
[code:3di72hp6]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en" />
<meta name="keywords" content="<?php $keywords = get_option(‘stylewp_keywords’); echo stripslashes($keywords); ?>" />
<meta name="description" content="<?php $description = get_option(‘stylewp_description’); echo stripslashes ($description); ?>" />
<title>
<?php if ( is_home() ) { ?><? bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?><?php } ?>
<?php if ( is_search() ) { ?><? bloginfo(‘name’); ?> | Search Results<?php } ?>
<?php if ( is_author() ) { ?><? bloginfo(‘name’); ?> | Author Archives<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
<?php if ( is_page() ) { ?><? bloginfo(‘name’); ?> | <?php wp_title(”); ?><?php } ?>
<?php if ( is_category() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php the_time(‘F’); ?><?php } ?>
<?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?> | Tag Archive | <?php single_tag_title("", true); } } ?>
</title>
<meta name="generator" content="WordPress <?php bloginfo(‘version’); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo(‘rss_url’); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<link rel="Shortcut Icon" href="<?php echo get_settings(‘home’); ?>/wp-content/themes/functionplus/images/favicon.ico" type="image/x-icon" />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
<style type="text/css" media="screen"><!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –></style>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<style type="text/css">
img, div { behavior: url(<?php bloginfo(‘template_directory’); ?>/assets/iepngfix.htc) }
</style><?php } else { ?>
<?php } ?>
</head>
<body>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<?php include (TEMPLATEPATH . ‘/assets/noie6.php’); ?>
<?php } else { ?>
<?php } ?>
<div id="header">
<div id="header-div">
<div class="header-div-left"></div>
<div class="header-div-right">
<?php if ( $showsearch = get_option(‘stylewp_showsearch’) ) { ?>
<form id="searchform" method="get" action="<?php echo $_SERVER[’PHP_SELF’]; ?>">
<input type="text" value="Keyword Search :" name="s" id="searchbox" onfocus="if (this.value == ‘Keyword Search :’) {this.value = ”;}" onblur="if (this.value == ”) {this.value = ‘Keyword Search :’;}" />
</form><?php } else { ?>
<?php } ?>
</div>
</div>
</div>
<div id="navbar">
<div id="navbardiv">
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
</div>
</div>[/code:3di72hp6]
Or if that doesn’t work, perhaps try this:
[code:3di72hp6]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en" />
<meta name="keywords" content="<?php $keywords = get_option(‘stylewp_keywords’); echo stripslashes($keywords); ?>" />
<meta name="description" content="<?php $description = get_option(‘stylewp_description’); echo stripslashes ($description); ?>" />
<title>
<?php if ( is_home() ) { ?><? bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?><?php } ?>
<?php if ( is_search() ) { ?><? bloginfo(‘name’); ?> | Search Results<?php } ?>
<?php if ( is_author() ) { ?><? bloginfo(‘name’); ?> | Author Archives<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
<?php if ( is_page() ) { ?><? bloginfo(‘name’); ?> | <?php wp_title(”); ?><?php } ?>
<?php if ( is_category() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php the_time(‘F’); ?><?php } ?>
<?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?> | Tag Archive | <?php single_tag_title("", true); } } ?>
</title>
<meta name="generator" content="WordPress <?php bloginfo(‘version’); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo(‘rss_url’); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<link rel="Shortcut Icon" href="<?php echo get_settings(‘home’); ?>/wp-content/themes/functionplus/images/favicon.ico" type="image/x-icon" />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
<style type="text/css" media="screen"><!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –></style>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<style type="text/css">
img, div { behavior: url(<?php bloginfo(‘template_directory’); ?>/assets/iepngfix.htc) }
</style><?php } else { ?>
<?php } ?>
</head>
<body>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<?php include (TEMPLATEPATH . ‘/assets/noie6.php’); ?>
<?php } else { ?>
<?php } ?>
<div id="header">
<div id="header-div">
<div class="header-div-left"></div>
<div class="header-div-right">
<?php if ( $showsearch = get_option(‘stylewp_showsearch’) ) { ?>
<form id="searchform" method="get" action="<?php echo $_SERVER[’PHP_SELF’]; ?>">
<input type="text" value="Keyword Search :" name="s" id="searchbox" onfocus="if (this.value == ‘Keyword Search :’) {this.value = ”;}" onblur="if (this.value == ”) {this.value = ‘Keyword Search :’;}" />
</form><?php } else { ?>
<?php } ?>
</div>
</div>
</div>
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
[/code:3di72hp6]
October 10, 2009 at 10:52 pm #7101A_x_Dos
Memberok thnx … i try them now and i replay after … thnx again
” title=”Smiley” />
October 10, 2009 at 10:55 pm #7102A_x_Dos
Memberheyyyyyy maaaaaan
” title=”Sad” /> plssss … i have this one not that one .. couse that is another template
” title=”Sad” />
” title=”Sad” /> …. sorry if i distrub u … if u have time take a look to this and replay me … i`m so sorry again …
” title=”Sad” />
[code:1m1sl0qf]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en" />
<meta name="keywords" content="<?php $keywords = get_option(‘stylewp_keywords’); echo $keywords; ?>" />
<meta name="description" content="<?php $description = get_option(‘stylewp_description’); echo $description; ?>" />
<title>
<?php if ( is_home() ) { ?><? bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?><?php } ?>
<?php if ( is_search() ) { ?><? bloginfo(‘name’); ?> | Search Results<?php } ?>
<?php if ( is_author() ) { ?><? bloginfo(‘name’); ?> | Author Archives<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
<?php if ( is_page() ) { ?><? bloginfo(‘name’); ?> | <?php wp_title(”); ?><?php } ?>
<?php if ( is_category() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php the_time(‘F’); ?><?php } ?>
<?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?> | Tag Archive | <?php single_tag_title("", true); } } ?>
</title>
<meta name="generator" content="WordPress <?php bloginfo(‘version’); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo(‘rss_url’); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<link rel="Shortcut Icon" href="<?php echo get_settings(‘home’); ?>/wp-content/themes/sonartech2/images/favicon.ico" type="image/x-icon" />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
<style type="text/css" media="screen"><!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –></style>
<script type="text/javascript">
function unhide(divID) {
var item = document.getElementById(divID);
if (item) {
item.className=(item.className==’hidden’)?’unhidden’:’hidden’;
}
}
</script>
<!–[if lte IE 6]>
<link href="<?php bloginfo(‘template_directory’); ?>/ie6.css" rel="stylesheet" type="text/css" />
<![endif]–>
<!–[if lt IE 7.]>
<script defer type="text/javascript" src="<?php bloginfo(‘template_directory’); ?>/assets/pngfix.js"></script>
<![endif]–>
</head>
<body>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<?php include (TEMPLATEPATH . ‘/assets/noie6.php’); ?>
<?php } else { ?>
<?php } ?>
<div id="wrap">
<div id="logobar">
<div class="logo"><a href="<?php echo get_settings(‘home’); ?>"><img src="<?php bloginfo(‘template_directory’); ?>/images/blank.gif" alt="<?php echo get_settings(‘blogname’); ?>" border="0" /></a></div>
<div class="search">
<p>Search our site:</p>
<form id="searchform" method="get" action="<?php echo $_SERVER[’PHP_SELF’]; ?>"><input type="text" value="" name="s" id="s" onfocus="if (this.value == ”) {this.value = ”;}" onblur="if (this.value == ”) {this.value = ”;}"/></form></div>
</div>
<div id="navbar">
<div id="navbarcats">
<ul id="nav">
<li><a href="<?php echo get_settings(‘home’); ?>">Home</a></li>
<?php if ( $menupages = get_option(‘stylewp_menupages’) ) { ?>
<?php if ( $noflashheader = get_option(‘stylewp_noflashheader’) ) { ?>
<?php wp_list_pages(‘title_li=&depth=2&sort_column=menu_order’); ?>
<?php } else { ?>
<?php wp_list_pages(‘title_li=&depth=1&sort_column=menu_order’); ?>
<?php } ?>
<?php } else { ?>
<?php } ?>
<?php if ( $menucats = get_option(‘stylewp_menucats’) ) { ?>
<?php if ( $noflashheader = get_option(‘stylewp_noflashheader’) ) { ?>
<?php wp_list_categories(‘orderby=name&title_li=&depth=2’); ?>
<?php } else { ?>
<?php wp_list_categories(‘orderby=name&title_li=&depth=1’); ?>
<?php } ?>
<?php } else { ?>
<?php } ?>
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
</ul>
</div>
</div>
<?php if ( $turnoffheader = get_option(‘stylewp_turnoffheader’) ) { ?>
<?php } else { ?>
<?php if ( is_home() ) { ?>
<?php if ( $noflashheader = get_option(‘stylewp_noflashheader’) ) { ?>
<img src="<?php $noflashheader = get_option(‘stylewp_noflashheader’); echo $noflashheader; ?>" style="border: 0px; padding: 0px; margin: 0px; width: 980px; height: 225px;" alt="Welcome to <?php bloginfo(‘name’); ?>" />
<?php } else { ?>
<?php include (ABSPATH.’wp-content/flashfader/flashfaderhtml.txt’); ?>
<?php } ?>
<?php } ?>
<?php } ?>
<div style="clear: both"></div>[/code:1m1sl0qf]
October 10, 2009 at 11:02 pm #7103imported_Ryan
Member[code:3nsuvesm]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en" />
<meta name="keywords" content="<?php $keywords = get_option(‘stylewp_keywords’); echo $keywords; ?>" />
<meta name="description" content="<?php $description = get_option(‘stylewp_description’); echo $description; ?>" />
<title>
<?php if ( is_home() ) { ?><? bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?><?php } ?>
<?php if ( is_search() ) { ?><? bloginfo(‘name’); ?> | Search Results<?php } ?>
<?php if ( is_author() ) { ?><? bloginfo(‘name’); ?> | Author Archives<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
<?php if ( is_page() ) { ?><? bloginfo(‘name’); ?> | <?php wp_title(”); ?><?php } ?>
<?php if ( is_category() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php the_time(‘F’); ?><?php } ?>
<?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?> | Tag Archive | <?php single_tag_title("", true); } } ?>
</title>
<meta name="generator" content="WordPress <?php bloginfo(‘version’); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo(‘rss_url’); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<link rel="Shortcut Icon" href="<?php echo get_settings(‘home’); ?>/wp-content/themes/sonartech2/images/favicon.ico" type="image/x-icon" />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
<style type="text/css" media="screen"><!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –></style>
<script type="text/javascript">
function unhide(divID) {
var item = document.getElementById(divID);
if (item) {
item.className=(item.className==’hidden’)?’unhidden’:’hidden’;
}
}
</script>
<!–[if lte IE 6]>
<link href="<?php bloginfo(‘template_directory’); ?>/ie6.css" rel="stylesheet" type="text/css" />
<![endif]–>
<!–[if lt IE 7.]>
<script defer type="text/javascript" src="<?php bloginfo(‘template_directory’); ?>/assets/pngfix.js"></script>
<![endif]–>
</head>
<body>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<?php include (TEMPLATEPATH . ‘/assets/noie6.php’); ?>
<?php } else { ?>
<?php } ?>
<div id="wrap">
<div id="logobar">
<div class="logo"><a href="<?php echo get_settings(‘home’); ?>"><img src="<?php bloginfo(‘template_directory’); ?>/images/blank.gif" alt="<?php echo get_settings(‘blogname’); ?>" border="0" /></a></div>
<div class="search">
<p>Search our site:</p>
<form id="searchform" method="get" action="<?php echo $_SERVER[’PHP_SELF’]; ?>"><input type="text" value="" name="s" id="s" onfocus="if (this.value == ”) {this.value = ”;}" onblur="if (this.value == ”) {this.value = ”;}"/></form></div>
</div>
<div id="navbar">
<div id="navbarcats">
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
</div>
</div>
<?php if ( $turnoffheader = get_option(‘stylewp_turnoffheader’) ) { ?>
<?php } else { ?>
<?php if ( is_home() ) { ?>
<?php if ( $noflashheader = get_option(‘stylewp_noflashheader’) ) { ?>
<img src="<?php $noflashheader = get_option(‘stylewp_noflashheader’); echo $noflashheader; ?>" style="border: 0px; padding: 0px; margin: 0px; width: 980px; height: 225px;" alt="Welcome to <?php bloginfo(‘name’); ?>" />
<?php } else { ?>
<?php include (ABSPATH.’wp-content/flashfader/flashfaderhtml.txt’); ?>
<?php } ?>
<?php } ?>
<?php } ?>
<div style="clear: both"></div>[/code:3nsuvesm]
Or:
[code:3nsuvesm]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en" />
<meta name="keywords" content="<?php $keywords = get_option(‘stylewp_keywords’); echo $keywords; ?>" />
<meta name="description" content="<?php $description = get_option(‘stylewp_description’); echo $description; ?>" />
<title>
<?php if ( is_home() ) { ?><? bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?><?php } ?>
<?php if ( is_search() ) { ?><? bloginfo(‘name’); ?> | Search Results<?php } ?>
<?php if ( is_author() ) { ?><? bloginfo(‘name’); ?> | Author Archives<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
<?php if ( is_page() ) { ?><? bloginfo(‘name’); ?> | <?php wp_title(”); ?><?php } ?>
<?php if ( is_category() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><? bloginfo(‘name’); ?> | Archive | <?php the_time(‘F’); ?><?php } ?>
<?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?> | Tag Archive | <?php single_tag_title("", true); } } ?>
</title>
<meta name="generator" content="WordPress <?php bloginfo(‘version’); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo(‘rss_url’); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<link rel="Shortcut Icon" href="<?php echo get_settings(‘home’); ?>/wp-content/themes/sonartech2/images/favicon.ico" type="image/x-icon" />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
<style type="text/css" media="screen"><!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –></style>
<script type="text/javascript">
function unhide(divID) {
var item = document.getElementById(divID);
if (item) {
item.className=(item.className==’hidden’)?’unhidden’:’hidden’;
}
}
</script>
<!–[if lte IE 6]>
<link href="<?php bloginfo(‘template_directory’); ?>/ie6.css" rel="stylesheet" type="text/css" />
<![endif]–>
<!–[if lt IE 7.]>
<script defer type="text/javascript" src="<?php bloginfo(‘template_directory’); ?>/assets/pngfix.js"></script>
<![endif]–>
</head>
<body>
<?php if ( $noie6 = get_option(‘stylewp_noie6’) ) { ?>
<?php include (TEMPLATEPATH . ‘/assets/noie6.php’); ?>
<?php } else { ?>
<?php } ?>
<div id="wrap">
<div id="logobar">
<div class="logo"><a href="<?php echo get_settings(‘home’); ?>"><img src="<?php bloginfo(‘template_directory’); ?>/images/blank.gif" alt="<?php echo get_settings(‘blogname’); ?>" border="0" /></a></div>
<div class="search">
<p>Search our site:</p>
<form id="searchform" method="get" action="<?php echo $_SERVER[’PHP_SELF’]; ?>"><input type="text" value="" name="s" id="s" onfocus="if (this.value == ”) {this.value = ”;}" onblur="if (this.value == ”) {this.value = ”;}"/></form></div>
</div>
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
<?php if ( $turnoffheader = get_option(‘stylewp_turnoffheader’) ) { ?>
<?php } else { ?>
<?php if ( is_home() ) { ?>
<?php if ( $noflashheader = get_option(‘stylewp_noflashheader’) ) { ?>
<img src="<?php $noflashheader = get_option(‘stylewp_noflashheader’); echo $noflashheader; ?>" style="border: 0px; padding: 0px; margin: 0px; width: 980px; height: 225px;" alt="Welcome to <?php bloginfo(‘name’); ?>" />
<?php } else { ?>
<?php include (ABSPATH.’wp-content/flashfader/flashfaderhtml.txt’); ?>
<?php } ?>
<?php } ?>
<?php } ?>
<div style="clear: both"></div>[/code:3nsuvesm]
October 10, 2009 at 11:08 pm #7104A_x_Dos
Memberhey ryan i have smth … in my homepage … http://www.livebast.com/farmacia/ i have flashfader … and the pixpoint menu is behind the flashfader… can u take a look to it … …. and tell me if i could fix that
” title=”Smiley” /> … thnx u so much
” title=”Smiley” />
” title=”Smiley” />
” title=”Smiley” />
October 19, 2009 at 6:56 pm #7105imported_Ryan
MemberSounds like a Flash transparency issue. Perhaps try the fix I gave in the following topic:
https://geek.hellyer.kiwi/forum/http://local … 5962#p5962October 19, 2009 at 9:31 pm #7106A_x_Dos
Memberthnx u
” title=”Smiley” />
” title=”Smiley” />
” title=”Smiley” />
November 23, 2009 at 4:05 am #7107Anonymous
MemberI have tried pasting this code everywhere in my header.php file. I can get the bar to show up at the bottom of my page. My theme (Zack 990) has the navigation at the bottom. Is there another php file that may put the bar on top if the code is added?
Thanks
November 23, 2009 at 7:03 am #7108imported_Ryan
Member"gallery arseneau" wrote:I have tried pasting this code everywhere in my header.php file. I can get the bar to show up at the bottom of my page. My theme (Zack 990) has the navigation at the bottom. Is there another php file that may put the bar on top if the code is added?Possibly, but it’s impossible to tell from here since we can’t see your theme.
November 24, 2009 at 2:08 pm #7109Anonymous
MemberHello sir i have that plugin i have activate it from admin panel but now i dont know how to show it on the theme.
I have read ur installation step but it dont have the step how to the menu can be shown on theme.
Please i need ur help if u can help me
Thanks in advance and waiting for ur reply -
AuthorPosts
- You must be logged in to reply to this topic.