chrisin2
Forum Replies Created
-
Forum: Plugins
In reply to: Bulk (or batch) update Custom FieldsOk i got the plugin. But I suppose I must create custom fields first
Forum: Plugins
In reply to: Bulk (or batch) update Custom FieldsSo I can import a CVS???
Forum: Fixing WordPress
In reply to: Custom Image Header for Site TiteOk i figured it out….thank you very much…
Forum: Fixing WordPress
In reply to: Custom Image Header for Site TiteI made the image a little smaller 390 x 67 instead of 400 x 90
but now its does this….
Forum: Fixing WordPress
In reply to: Custom Image Header for Site TiteIs this correct…
<div class=”blogname”>
<h1>/” title=”<?php bloginfo(‘name’);?>”><?php bloginfo(‘name’);?></h1>
<img src=”https://www.fedtaxresolution.com/wp-content/uploads/2010/10/tax-help-logo-miami-300×51.jpg” alt=”Tax Help Logo Miami” title=”Tax Help Logo Miami” width=”300″ height=”51″ class=”alignleft size-medium wp-image-135″ />
<h2><?php bloginfo(‘description’); ?></h2>
</div>Forum: Fixing WordPress
In reply to: Custom Image Header for Site Tite.blogname {
width:400px;
margin:35px 0 0 0px;
height:70px; ( when I try to change height it send the menu left )
text-align:left;
float:left;
padding-left:20px;}
.blogname h1 {
font-size:32px;
padding:0 0 0px 0;
font-weight:normal;
color:#222;
display:none; ( I put it here instead )Forum: Fixing WordPress
In reply to: Custom Image Header for Site TiteI know its this…
<div id=”top”>
<div class=”blogname”>
<h1>/” title=”<?php bloginfo(‘name’);?>”><?php bloginfo(‘name’);?></h1>
<h2><?php bloginfo(‘description’); ?></h2>
</div>But I want to keep the h2 tagline..
Forum: Fixing WordPress
In reply to: Custom Image Header for Site TiteI have a site title and a tag line
Forum: Fixing WordPress
In reply to: Custom Image Header for Site Tite<!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 wp_title(”); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/glide.css” media=”screen” />
<?php
wp_enqueue_script(‘jquery’);
wp_enqueue_script(‘cufon’, get_stylesheet_directory_uri() . ‘/js/cufon.js’);
wp_enqueue_script(‘Myriad’, get_stylesheet_directory_uri() . ‘/js/Myriad_Pro_700.font.js’);
wp_enqueue_script(‘Effects’, get_stylesheet_directory_uri() .’/js/effects.js’);
wp_enqueue_script(‘Coin’, get_stylesheet_directory_uri() .’/js/coin-slider.min.js’);
wp_enqueue_script(‘sprinkle’, get_stylesheet_directory_uri() .’/js/sprinkle.js’);
wp_enqueue_script(‘jquery-ui-personalized-1.5.2.packed’, get_stylesheet_directory_uri() .’/js/jquery-ui-personalized-1.5.2.packed.js’);
?><script type=”text/javascript”><!–//–><![CDATA[//><!–
sfHover = function() {
if (!document.getElementsByTagName) return false;
var sfEls1 = document.getElementById(“catmenu”).getElementsByTagName(“li”);
for (var i=0; i<sfEls1.length; i++) {
sfEls1[i].onmouseover=function() {
this.className+=” sfhover1″;
}
sfEls1[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(” sfhover1\\b”), “”);
}
}
var sfEls1 = document.getElementById(“menu”).getElementsByTagName(“li”);
for (var i=0; i<sfEls1.length; i++) {
sfEls1[i].onmouseover=function() {
this.className+=” sfhover”;
}
sfEls1[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(” sfhover\\b”), “”);
}
}
}
if (window.attachEvent) window.attachEvent(“onload”, sfHover);
//–><!]]></script><?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php
if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ );
wp_head(); ?></head>
<body><div id=”wrapper” class=”rounded”>
<div id=”top”>
<div class=”blogname”>
<h1>/” title=”<?php bloginfo(‘name’);?>”><?php bloginfo(‘name’);?></h1>
<h2><?php bloginfo(‘description’); ?></h2>
</div><?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
<?php include (TEMPLATEPATH . ‘/topad.php’); ?>
</div>
<div id=”catmenucontainer”>
<?php wp_nav_menu( array( ‘container_id’ => ‘catmenu’,’theme_location’ => ‘primary’,’fallback_cb’=> ” ) ); ?>
</div>
<div id=”foxmenucontainer”>
<?php wp_nav_menu( array( ‘container_id’ => ‘menu’, ‘theme_location’ => ‘secondary’,’fallback_cb’=> ” ) ); ?>
</div>
<div id=”casing”>
Forum: Fixing WordPress
In reply to: Custom Image Header for Site Titewhen i do the display:none;
the ad space to the right move to top middle of the header.
Forum: Fixing WordPress
In reply to: Custom Image Header for Site TiteForum: Fixing WordPress
In reply to: Custom Image Header for Site Titethe css for the header is above…
Forum: Fixing WordPress
In reply to: Custom Image Header for Site TiteForum: Fixing WordPress
In reply to: Custom Image Header for Site TiteEasy enough..but thats for the default worpress theme. What about my theme above..
Forum: Fixing WordPress
In reply to: Custom Image Header for Site TiteDid click you name…no link for recent post