Hi giova_kde
I would get the footer bar of the theme (above) and a photo of me
You want to change the background image of a footer to your site suitably ?
Step 1:
Please Open Raindrops options page
Dashboard Menu appearance / raindrops options
Step 2:
Image Upload
Select Upload image.
Purpose: select footer image
box height: input your footer image height
And Submit
Stpe 3:
click current footer image link( uploader bottom )
Please check whether the uploaded picture is displayed.
And Click Save.
Note:Upload of a header image already thinks that it cannot use by your customization.
Thank you.
Thank you for the answer but I do not think I was clear in the request.
I would leave the header image where it is now, but at the same time, find the gray bar of the theme above the image (like the one that is at the bottom of the page) which is now miraculously disappeared.
I hope I was more clear.
thanks
find the gray bar of the theme above the image
Can it be checked now at your site?
Can I have a result of fault offered by a screen shot?
which is now miraculously disappeared.
If the state where there is fault is unreproducible, I cannot consider a measure.
If you please, please reproduce a bad state.
Thank you
The website link you find above, in the first post
Is this gray border pointed out?
http://www.tenman.info/wp3/raindrops/files/gray-border.png
Please write yes or other.
If I have you write in, the solution of the portion will be explained.
I am referring to the bar which is below, see attached image, and it should be, closer, even above.
Thank you.
Step 1:
Please Open Raindrops options page
Dashboard Menu appearance / raindrops options
Step 2:
Footer background image
text field value change from footer.png to blank( no input value )
click save
Is OK?
I followed the directions. Inserts the title bar disappears but the picture … No you can have both?
updated raindrops-item-header-style-norepeat-top-0-left-800-x-height-10-footer.png successfully.
May I think that this problem was solved?
No. Inserts the title bar but disappears the picture as you can see at link above.
I’m sorry. I put the homepage to the situation with the photo…
Please open header.php
line:32 comment out
//echo raindrops_site_title( );
line:39 comment
//echo raindrops_site_description( );
line: maybe 70
<?php
if ( $raindrops_link_unique_text == true ) {
echo raindrops_header_image( 'elements' );
}else{
echo raindrops_header_image( 'home_url' );
}
?>
change below
<div class="yui-ge">
<div class="yui-u first">
<?php echo raindrops_site_title( ); ?>
</div>
<div class="yui-u">
<?php
if ( $raindrops_link_unique_text == true ) {
echo raindrops_header_image( 'elements' );
}else{
echo raindrops_header_image( 'home_url' );
}
?>
</div>
</div>
Next Dashboard Appearance / header
Upload: your photo.
Push button ‘Skip Cropping,Publish Image as Is’
Header Text: check off
Save Changes
style.css add to below style rules last line.
#top .first #site-title{
margin-left:1em;
}
Is OK?