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
3 posters

    Help: text on header

    MissUrsh
    MissUrsh
    Forumember


    Female Posts : 130
    Reputation : 11
    Language : English

    Solved Help: text on header

    Post by MissUrsh July 13th 2013, 12:52 am

    Hello everybody! Smile
    I have a little problem. Sad  I want to put text on header, but I don't know the code.
    Everything should look like this: http://wolfsbanemoonfall.forumsl.net/

    Look on the header of the forum - that text in white. What is the code? Thank you so much for your help! huhohi


    Last edited by MissUrsh on July 13th 2013, 1:53 am; edited 1 time in total
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Help: text on header

    Post by levy July 13th 2013, 12:54 am

    You talk about "wolfsbane and moonfall" text area ?
    MissUrsh
    MissUrsh
    Forumember


    Female Posts : 130
    Reputation : 11
    Language : English

    Solved Re: Help: text on header

    Post by MissUrsh July 13th 2013, 12:57 am

    Help: text on header Area
    yes Smile
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Help: text on header

    Post by levy July 13th 2013, 1:01 am

    Add in Administration Panel -> Display -> Generalities :
    Code:

    <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
    <div class="contenth2"><table cellspacing="0" cellpadding="0"><tbody><tr><td valign="top"><div class="acheader"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #466e6b ; padding-top: 5px;"> wolfsbane and moonfall</div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px; border-bottom: 5px solid #94bdba;"> just read all important stuff and enjoy in the beacon hills.</div></center><br><div style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">the forum <i>( wolfsbane and moonfall )</i> it's made on the teen wolf serie. we are in year 2013 in mystic town called <i>beacon hills</i> in california. only supernatural creatures here are werewolves and others humans and hunters. it's your choice on which side you'll be. this rpg forum is really easy so you can enjoy but please read rules, plots and other stuff first. <br> </div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> credits - skin je last neje | allison |. OPISI ZA CANON LIKE OZ. DRUŽINE SO NASTALI IZ POD ROK NAŠIH ADMIN, ZATO VAS PROSIMO DA BREZ PREDHODNEGA DOGOVORA Z ADMINISTRATORKAMI, LE TEH NE KOPIRATE NA DRUGE FORUM ALI PA SE IZDAJATE DA SO VAŠI. VSE TEME IN PRISPEVKI TER OPISI LIKOV PA PRIPADAJO NAŠIM ČLANOM. </div></div> </td><td valign="top"><div style="width: 200px; height: 210px; background-color: #fff; margin-left: 10px;"><table cellspacing="6" cellpadding="0"><tbody><tr><td valign="top"><center> <table cellpadding="0" cellspacing="1" border="0" width="40%"><tbody><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr></tbody></table> </center><br><div style="line-height: 85%"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #639696 ; padding-top: 5px;"> updates</div></center><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> → date here  </div><br><div style="font-family: calibri; font-size: 8px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">what's new here!</div></div></td></tr></tbody></table></div></td></tr></tbody></table></div>

    and that in your Administration Panel -> Dispaly -> Colors ->CSS

    Code:
    #header .contenth2 {
    position: absolute;
    left: 25px;
    top: 65px;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    o-transition: 1s all ease-in-out;
    opacity: 0.1;
    }


    #header .contenth2 {
    position: absolute;
    left: 25px;
    top: 65px;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    o-transition: 1s all ease-in-out;
    opacity: 0.1;
    }
    div {
    line-height: 90%;
    letter-spacing: 1px;
    }
    user agent stylesheetdiv {
    display: block;
    }
    Pseudo ::-webkit-scrollbar element
    ::-webkit-scrollbar {
    background: #2E2D2B;
    width: 10px;
    }
    Pseudo ::-webkit-file-upload-button element
    ::-webkit-scrollbar-thumb {
    background: #6E5C34;
    width: 10px;
    }
    Pseudo ::-webkit-search-decoration element
    ::-webkit-scrollbar-corner {
    background: #6E5C34;
    }
    Inherited from div#header
    div {
    line-height: 90%;
    letter-spacing: 1px;
    }
    Inherited from td.borders
    p, td, th {
    font-family: calibri;
    }
    Inherited from table
    user agent stylesheettable {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    }
    Inherited from td.bodyline
    p, td, th {
    font-family: calibri;
    }
    Inherited from table.bodylinewidth
    user agent stylesheettable {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    }

    .acheader {
    width: 350px;
    height: 200px;
    background-color: #fff;
    padding: 10px;
    text-align: justify;
    font-family: vani;
    font-size: 10px;
    line-height: 100%;
    color: #adadad;
    overflow: auto;
    }

    .links2 {
    height: 20px;
    width: 100px;
    background-color: #bfc4c4;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    font-family: calibri;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: -5px;
    transition: all 0.9s linear;
    -moz-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    -webkit-transition: all 0.9s linear;
    }

    Isn't tested , ,if you have problems just say Very Happy
    MissUrsh
    MissUrsh
    Forumember


    Female Posts : 130
    Reputation : 11
    Language : English

    Solved Re: Help: text on header

    Post by MissUrsh July 13th 2013, 1:06 am

    This actually worked, but everything is here:
    Help: text on header Dr1
    So everything has to go on logo (header), and it will worked. We just have to figure out how to put in on header. Do you maybe know what is the problem? Smile
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Help: text on header

    Post by levy July 13th 2013, 1:07 am

    Please give me your forum url .
    MissUrsh
    MissUrsh
    Forumember


    Female Posts : 130
    Reputation : 11
    Language : English

    Solved Re: Help: text on header

    Post by MissUrsh July 13th 2013, 1:13 am

    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Help: text on header

    Post by levy July 13th 2013, 1:18 am

    Code:
    .contenth2{
    position: absolute;
    right: 80px;
    top: 100px;
    }

    This in your CSS
    MissUrsh
    MissUrsh
    Forumember


    Female Posts : 130
    Reputation : 11
    Language : English

    Solved Re: Help: text on header

    Post by MissUrsh July 13th 2013, 1:22 am

    It works Smile Now everything is on the left:
    Help: text on header Dd2

    Maybe, I will figure it out by myself, but If you are so nice, you can help he Very Happy
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Help: text on header

    Post by levy July 13th 2013, 1:25 am

    sure , you need only to play with this

    Code:
    .contenth2{
    position: absolute;
    right: 120px;
    top: 100px;
    }

    If you don't like how is now , replace only the "120px" with new pixels , like "200px" also , you need to have at end ;
    MissUrsh
    MissUrsh
    Forumember


    Female Posts : 130
    Reputation : 11
    Language : English

    Solved Re: Help: text on header

    Post by MissUrsh July 13th 2013, 1:29 am

    Shame on me that I didn't figure this out by myself! Very Happy
    well, and i found out more: i can see this text area only on index. when i'm in topics, i can not see it. is there anything to make it seen in topics too or not?

    And I have to thank you now already, you saved me haha Razz
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Help: text on header

    Post by levy July 13th 2013, 1:35 am

    Remove the text from your Generalities and create a new javascript with this in him ,mark in all pages

    Code:
    jQuery(document).ready(function() {
    $('.maintitle').before('
    <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
    <div class="contenth2"><table cellspacing="0" cellpadding="0"><tbody><tr><td valign="top"><div class="acheader"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #466e6b ; padding-top: 5px;"> wolfsbane and moonfall</div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px; border-bottom: 5px solid #94bdba;"> just read all important stuff and enjoy in the beacon hills.</div></center><br><div style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">the forum <i>( wolfsbane and moonfall )</i> it's made on the teen wolf serie. we are in year 2013 in mystic town called <i>beacon hills</i> in california. only supernatural creatures here are werewolves and others humans and hunters. it's your choice on which side you'll be. this rpg forum is really easy so you can enjoy but please read rules, plots and other stuff first. <br> </div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> credits - skin je last neje | allison |. OPISI ZA CANON LIKE OZ. DRUŽINE SO NASTALI IZ POD ROK NAŠIH ADMIN, ZATO VAS PROSIMO DA BREZ PREDHODNEGA DOGOVORA Z ADMINISTRATORKAMI, LE TEH NE KOPIRATE NA DRUGE FORUM ALI PA SE IZDAJATE DA SO VAŠI. VSE TEME IN PRISPEVKI TER OPISI LIKOV PA PRIPADAJO NAŠIM ČLANOM. </div></div> </td><td valign="top"><div style="width: 200px; height: 210px; background-color: #fff; margin-left: 10px;"><table cellspacing="6" cellpadding="0"><tbody><tr><td valign="top"><center> <table cellpadding="0" cellspacing="1" border="0" width="40%"><tbody><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr></tbody></table> </center><br><div style="line-height: 85%"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #639696 ; padding-top: 5px;"> updates</div></center><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> → date here  </div><br><div style="font-family: calibri; font-size: 8px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">what's new here!</div></div></td></tr></tbody></table></div></td></tr></tbody></table></div>');
    });

    Don't remove the CSS Very Happy
    MissUrsh
    MissUrsh
    Forumember


    Female Posts : 130
    Reputation : 11
    Language : English

    Solved Re: Help: text on header

    Post by MissUrsh July 13th 2013, 1:39 am

    It doesn't work o.o I removed text from Generalities and created a new javascript, placement: In all the pages.

    But now everything is gone blackeye 
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Help: text on header

    Post by levy July 13th 2013, 1:47 am

    Oh ,now I saw you have a phpBB2 forum

    Administration Panel -> Display -> Templates -> General -> Overall_header find that : <!-- BEGIN switch_ticker_new --> before this add the code :

    Code:

    <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
    <div class="contenth2"><table cellspacing="0" cellpadding="0"><tbody><tr><td valign="top"><div class="acheader"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #466e6b ; padding-top: 5px;"> wolfsbane and moonfall</div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px; border-bottom: 5px solid #94bdba;"> just read all important stuff and enjoy in the beacon hills.</div></center><br><div style="font-family: calibri; font-size: 9px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">the forum <i>( wolfsbane and moonfall )</i> it's made on the teen wolf serie. we are in year 2013 in mystic town called <i>beacon hills</i> in california. only supernatural creatures here are werewolves and others humans and hunters. it's your choice on which side you'll be. this rpg forum is really easy so you can enjoy but please read rules, plots and other stuff first. <br> </div><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> credits - skin je last neje | allison |. OPISI ZA CANON LIKE OZ. DRUŽINE SO NASTALI IZ POD ROK NAŠIH ADMIN, ZATO VAS PROSIMO DA BREZ PREDHODNEGA DOGOVORA Z ADMINISTRATORKAMI, LE TEH NE KOPIRATE NA DRUGE FORUM ALI PA SE IZDAJATE DA SO VAŠI. VSE TEME IN PRISPEVKI TER OPISI LIKOV PA PRIPADAJO NAŠIM ČLANOM. </div></div> </td><td valign="top"><div style="width: 200px; height: 210px; background-color: #fff; margin-left: 10px;"><table cellspacing="6" cellpadding="0"><tbody><tr><td valign="top"><center> <table cellpadding="0" cellspacing="1" border="0" width="40%"><tbody><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr><tr><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td><td></td><td class="links2"> <a href="http://wolfsbanemoonfall.forumsl.net/t10-canons">something</a></td></tr></tbody></table> </center><br><div style="line-height: 85%"><center><div style="font-family: 'Alex Brush'; font-size: 40px; color: #639696 ; padding-top: 5px;"> updates</div></center><br><div style="font-family: vani; font-size: 8px; text-transform: uppercase; color: #9cabaa; letter-spacing: 2px;"> → date here  </div><br><div style="font-family: calibri; font-size: 8px; text-transform: uppercase; line-height: 95%; text-align: justify ; color: #676767; letter-spacing: 2px; ">what's new here!</div></div></td></tr></tbody></table></div></td></tr></tbody></table></div>

    It is tested by me and work Smile
    MissUrsh
    MissUrsh
    Forumember


    Female Posts : 130
    Reputation : 11
    Language : English

    Solved Re: Help: text on header

    Post by MissUrsh July 13th 2013, 1:51 am

    OMG, I can't tell you how happy I am! Thank you so much, sweetie, you made my day! Smile
    This code is working, thank you again and again and again. flower 

    This topic can be solved & lock! Smile
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    Solved Re: Help: text on header

    Post by levy July 13th 2013, 1:55 am

    Glad to help you ! cheers
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Help: text on header

    Post by SLGray July 13th 2013, 7:57 am

    Topic Solved & Locked



    Help: text on header Slgray10

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

      Current date/time is November 12th 2024, 12:32 am