thisisedie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Image disappearsWait, wait, wait! I’m playing around with your code on my comp and when I removed this:
<!–#header { background: url(‘http://incka.se/wp-content/themes/Speakr/images/header-img.php?upper=6F6F6F&lower=000000’) no-repeat bottom center; }
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #FF33CC; }
–>the header popped right in.
Forum: Themes and Templates
In reply to: Image disappearsI can’t pinpoint exactly what’s causing the header pic to not show. There’s obviously some small change between the domain and subdomain themes. I’d suggest just copying the one from the sub into the main and then it should be exactly the same… unless you’ve hardcoded links instead of using tags?
Forum: Themes and Templates
In reply to: Image disappearsGosh that doesn’t make sense. If it works on the subdomain it should work on the main domain. Did you copy the theme over exactly as it is on the subdomain? Just copy and paste?
Forum: Themes and Templates
In reply to: Image disappearsIn your stylesheet, you have the header image of the main domain linked to the one on the subdomain:
background: #BED132 url(“http://incka.se/lekplats/wp-content/themes/Speakr/images/bg-header.gif”) top center;
Try linking to the one in the main directory like you have it for the subdomain:
background: #BED132 url(“images/bg-header.gif”) top center;
I hope I’m making sense.
Forum: Themes and Templates
In reply to: Image disappearsOkay I’ll take a look 🙂
Forum: Themes and Templates
In reply to: Can’t Install ThemeIf you went through the steps that Anonymous did, then you did it wrong.
2) Went to file manager and selected wp-content
3) uploaded the theme into the directory
4) extracted themeAccording to this, he/she uploaded the theme to wp-content not wp-content/themes AND they extracted the theme on the server which would also have made the theme nested (AKA — wp-content/themes/themename/themename). Are your themes uploaded to wp-content/themes and are you sure they aren’t nested?
Forum: Themes and Templates
In reply to: Image disappearsWhat’s the address to the “real” blog with this theme activated? Doesn’t do any good to see the one that DOES work, heh 😉
Forum: Everything else WordPress
In reply to: New plugin errorSo if I understand correctly — you wrote a plugin, it messes up Visual/HTML, and you want us to help you fix the code without actually seeing the code?
Forum: Installing WordPress
In reply to: unable to connect to the server..Let me try to explain again….
When you have a blog at .com you CAN NOT upload anything. Themes, plugins, etc. And you CAN NOT run PHP scripts. You use what they offer. Stats plugin? You’ve seen that because I believe .com offers akismet. You can use the plugins/themes they offer and that is all.
Forum: Installing WordPress
In reply to: unable to connect to the server..I have learnt on the internet that we can upload to plugins to wordpress.org..and run php files from there on the blog
Where did you read this? You CAN NOT upload anything to wordpress.org.
Forum: Installing WordPress
In reply to: unable to connect to the server..PS: These forums are not for people with blogs at .com. They’re for people hosting their own. You want to be here:
http://en.forums.wordpress.com/
However, again, you can’t upload anything at .com so they won’t be able to help you with this particular issue.
Forum: Installing WordPress
In reply to: unable to connect to the server..That is NOT your website address. Your website address is http://myopencv.wordpress.COM. When you have a blog at wordpress.com you can’t upload plugins or themes. You have to make due with what they offer. If you want to have complete control of your WordPress blog you need to purchase hosting somewhere, download WP using the link in the top right corner of this page, and install it yourself.
Forum: Installing WordPress
In reply to: unable to connect to the server..I’ve never heard of such a thing. You upload the plugins to the plugins folder on YOUR website.
Do you have a self hosted blog or (I rather suspect) a blog at wordpress.com? What’s your website address?
Forum: Installing WordPress
In reply to: unable to connect to the server..Do don’t connect to wordpress.org. You connect to your website where you have wordpress installed.
Forum: Fixing WordPress
In reply to: small textis there any program out there that automatically fixes html errors?
Nope. You gotta do it yourself.