Laurel54
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sub site menu pagethanks for the fast response. not a big coder here… scared of php ??
Is there anyway I can simply remove the ‘home’ from the menu? then I could add a page called home and redirect it.
Forum: Themes and Templates
In reply to: sidebar theme problems content not 100% wideOMG it worked!! I change the width to 100% in the above css that you gave me. Thank you SO much. You made my day!! Cheers!!
Forum: Themes and Templates
In reply to: sidebar theme problems content not 100% wideThanks for all you help zeaks, I just want to get this template issue fixed so I can do what I know how to do. ??
Forum: Themes and Templates
In reply to: sidebar theme problems content not 100% widethis is in my css but yet is does not seem to work:
.art-contentLayout .art-content
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 766px;
}
.art-contentLayout .art-content-wide
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: left;
overflow: hidden;
width: 957px;
}Forum: Themes and Templates
In reply to: sidebar theme problems content not 100% widethanks, I tried that and it worked for the pages that I do not want the sidebar on. But.. it took away the sidebar on all the pages, even the pages that I had the sidebar on. So I reverted back for now.
Forum: Fixing WordPress
In reply to: trouble with synchronizing flickr accountDashboard > General Settings > Writing Settings > Remote Publishing > Check Atom Publishing AND SML-RPC boxes
Forum: Fixing WordPress
In reply to: simple paypal shopping cart not aligning leftthanks anyway – I just set up straight through paypal.
Forum: Themes and Templates
In reply to: lost background rollover image in headerThanks for helping me. I just want a damn blog : )
Forum: Themes and Templates
In reply to: lost background rollover image in header<div id=”masthead”>
<li <?php if(is_front_page()) { ?>class=”current_page_item”<?php } ?`>>/”>Blog
Home`
<?php wp_list_pages(‘sort_column=menu_order&title_li=’ ); ?><div id=”masthead_image”>
The Blog Home seems to be out of place compared to your code. The links are working I just lost the rollover bkgrd image. Weird.
Forum: Themes and Templates
In reply to: lost background rollover image in headerThanks for the reply – Sorry to keep asking stupid questions. Going crazy over here. Because I don’t know how to code, I’m using a template and the template editor. Yes, I tried to hardcode the Home link. I want home to go to colortude.com and I would like Blog to go to the home page of the blog. … Brain Hurts!
This is the code in the ‘header.php:
<!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 if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<link rel=”shortcut icon” href=”/images/favicon.ico” type=”image/image/x-icon”>
<link rel=”icon” href=”/images/favicon.gif” type=”image/gif”><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<!–[if lte IE 6]>
<link href=”<?php bloginfo(‘stylesheet_directory’); ?>/ie6.css” type=”text/css” rel=”stylesheet” />
<![endif]–>
<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’); ?>” /><style type=”text/css” media=”screen”>
</style>
<?php wp_head(); ?>
</head>
<body><div id=”wrapper”>
<div id=”masthead”>
-
<li <?php if(is_front_page()) { ?>class=”current_page_item”<?php } ?>>/”>Blog
- Home
<?php wp_list_pages(‘sort_column=menu_order&title_li=’ ); ?>
<div id=”masthead_image”>
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/masthead01.png” alt=”colortude” />
</div>
</div>
<div id=”content” class=”clearfix”>
Forum: Themes and Templates
In reply to: lost background rollover image in headerThanks for the Ahem… the comment. I know you are teasing me but I really don’t know what I’m doing.
Could you please tell me the code that needs to be around the masthead image. I hope I will say “duh”, and understand but right now I don’t.
thanks