thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can see my website but no one else can?????I can see the site AND the content.
Forum: Fixing WordPress
In reply to: how can I email the amin of any blog?I’m sure there is a link I can type into the blog…
I have no idea what you mean by that. At any rate… if someone doesn’t post their email on their site, in general, that means they don’t want to be contacted through email.
I have recieved emails from people before from my blog but don’t know how they do it.
If you don’t have your email posted, perhaps there’s a catchall that sends mail sent to your domain to your main email address. In other words — someone could send an email to anything@yourdomain.com and you’d get it.
Why not just post a comment saying you’d like to review their blog and to contact you if they’re interested?
Forum: Fixing WordPress
In reply to: small textNo I haven’t heard of it. If you think it will work why don’t you try it instead of asking us if you should? Since of course you would back up your theme first, it can’t hurt anything.
Forum: Themes and Templates
In reply to: Image disappearsI think it has something to do with one of the core files in your main domain install. See this in your header.php?
<?php wp_head(); ?>That calls data from for one at least, general-template.php in wp-includes. I don’t know how the code would have gotten there but you might try looking there.
Or else I’ll maybe find another theme.
Except it’s not the theme. The code causing the problem is not in the actual header.php file. As I said, I think it’s being pulled in from somewhere else.
Forum: Themes and Templates
In reply to: Image disappearsI’ve gotta go to bed. It’s 3AM and I gotta work tomorrow and there’s a heck of a storm going on and my lights are flickering. I’ll be back tomorrow night though if you haven’t gotten it figured out 🙂
Forum: Themes and Templates
In reply to: Image disappearsI don’t understand why it’s doing it on the main but not the sub 😐 Do you have any plugins activated on the main domain that you don’t the sub?
Forum: Themes and Templates
In reply to: Image disappearsOhhhh! The
<?php wp_head(); ?>is pulling it in I bet! I’m not sure where you’d search for that. Does your theme have a functions.php? Try looking there.Forum: Themes and Templates
In reply to: Image disappearsI don’t see this:
<link rel="stylesheet" href="http://incka.se/wp-content/plugins/lazy-k-gallery/lazy-k-gallery.css" type="text/css" media="screen" />in the code you posted either but it’s in the source. VERY weird. I like to blame this kinda thing on computer gremlins, heh.
Forum: Themes and Templates
In reply to: Image disappearsSO weird. Look at this screenshot I took of your source. The highlighted part is what needs to go:
But as you said it’s not in the header. And you’re sure the code you posted is from the header on the main domain and not on the subdomain. Because IT doesn’t contain the code.
Thanx for helping me!
You bet. I love figuring this kinda stuff out 🙂
Forum: Themes and Templates
In reply to: Image disappearsCan you post the code for the header.php here? Make sure it’s the one you have uploaded to the main domain because the one on the subdomain doesn’t have it.
PS: Nevermind about the closing style tag if you saw that. I goofed 😉
Forum: Themes and Templates
In reply to: Image disappearsAre you editing in notepad? Do ctrl and F to pull up a search box and then copy and paste:
<!--#headerto find it.
Forum: Themes and Templates
In reply to: Image disappearsLook in the header.php of your theme. You’ll find the code there.
<!--#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; } -->Forum: Themes and Templates
In reply to: Image disappearsI don’t know why it’s there but since it’s quoted out it can’t hurt to remove it and if you look you’ll see that it’s not there on the subdomain which works.
Forum: Themes and Templates
In reply to: Image disappearsThat would be in the header.php I believe.
Forum: Themes and Templates
In reply to: Image disappearsSee my last post. That’ll fix it…
Wait, 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 image popped right in.