I want help please

Forums Forums Menus I want help please

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #1044
    A_x_Dos
    Member

    i 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 … <img decoding=” title=”Smiley” /> thnx u

    #7096

    That is an impossible question to answer since we can’t see your theme files.

    For most themes it’s the header.php file.

    #7097
    A_x_Dos
    Member

    Ok … 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

    #7098

    Just post the content of your header.php file below if you want and I’ll take a look for you.

    #7099
    A_x_Dos
    Member

    ok 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’); ?>&nbsp;|&nbsp;<?php bloginfo(‘description’); ?><?php } ?>

    <?php if ( is_search() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Search Results<?php } ?>

    <?php if ( is_author() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Author Archives<?php } ?>

    <?php if ( is_single() ) { ?><?php wp_title(”); ?>&nbsp;|&nbsp;<? bloginfo(‘name’); ?><?php } ?>

    <?php if ( is_page() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;<?php wp_title(”); ?><?php } ?>

    <?php if ( is_category() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>

    <?php if ( is_month() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time(‘F’); ?><?php } ?>

    <?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?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]

    #7100

    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’); ?>&nbsp;|&nbsp;<?php bloginfo(‘description’); ?><?php } ?>

    <?php if ( is_search() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Search Results<?php } ?>

    <?php if ( is_author() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Author Archives<?php } ?>

    <?php if ( is_single() ) { ?><?php wp_title(”); ?>&nbsp;|&nbsp;<? bloginfo(‘name’); ?><?php } ?>

    <?php if ( is_page() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;<?php wp_title(”); ?><?php } ?>

    <?php if ( is_category() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>

    <?php if ( is_month() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time(‘F’); ?><?php } ?>

    <?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?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’); ?>&nbsp;|&nbsp;<?php bloginfo(‘description’); ?><?php } ?>

    <?php if ( is_search() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Search Results<?php } ?>

    <?php if ( is_author() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Author Archives<?php } ?>

    <?php if ( is_single() ) { ?><?php wp_title(”); ?>&nbsp;|&nbsp;<? bloginfo(‘name’); ?><?php } ?>

    <?php if ( is_page() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;<?php wp_title(”); ?><?php } ?>

    <?php if ( is_category() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>

    <?php if ( is_month() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time(‘F’); ?><?php } ?>

    <?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?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]

    #7101
    A_x_Dos
    Member

    ok thnx … i try them now and i replay after … thnx again <img decoding=” title=”Smiley” />

    #7102
    A_x_Dos
    Member

    heyyyyyy maaaaaan <img decoding=” title=”Sad” /> plssss … i have this one not that one .. couse that is another template <img decoding=” title=”Sad” /> <img decoding=” title=”Sad” /> …. sorry if i distrub u … if u have time take a look to this and replay me … i`m so sorry again … <img decoding=” 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’); ?>&nbsp;|&nbsp;<?php bloginfo(‘description’); ?><?php } ?>

    <?php if ( is_search() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Search Results<?php } ?>

    <?php if ( is_author() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Author Archives<?php } ?>

    <?php if ( is_single() ) { ?><?php wp_title(”); ?>&nbsp;|&nbsp;<? bloginfo(‘name’); ?><?php } ?>

    <?php if ( is_page() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;<?php wp_title(”); ?><?php } ?>

    <?php if ( is_category() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>

    <?php if ( is_month() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time(‘F’); ?><?php } ?>

    <?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?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]

    #7103

    [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’); ?>&nbsp;|&nbsp;<?php bloginfo(‘description’); ?><?php } ?>

    <?php if ( is_search() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Search Results<?php } ?>

    <?php if ( is_author() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Author Archives<?php } ?>

    <?php if ( is_single() ) { ?><?php wp_title(”); ?>&nbsp;|&nbsp;<? bloginfo(‘name’); ?><?php } ?>

    <?php if ( is_page() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;<?php wp_title(”); ?><?php } ?>

    <?php if ( is_category() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>

    <?php if ( is_month() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time(‘F’); ?><?php } ?>

    <?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?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’); ?>&nbsp;|&nbsp;<?php bloginfo(‘description’); ?><?php } ?>

    <?php if ( is_search() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Search Results<?php } ?>

    <?php if ( is_author() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Author Archives<?php } ?>

    <?php if ( is_single() ) { ?><?php wp_title(”); ?>&nbsp;|&nbsp;<? bloginfo(‘name’); ?><?php } ?>

    <?php if ( is_page() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;<?php wp_title(”); ?><?php } ?>

    <?php if ( is_category() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>

    <?php if ( is_month() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time(‘F’); ?><?php } ?>

    <?php if (function_exists(‘is_tag’)) { if ( is_tag() ) { ?><? bloginfo(‘name’); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?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]

    #7104
    A_x_Dos
    Member

    hey ryan i have smth … in my homepage … http://www.livebast.com/farmacia/&nbsp;   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 <img decoding=” title=”Smiley” /> … thnx u so much <img decoding=” title=”Smiley” /> <img decoding=” title=”Smiley” /> <img decoding=” title=”Smiley” />

    #7105

    Sounds like a Flash transparency issue. Perhaps try the fix I gave in the following topic:
    https://geek.hellyer.kiwi/forum/http://local … 5962#p5962

    #7106
    A_x_Dos
    Member

    thnx u <img decoding=” title=”Smiley” /> <img decoding=” title=”Smiley” /> <img decoding=” title=”Smiley” />

    #7107
    Anonymous
    Member

    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?

    Thanks

    #7108
    &quot;gallery arseneau&quot; 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.

    #7109
    Anonymous
    Member

    Hello 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

Viewing 15 posts - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.