Confused?!

In here:

/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/
 
It wouldn't be located in the index.php. As i said before, it would be located in the header file as it has to be loaded on every pageload not just when you load the index page.
 
Login into your WP ACP > Appearance > Editor > Header (header.php).

Then do what I said before. 🙂
 
In 'header.php'

all i can find to do with style sheet is

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
 
Yeah, since you're probably not going to move files around or change the name of files and folders, just replace that with what I said before.

Since I can't find the php file with all the variables, that would have to be the best option.

Note, it doesn't affect anything if you change it.
 
My different website zavle.host22.com is cureently having major style.css probs. error is here I THINK.

<link type="text/css" rel="stylesheet" media="screen" href="<?php bloginfo('http://www.zavle.host22.com/blog/wp-content/themes/themeforestCLEANO/Theme/style.css'); ?>" /> <!-- The Websites CSS file. Keep in mind that you have to change this line if you rename or move the CSS file. -->
<?php $cs_style = (get_option('cs_style')) ? get_option('cs_style') : 'blue';?>
<link type="text/css" rel="stylesheet" media="screen" href="<?php bloginfo('http://www.zavle.host22.com/blog/wp-content/themes/themeforestCLEANO'); ?>/<?php echo $cs_style; ?>.css" /> <!-- The Lightboxs CSS file. Keep in mind that you have to change this line if you rename or move the CSS file. -->
<link type="text/css" rel="stylesheet" media="screen" href="<?php bloginfo('http://www.zavle.host22.com/blog/wp-content/themes/themeforestCLEANO'); ?>/slimbox/css/slimbox.css" /> <!-- The Lightboxs CSS file. Keep in mind that you have to change this line if you rename or move the CSS file. -->
<?php $cs_favicon = (get_option('cs_favicon')) ? get_option('cs_favicon') : get_bloginfo('template_url').'/favicon.ico';?
 
viewsource said:
<link type="text/css" rel="stylesheet" media="screen" href="Zavl" /> <!-- The Websites CSS file. Keep in mind that you have to change this line if you rename or move the CSS file. -->
<link type="text/css" rel="stylesheet" media="screen" href="Zavle/green.css" /> <!-- The Lightboxs CSS file. Keep in mind that you have to change this line if you rename or move the CSS file. -->
<link type="text/css" rel="stylesheet" media="screen" href="Zavle/slimbox/css/slimbox.css" /> <!-- The Lightboxs CSS file. Keep in mind that you have to change this line if you rename or move the CSS file. -->
All the links to the css files are broken.
 
Oh dear :/.

I think I might aswell reupload the whole of wordpress and theme?
 
Just re-upload the theme. By default the style should link perfectly to the CSS files when you upload them.
 
Hey Fowler,

I started from scratch again! successfully uploaded Wordpress and now uploading my template but it is saying that the stylesheet is missing when I try to install it.

SITE: http://blogit.freeiz.com/
 
It must be a bad style then. Usually when you upload a theme, the paths are usually correct to the stylesheet(s). Try a different style and it will probably work.
 
I have to stick to this one style.

It's a style I bought a few months back. I'm not sure how I got this theme working last time 😛
 
Back
Top Bottom