kirasherrine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Broken theme” “template missing” help!I’m trying to load my own site.
i finally got the images and code in but i cant even get my footer and some of the images still do not pop up
Forum: Fixing WordPress
In reply to: Creating New Theme – Images Not ShowingI misunderstood. I thought that you were having problems with background images inserted via CSS.
ESMI This is EXACTLY the problems that I am having with my theme!
Here is my header info:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <meta name="description" content="This is a Kira Sherine Theme" /> <meta name="keywords" content="keywords, that, descibe, a, KiraSherrine, blog" /> <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" /> <link href="<?php bloginfo('template_directory'); ?>/style.css" rel="stylesheet" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="<?php bloginfo('rss_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php wp_head(); ?> </head>Please Help!!!
ThanksForum: Fixing WordPress
In reply to: “Broken theme” “template missing” help!the only folder inside the theme folder is my images folder
also all my phps start with (except for my searchform and comments):
<?php get_header(); ?>
and end with:
<?php get_footer(); ?>
…should they start with:
<link rel=”stylesheet” href=”style.css” type=”text/css” media=”screen” /> ??Also this is the header.php:
‘<!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” <?php language_attributes(); ?>>
<head>
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
<meta name=”description” content=”<?php bloginfo(); ?>” />
<link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?>
</head><body>
<div id=”Page”><div id=”Header”>
<img src=”images/Header.jpg” />
</h1>
</div><div id=”B1″>
<img src=”images/About.jpg” alt=”<?php bloginfo(‘name’); ?>/” />
<h1>“>” title=”<?php bloginfo(‘name’); ?>”>
</h1>
</div><div id=”B2″>
<img src=”images/Porfolio.jpg” alt=”<?php bloginfo(‘name’); ?>/” />
<h1>“>” title=”<?php bloginfo(‘name’); ?>”>
</h1>
</div><div id=”B3″>
<img src=”images/Blog.jpg” alt=”<?php bloginfo(‘name’); ?>/” />
<h1>“>” title=”<?php bloginfo(‘name’); ?>”>
</h1>
</div><div id=”B4″>
<img src=”images/Pressed.jpg” alt=”<?php bloginfo(‘name’); ?>/” />
<h1>“>” title=”<?php bloginfo(‘name’); ?>”>
</h1>
</div><div id=”B5″>
<img src=”images/Shop.jpg” alt=”<?php bloginfo(‘name’); ?>/” />
<h1>“>” title=”<?php bloginfo(‘name’); ?>”>
</h1>
</div><div id=”B6″>
<img src=”images/Contact.jpg” alt=”<?php bloginfo(‘name’); ?>/” />
<h1>“>” title=”<?php bloginfo(‘name’); ?>”>
</h1>
</div>’I really need help cause ive been working on this for months and i need this up.
Thanks guysForum: Fixing WordPress
In reply to: “Broken theme” “template missing” help!esmi i am having the same problem
I am trying to upload a file through ftp server onto my file and it says the theme is broken…
i have:
style.css
header.php
footer.php
favicon.ico
images folder
index.php
comments.php
sidebar.php
page.php
single.php
searchform.php
search.php
404.php
archive.phpi think thats enough templates….could it be something within the codes?
Forum: Fixing WordPress
In reply to: Changing my narrowcolumn width sends sidebar to bottomI think what Moshi… (and I learnt this from just from what he wrote..
Is that the “wrapper” is the narrow and wide column combined. (Also the “Page”)
The Narrow is the Sidebar and the Wide is the Content (depending on what is larger)
Now if your Wrapper is 900px
… and you make the narrow 950px.You are by default the turning the “narrow” into “Wide” column and the remaining “10px” of sidebar is going to get pushed down cause there is no where to put it now.
Therefore what you have to change first is the “page” pixels.
I know this is late but I think thats the explaination… and Thank You Moshi.