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.
The forum of the forums
4 posters

    How to get rid of bar at bottom/jump to forum bar

    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved How to get rid of bar at bottom/jump to forum bar

    Post by Mr. Eddster March 1st 2012, 10:30 pm

    Hey I've got a couple of screenshots here that I need help with:

    1. There has to be a way I can rid of that ugly thing at the bottom, right? It does not fit well with the site and its quite distracting. Is there a CSS thing that I can edit to get rid of it, and put it to the background I have (the hockey board)?

    How to get rid of bar at bottom/jump to forum bar Htt13

    2. This "jump to forum" bar is not needed while editing our signatures, and it screws up the page because it's over the width it needs to be. How do I get rid of it?

    How to get rid of bar at bottom/jump to forum bar Htt_212


    Last edited by FLYERSROCK! on March 1st 2012, 10:36 pm; edited 1 time in total
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by MrMario March 1st 2012, 10:34 pm

    Hello,

    Please change your title that is realted to your issue/question, so that others can find their issue using the search option.
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by Mr. Eddster March 1st 2012, 10:39 pm

    MrMario wrote:Hello,

    Please change your title that is realted to your issue/question, so that others can find their issue using the search option.

    Sorry Mr. Mario, fixed it.Smile
    avatar
    Guest
    Guest


    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by Guest March 2nd 2012, 11:28 am

    Hi!

    1. I think that is a copyright image, so please do not delete it.

    2. Add to CSS Stylesheet:
    Code:
    form#qjump{
    display: none !important;
    }
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by Mr. Eddster March 2nd 2012, 10:06 pm

    Coddy wrote:Hi!

    1. I think that is a copyright image, so please do not delete it.

    2. Add to CSS Stylesheet:
    Code:
    form#qjump{
    display: none !important;
    }
    the bar is still there. :/
    avatar
    Guest
    Guest


    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by Guest March 3rd 2012, 8:29 am

    Can you post your forum url? Smile
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by Sanket March 3rd 2012, 8:34 am

    Add this to your css & see if it works.
    Code:
    #qjump {
    display:none !important;
    }
    If this does not work, please do as Coddy said.
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by Mr. Eddster March 3rd 2012, 7:05 pm

    It didn't work. :/

    Here's the link: http://hankthetank.canadian-forum.com/

    Thing is you cant access your profile as a guest, so I will PM you an alt Admin account.
    avatar
    Vanilla990
    Forumember


    Male Posts : 69
    Reputation : 7
    Language : English
    Location : England

    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by Vanilla990 March 3rd 2012, 9:42 pm

    hmm...The bar at the bottom on the homepage I'm a little confused with. I managed to find the image link but I can't find out which part of the css it's linked to.

    Try seeing if you have this image somewhere in your custom css code:

    http://www.dodaj.rs/f/3x/Ep/3N4QEmGJ/1/foot.png

    If you do, try removing the line from css code and see if it fixes the problem.
    Mr. Eddster
    Mr. Eddster
    Forumember


    Male Posts : 382
    Reputation : 7
    Language : English

    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by Mr. Eddster March 3rd 2012, 10:21 pm

    Vanilla990 wrote:hmm...The bar at the bottom on the homepage I'm a little confused with. I managed to find the image link but I can't find out which part of the css it's linked to.

    Try seeing if you have this image somewhere in your custom css code:

    http://www.dodaj.rs/f/3x/Ep/3N4QEmGJ/1/foot.png

    If you do, try removing the line from css code and see if it fixes the problem.

    Ahh yes that worked, thank you!Very Happy
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Solved Re: How to get rid of bar at bottom/jump to forum bar

    Post by MrMario March 3rd 2012, 10:56 pm

    Topic Solved & Locked

      Current date/time is September 23rd 2024, 3:21 am