shutterbug
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulI spoke too soon. If you click on any of the “Recent Posts” you still get the double headers.
I’m afraid to screw around the coding again, lest I really do serious damage.
Can you help?
http://www.ceconn.com/canwetalkForum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulEverything is working perfectly. Thanks for all your help.
Forum: Fixing WordPress
In reply to: Add small gif to sidebarHoly!!!!! It worked!!!!! And here I thought you had to have the exact path. Who knew? Well, I guess you did.
Thank you so very much.
Forum: Fixing WordPress
In reply to: Add small gif to sidebarYes, in IE but in FF, I only see the word “peace” – no square or X
Forum: Fixing WordPress
In reply to: Add small gif to sidebarThanks Koeln. I felt the need to put in the dimensions. Still no picture. Should there be more code before or after the image tag?
<div class="subcontainer">
<div class="rightsub2">
<img alt="peace" width="75" height="50"
src="http://www.ceconn.com/public_html/canwetalk/wp-content/themes/andreas04-10/peace.gif">Forum: Fixing WordPress
In reply to: Add small gif to sidebarHello again.
Moshu, I know what you’re saying but the picture is in the server and the address is correct, so I don’t know. Maybe leave off the 75×50?
Koeln, it looks like we’re heading in the right direction. I have the little square with an X in the right spot and it also has the word “peace” in it – but no picture. Here is my code.
<div class="subcontainer">
<div class="rightsub2">
<img alt="peace"
src="http://www.ceconn.com/public_html/canwetalk/wp-content/themes/andreas04-10/peace.gif/75x50 /">Forum: Fixing WordPress
In reply to: Add small gif to sidebarOh, how utterly stupid of me. Thanks. I changed it and saved it but it still didn’t do anything. What next?
Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulOh, I fixed the fatal error thing by editing the page.php on my server the same as you showed me. Now it looks OK.
OK, I’ll give the plugin another go. I’ll cross my fingers and let you know how it went.
Thanks for everything.
Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulWow. I copied the <head> element and it worked. Thank you so very much.
Now, I still have a problem with the Pages such as Content, Buy my Stuff and About.
When you click on them, you get this error message:
Fatal error: Call to undefined function: head_meta_desc() in /home/cecon46/public_html/canwetalk/wp-content/themes/andreas04-10/page.php on line 5Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulWhat about if I just deleted the duplication in the index?
Do you think that would help?Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulOK. How can it be corrected? None of this happened until I installed and fooled with the <?php wp_head(); ?>.
Isn’t that odd? Even deleting it doesn’t correct the problem.
Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulOh, is that bad? The template came like that. I didn’t do it.
Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulHere’s the Index.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<meta name="author" content="WordPress adaptation: Tara Aukerman / Original design: Andreas Viklund - http://andreasviklund.com/" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/style.css" />
<title><?php bloginfo('name'); ?></title>
<META name="verify-v1" content="7oycLsOAcX1aSppJoydGANPg1yRe86cLcWhvoW9v55k=" />
<div id="sitetitle">
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
<h2><?php bloginfo('description'); ?></h2>
</div>
<div id="menu">
<ul>
<li><a href="<?php bloginfo('url'); ?>">home</a></li>
<?php wp_list_pages('title_li='); ?>
</ul>
</div>
</head>
<body>
<div id="container">
<?php get_header(); ?>[Moderated: snip]
Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulDeactivated plugin.
<?php get_header(); ?>wasn’t in the Header. It was in the Body section of the page template. Still have the same problem.[Moderated: template code snipped]
Does that help at all?
I just clicked on About and Contact on the Header and got this error message:
Fatal error: Call to undefined function: head_meta_desc() in /home/cecon46/public_html/canwetalk/wp-content/themes/andreas04-10/page.php on line 5All of them gave the same error message.
Forum: Fixing WordPress
In reply to: I screwed up my header. Now I have two. Looks awfulOh, I see. Well, I’m more confused now. On this website
‘http://guff.szub.net/2005/09/01/head-meta-description/’ he said to put it in the Head tags.I did as you said and moved it to the body tags but I still have the double headings.
Maybe my template is just not compatible with this plugin, do you think?