My company’s website is going to be overhauled by me soon (not my normal job but I have enough basic knowledge of wordpress to get it to work) since the current design was by a company that no longer exists and it is not easy to update. As I was looking around the site files, I must have done something because now the website is showing up with just the raw data, no theme or css at all!!! Please help! Otherwise I am toast!
Here are (I believe) the only files that I have even touched but I don’t even think i changed anything!
index.php
[php]<?php get_header(); ?>
','
'); ?><?php the_title(); ?>
<div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div>
<div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
</div>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php endif; ?> <?php posts_nav_link(' &#8212; ', __('« Newer Posts'), __('Older Posts »')); ?>[/php]
header.php
[php]> ‘monthly’, ‘format’ => ‘link’)); ?> >
‘Top Menu’,‘container_id’=>‘topmenu’)); ?>[/php]
style.css
[php]/*
Theme Name: Parket Plants
Theme URI: http://getxposure.com/
Description: Souped Up Classic Theme, improved by GetXposure
Author: Computer Mike
Tags: green, white, two-columns, right-sidebar, flexible-width, sticky-post,
Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own.
*/
/Start Site Map Menu Styles/
h2.pagetitle {margin-left:134px;}
ul#menu-site-map-menu {padding:0;margin-left:134px;font-size:.8em;line-height:2em;list-style:none;}
ul#menu-site-map-menu li a {color:#666;text-decoration:none;}
ul#menu-site-map-menu li a:visited {color:#888;}
ul#menu-site-map-menu li a:hover {color:darkgreen;font-weight:bold;letter-spacing:-.25px;}
/search form/
form#searchform {
position: absolute;
right: 90px;
top: 70px;
}
.linklove a {display:none!important;}
/* start: homepage structure */
body#homepage{
margin: 0;
padding: 0;
background: url(graphics/bodybg.jpg);
}
#wrapper{
position: relative;
width: 1200px;
height: 100%;
overflow: hidden;
margin: 0 auto 0 auto;
}
#homepage_header{
width: 1200px;
height: 150px;
background: url(graphics/homepage_header.jpg);
}
/* NOTE: topmenu codes below */
#homepage_content{
width: 1200px;
height: 100%;
overflow: hidden;
min-height: 500px;
background: url(graphics/homepage_contentbg.jpg);
}
#hp_footer{
clear: both;
width: 1200px;
height: 50px;
background: black url(graphics/bodybg.jpg);
}
/* end: homepage structure */
/* start: header logins common to all pages */
#logo_home a{
position:absolute;
top: 18px;
left: 70px;
display: block;
width: 700px;
height: 130px;
text-decoration: none;
}
#right_home a{
position:absolute;
top: 30px;
left: 980px;
display: block;
width: 55px;
height: 30px;
text-decoration: none;
}
#login a{
position:absolute;
top: 30px;
left: 1045px;
display: block;
width: 67px;
height: 30px;
text-decoration: none;
}
/* end: header logins common to all pages */
/* start: regular structure */
body#regular{
margin: 0;
padding: 0;
background: white;
}
#wrapper{
position: relative;
width: 1200px;
height: 100%;
overflow: hidden;
margin: 0 auto 0 auto;
}
#header{
width: 1200px;
height: 150px;
background: url(graphics/header.jpg);
}
/* NOTE: Holiday Header is only for holiday page */
#holiday_header{
width: 1200px;
height: 150px;
background: url(graphics/holiday_header.jpg);
}
/* NOTE: topmenu codes below */
#content{
width: 1200px;
height: 100%;
overflow: hidden;
padding: 10px 0 10px 0;
min-height: 500px;
background: white;
font-size: 9pt;
font-family: arial;
color: #777;
}
#footer{
clear: both;
width: 1200px;
height: 50px;
background: white;
}
/* end: regular structure */
/* start: homepage_topmenu */
#homepage_topmenu{
width: 1200px;
height: 45px;
margin: 0;
padding:0;
background: url(graphics/homepage_bodybg.jpg);
position: relative;
}
#homepage_topmenu ul{
width: 1020px;
height: 23px;
margin: 0 auto 0 auto;
/* border: 1px solid white; /
list-style-type: none;
/ background: black; */
}
#homepage_topmenu ul li{
float: left;
}
#homepage_topmenu ul li a{
display: block;
height: 20px;
padding: 0 11px 0px 11px;
margin: 3px 15px 0 15px;
font-size: 16px;
font-family: arial;
font-weight: 400;
text-decoration: none;
/* background: black; */
color: white ;
}
/* end: homepage_topmenu */
/* topmenu */
#topmenu{
width: 1200px;
height: 45px;
margin: 0;
padding:0;
background: white;
position: relative;
}
#topmenu ul{
width: 1020px;
height: 23px;
margin: 0 auto 0 auto;
border: 1px solid black;
list-style-type: none;
background: white;
}
#topmenu ul li{
float: left;
}
#topmenu ul li a{
display: block;
height: 20px;
padding: 0px 11px 0px 11px;
margin: 3px 15px 0 15px;
font-size: 16px;
font-family: arial;
font-weight: 400;
text-decoration: none;
background: white;
color: black ;
}
/* end: topmenu */
/* start: footermenu */
#homepage_footermenu ul,
#footermenu ul{
position: absolute;
left: 290px;
width: 1020px;
height: 23px;
margin: 0 auto 0 auto;
list-style-type: none;
}
#homepage_footermenu ul li,
#footermenu ul li{
float: left;
}
#homepage_footermenu ul li a,
#footermenu ul li a{
margin: 3px 18px 0 18px;
font-size: 14px;
font-family: times;
font-weight: 400;
text-decoration: none;
font-family: arial;
color: #376e2a ;
}
/* end: footermenu */
/* start: anchor/link tags */
a.nodecoration{
text-decoration: none;
color: #777;
}
a.nodecoration:hover{
color: #000;
}
/* end: anchor/link tags */
/* start: various tags */
div.setleft,
div.setleftforvideo{
float: left;
width: 300px;
height: 169px;
margin: 0 10px 10px 0;
}
div.upper_headline_area{
width: 1060px; /* orig 1180px;/
height: 100%;
overflow: hidden;
padding: 10px 70px 10px 70px; / orig: padding: 10px; */
}
div.left_side{
float: left;
width: 350px; /* orig 630px /
height:100%;
overlow: hidden;
min-height:200px;
padding: 0 10px 10px 70px; / orig 0 10px 10px 10px */
}
div.right_side{
float: right;
width: 690px;
height:100%;
overflow: hidden;
padding: 0px 80px 10px 0;
}
.pagetitle,
.pagetitle a{
font-size: 28px;
font-family: Lucida;
font-weight: 300;
text-decoration: none;
color: #8f8f8f;
}
span.emphasis01{
font-size: 9pt;
font-weight: 700;
color: #000;
}
span.emphasis02{
font-size: 15pt;
font-weight: 400;
color: #000;
}
.headline01{
margin-top: 0;
font-size: 9pt;
font-weight: bold;
}
.headline02{
font-size: 24pt;
font-weight: 200;
font-family: times;
}
p iframe{
padding: 0 0 10px 15px;
}
div.press01{
font-size: 9pt;
font-style: italic;
color: #00b;
margin-bottom: 10px;
}
.testimonials01{
font-size: 9pt;
font-style: italic;
}
div.testimonials01{
width: 230px;
margin: 20px 70px 20px 50px;
}
div.testimonials_header{
font-size: 9pt;
font-style: italic;
margin: 20px 0 20px 10px;
}
ul.list01{
font-size: 9pt;
list-style-type: disk;
}
ul.list01 li{
font-weight: 400;
}
/* end: various tags */
/* start: table codes */
iframe{
margin: 0 auto 0 auto;
}
table.rightsidephotos{
width: 660px;
border-collapse: collapse;
margin: 0 auto 0 auto;
}
table.rightsidephotos td{
width: 320px;
padding: 0px;
padding-bottom: 10px;
vertical-align: top;
font-family: arial;
font-size: 11px;
font-weight: 400;
}
table.header{
width: 1060px;
margin: 0 auto 0 auto;
border-collapse: collapse;
}
table.header td.topcell{
width: 550px;
padding: 0 30px 10px 3px;
font-size: 12px;
font-weight: 300;
}
table.header td.bottomcell{
width: 550px;
padding: 0 30px 10px 3px;
font-size: 24pt;
font-weight: 200;
font-family: times;
vertical-align: top;
}
table.header td.testimonial{
width: 250px;
font-size: 12px;
font-style: italic;
padding: 0 100px 10px 100px;
vertical-align: top;
}
/* end: table codes */
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
background: #fff;
border: 1px solid #333;
padding: .2em;
}
#commentform textarea {
width: 100%;
}
#commentlist li ul {
border-left: 1px solid #ddd;
font-size: 110%;
list-style-type: none;
}
#commentlist li .avatar {
float: right;
margin-right: 25px;
border: 1px dotted #ccc;
padding: 2px;
}
/* start: sidebar codes */
.sidebar {
background: #fff;
top: 0;
width: 11em;
}
.sidebar form {
margin: 0 0 0 13px;
}
.sidebar input#s {
width: 80%;
background: #eee;
border: 1px solid #999;
color: #000;
}
.sidebar ul {
color: #ccc;
font-weight: bold;
list-style-type: none;
margin: 0;
padding-left: 3px;
text-transform: lowercase;
}
.sidebar ul li {
font: italic normal 110% ‘Times New Roman’, Times, serif;
letter-spacing: 0.1em;
margin-top: 10px;
padding-bottom: 2px; /border-bottom: dotted 1px #ccc;/
}
.sidebar ul ul {
font-variant: normal;
font-weight: normal;
line-height: 100%;
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
}
.sidebar ul ul li {
border: 0;
font: normal normal 12px/115% ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
letter-spacing: 0;
margin-top: 0;
padding: 0;
padding-left: 12px;
}
/* end: sidebar codes */
#wp-calendar {
border: 1px solid #ddd;
empty-cells: show;
font-size: 14px;
margin: 0;
width: 90%;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
text-decoration: none;
}
#wp-calendar a:hover {
background: #e0e6e0;
color: #333;
}
#wp-calendar caption {
color: #999;
font-size: 16px;
text-align: left;
}
#wp-calendar td {
color: #ccc;
font: normal 12px ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}
#wp-calendar td.pad:hover {
background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
background: #eee;
color: #bbb;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions & aligment */
[/php]
PLEASE PLEASE PLEASE! Any help or insight is hugely appreciated