Header with banner background help Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Header with banner background help

    avatar
    CruizingComet
    Forumember


    Posts : 157
    Reputation : 1
    Language : English

    In progress Header with banner background help

    Post by CruizingComet Sat Sep 20, 2014 3:01 am

    Hello

    We have just added a new banner to our site

    Header with banner background help 357pysi

    Our question is the text beside the banner:

    1) is this used by search engines? 

    2) if it is required, then can it be made invisible so the text is still there but not visible on the forum?
       (so search engines can still read it, but its not actually visible if this makes sense?)

    3) How can the banner background colour be changed to white if required? 
       (Ive tried in the admin panel but it only changes the colour of have the header background instead of completly)

    4) is there a way for our banner image to auto resize? 
       (when viewed on some smaller screens it protrudes past the header background)

    We are using v Phbb3

    Thanks for your time Very Happy
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: Header with banner background help

    Post by SLGray Sat Sep 20, 2014 4:17 am

    1 & 2:  Is not that your forum's title and description?  If you use a banner, you can remove them.
    AP > Display > Homepage > Generalities
    Display Forum Title:  No

    Search engines indexes anything that guests can see on your forum.

    3.  We need your forum's link.



    Header with banner background help Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    CruizingComet
    Forumember


    Posts : 157
    Reputation : 1
    Language : English

    In progress Re: Header with banner background help

    Post by CruizingComet Sat Sep 20, 2014 4:48 am

    SLGray wrote:1 & 2:  Is not that your forum's title and description?  If you use a banner, you can remove them.
    AP > Display > Homepage > Generalities
    Display Forum Title:  No

    Search engines indexes anything that guests can see on your forum.

    3.  We need your forum's link.

    Yes its our Forums Title and desription exactly, thats why we didnt want to remove it... but it looks messy with the banner.

    We dont want to remove it if it affects search engines indexing our forum - Link: http://www.autosleeper-ownersforum.com/

    Thats why we wondered if there was a way to leave the title and description in place but either make it appear invisible by changing the background colour to white or some other way? The search engines will still read it wouldnt they if the text is still there?

    Kind Thanks
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: Header with banner background help

    Post by SLGray Sat Sep 20, 2014 4:53 am

    How about moving the banner to the center and moving the title and description below the banner?



    Header with banner background help Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    CruizingComet
    Forumember


    Posts : 157
    Reputation : 1
    Language : English

    In progress Re: Header with banner background help

    Post by CruizingComet Sat Sep 20, 2014 4:56 am

    SLGray wrote:How about moving the banner to the center and moving the title and description below the banner?

    Thats how it was intialy, We'll change it back again, but we still feel it looks messy Sad
    Ramdaman
    Ramdaman
    Active Poster


    Male Posts : 1590
    Reputation : 99
    Language : English, Albanian, Macedonian, Russian | HTML, CSS
    Location : New York City

    In progress Re: Header with banner background help

    Post by Ramdaman Sat Sep 20, 2014 8:04 am

    You still have the option to disable it.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: Header with banner background help

    Post by SLGray Sat Sep 20, 2014 1:03 pm

    Check your CSS for this:
    Code:
    .headerbar {
        background-color: #12A3EB;
        background-image: url('http://2img.net/i/fa/prosilver/bg_header.gif');
        background-repeat: repeat-x;
        margin-bottom: 4px;
        padding: 0px 5px;
    }
    The background-color only covers the bottom part.  The background-image covers a small part of the top.



    Header with banner background help Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.