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.

Help: text on header

3 posters

Go down

Solved Help: text on header

Post by MissUrsh July 12th 2013, 10:52 pm

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 12th 2013, 11:53 pm; edited 1 time in total
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

Solved Re: Help: text on header

Post by levy July 12th 2013, 10:54 pm

You talk about "wolfsbane and moonfall" text area ?
levy
levy
Hyperactive

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

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Help: text on header

Post by MissUrsh July 12th 2013, 10:57 pm

Help: text on header Area
yes Smile
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

Solved Re: Help: text on header

Post by levy July 12th 2013, 11:01 pm

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
levy
levy
Hyperactive

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

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Help: text on header

Post by MissUrsh July 12th 2013, 11:06 pm

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
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

Solved Re: Help: text on header

Post by levy July 12th 2013, 11:07 pm

Please give me your forum url .
levy
levy
Hyperactive

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

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Help: text on header

Post by MissUrsh July 12th 2013, 11:13 pm

MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

Solved Re: Help: text on header

Post by levy July 12th 2013, 11:18 pm

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

This in your CSS
levy
levy
Hyperactive

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

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Help: text on header

Post by MissUrsh July 12th 2013, 11:22 pm

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
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

Solved Re: Help: text on header

Post by levy July 12th 2013, 11:25 pm

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 ;
levy
levy
Hyperactive

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

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Help: text on header

Post by MissUrsh July 12th 2013, 11:29 pm

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
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

Solved Re: Help: text on header

Post by levy July 12th 2013, 11:35 pm

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
levy
levy
Hyperactive

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

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Help: text on header

Post by MissUrsh July 12th 2013, 11:39 pm

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 
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

Solved Re: Help: text on header

Post by levy July 12th 2013, 11:47 pm

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
levy
levy
Hyperactive

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

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Help: text on header

Post by MissUrsh July 12th 2013, 11:51 pm

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
MissUrsh
MissUrsh
Forumember

Female Posts : 130
Reputation : 11
Language : English

http://whentheshadowswalk.slovenianforum.com

Back to top Go down

Solved Re: Help: text on header

Post by levy July 12th 2013, 11:55 pm

Glad to help you ! cheers
levy
levy
Hyperactive

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

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Help: text on header

Post by SLGray July 13th 2013, 5: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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum