Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

Van2shout or toolbar bug? How to fix?

2

Comments

  • fixed, i deleted the point :=)

  • edited March 2013

    I still don't see the code you say you pasted try this one next
    I just don't see it. Make sure you changed back whatever you did to the main style sheet.

    #Menu {width: 980px!important;}
    
    
  • you made a mistake here look at the width, what does it say ?????!!!! it should say 980px ffs!!

    
    
     ul#Menu{
        display: inline-block;
        margin-right: 280px;
        vertical-align: bottom;
        width: 250px;
        }
        #Body {
        width: 980px;
        text-align: left;
        margin: 40px auto 90px;
        }
    
    
  • KonquetKonquet ✭✭
    edited March 2013

    ehmmm i think u said 250px but is ok...i change to 980px :S

    that does not look like van2shout that looks like the problem you need to make that 250px wide also you need that line I gave you in the beginning>

    Maybe i wrong translated..

    And style.css is ok, i restore the change values.

  • edited March 2013

    I was talking about the chatbox you had on there before. you asked why 250px for the chat box I said because the panel<<< is 250px the panel is not the menu is it ?

    I also said copy the code I gave you exactly as I wrote it. You did not do that you changed it to 250px. This has nothing to do with translation or language barriers it has to do with not following instructions ....I explained the same thing in both languages I don't know what else to do.... I need a break

  • Ok i can understand you, sorry for that. I go to sleep now, so tomorrow more and again thanks for you time.

  • Hi, again!

    I try to fix this again.. i change Danca Theme to Noise theme (i really like this theme) and have the same problem O.o

    Maybe this problem not is for theme and is from Van2shout?

    I active Members list enhaced or other pluging with butons in header and chatbox is buged ><U

    well, i surrender to fix this soon :(

  • the problem is with the #Head , it has position:fixed in the code and that is the problem. Both of those themes are nearly identical . So you did not change much.

  • @vrijvlinder when i use firebug in the #header drop this for me :

    Menu {
       width: 960px;
       margin: 0 auto;
       position: relative;
       text-align: left;
       vertical-align: bottom; 

    that is the item, i need change? i dont like touch in bad lines :=)

  • Ok i found it! maybe i know now what is the problem.

    #Head {
       background: url('images/hbackground.png'); /*Dark stripes by Stefan Aleksic: http://www.facebook.com/stefanaleksic88*/
       padding: 0;
       border-bottom: 1px solid #252525;
       -moz-box-shadow: 0 0 6px #444;
       -webkit-box-shadow: 0 0 6px#444;
       box-shadow: 0 0 6px #444;
       margin-top: -52px;
       position: fixed;
       z-index: 1000;
       width: 100%; 

    See margin top. Is -52. I change to 0 and now Header is more donw lol. I change again to -70 and now header is out of screem! haha.

    is a margin top and width problem yeah!

  • edited March 2013

    no, you need to remove position:fixed and set margin to margin-top:0;

  • well i fixed the header, but Van2shout is buged anyway :/

    this bug, makes me want to jump out my window!! Shit ><

  • Konquet said:
    Van2shout is buged anyway

    how so?

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • @vrijvlinder for you:

  • peregrineperegrine MVP
    edited March 2013

    @whu606 said:
    vrijvlinder for you:

    would that be one saint with patience speaking to another saint with patience.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • yeah, yeah, i know this girl have really good patience with me, is true.

    I just try to fix this... and maybe learn a bit. Not is the best way to learn but is my unique way to learn for now.

    For this, i said so much times, thanks to @vrijvlinder never can pay this help and not only to me!

  • yea it's a good thing I can't reach out through my screen and strangle someone..sometimes :+0

  • KonquetKonquet ✭✭
    edited March 2013

    Fucking shit spammer this guys! Pls deleted this! I lost my iternet connection when press "send post" :D:D:D::D:D:D

Sign In or Register to comment.