• Resolved giova_kde

    (@giova_kde)


    In my site, still under maintenance (https://www.studisemeriani.it/), I would get the footer bar of the theme (above) and a photo of me with the title of the site (below) but I can not. Or put the footer bar and a picture of long any page or insert the photo with the title but not the bar appears footer. There is the possibility of having both options?

Viewing 15 replies - 1 through 15 (of 38 total)
  • Theme Author nobita

    (@nobita)

    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.

    Thread Starter giova_kde

    (@giova_kde)

    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

    Theme Author nobita

    (@nobita)

    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

    Thread Starter giova_kde

    (@giova_kde)

    The website link you find above, in the first post

    Theme Author nobita

    (@nobita)

    Is this gray border pointed out?

    https://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.

    Thread Starter giova_kde

    (@giova_kde)

    I am referring to the bar which is below, see attached image, and it should be, closer, even above.
    Thank you.

    Thread Starter giova_kde

    (@giova_kde)

    Theme Author nobita

    (@nobita)

    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?

    Thread Starter giova_kde

    (@giova_kde)

    I followed the directions. Inserts the title bar disappears but the picture … No you can have both?

    Thread Starter giova_kde

    (@giova_kde)

    updated raindrops-item-header-style-norepeat-top-0-left-800-x-height-10-footer.png successfully.

    Theme Author nobita

    (@nobita)

    May I think that this problem was solved?

    Thread Starter giova_kde

    (@giova_kde)

    No. Inserts the title bar but disappears the picture as you can see at link above.

    Thread Starter giova_kde

    (@giova_kde)

    I’m sorry. I put the homepage to the situation with the photo…

    Thread Starter giova_kde

    (@giova_kde)

    Theme Author nobita

    (@nobita)

    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?

Viewing 15 replies - 1 through 15 (of 38 total)
  • The topic ‘Header Image Size ed position’ is closed to new replies.