EnnisP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to add a new image to headerThanks stvwlf for your response. You are the first person to respond to any of my queries on this forum. I was actually quite surprised and the information you gave was VERY helpful. I can’t thank you enough and I would be glad to pay for the info. My blog header is looking much better although I do need to tweek it a bit more as per the following two questions…
One, the image is not adjacent to the left side of the header. Is there a way I can move it over and still keep the blog name centered in the image? In other words, I don’t want to move the title over to the side also but would like to have it centered.
And, two, I was hoping to move the blog name down over the dark (lower part) of the image so it would show up better. Is there a way to move it lower?
If you can help me with these I will be most grateful.
EnnisForum: Themes and Templates
In reply to: Revolution ThemeHello 4K,
I am struggling with the same problem, I can’t install an image on the left side of the Revolution Code Blue theme.http://nowthinkaboutit.com/I removed the following code from my header.php file:
<div class=”headerleft”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<?php bloginfo(‘description’); ?>
</div>And replaced it with the above referenced code:
<div class=”headerleft”>
/”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.gif” alt=”<?php bloginfo(‘name’); ?>” />
</div>As you can see from my page the name is now missing and there is no image.
Before doing this I did re-size the image and upload it to my server. I also added the second line (the bold line) in the following portion of my style.css file.
.headerleft {
background: url(images/nashville.gif) top left no-repeat;
width: 470px;
float: left;
margin: 0px;
padding: 0px;
overflow: hidden;
}Can you help me straighten this out?
EnnisForum: Themes and Templates
In reply to: Error message updating functions.php fileThe above problem started when I began trying install a new header on the default theme. I uploaded the new image and just changed the name of the file to kubrickheader.jpg. It worked but the image was still overshadowed by the default header. I messed with some of the script in the functions.php file to see if it would change anything but instead got the following error message:
Parse error: syntax error, unexpected ‘}’ in /home/nowth3/public_html/wp-content/themes/default/functions.php on line 26
Unfortunately, line 26 doesn’t have a ‘}’ so don’t know what to do. I did repaste all code as I originally found it but that didn’t work.
Now I can’t even access my web page http://nowthinkaboutit.com
Can anyone please give me direction on what to do next? PLEASE