Page 1 of 2

Need help with headers?

Posted: 12 Apr 2013, 15:28
by DynaMike
Hope someone can help :D

I´ve been making a site with the help of tools and guides on this brilliant page. Untill now everything has gone very good and not been to hard. But now I have this problem:

gorillas . dk - the "headers" are kinda screwed. I would like the TOP one to be a full image (like the bottom but just centered)

The bg_header is 1024X302px

headerbar {
background: #ebebeb none repeat-x 0 0;
color: #FFFFFF;
margin-bottom: 4px;
padding: 0 5px;
height: 302px;

For this I´ve used a guide that I cannot post a link to but the above is included and so is the part below. Must be New reg limitations. Sorry

This part: <div style="height: 292px;"> I have NOT been able to do. For some reason it makes a large gap between the picture itself and the bar with Portal,Board etc.

Any help would be appreciated.

DynaMike

Need help with headers?

Posted: 12 Apr 2013, 16:29
by Stoker
Take a look in menu.css

Code: Select all

.header-bar {
	color: #FFFFFF;
	padding: 0 5px;
	height: 140px;
	background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
	background-position: top;
}

Need help with headers?

Posted: 12 Apr 2013, 17:53
by DynaMike
You are magnificent! Now I just need to scale the bottom image to be the same size as the top was before and have it centered.

I´m gonna donate 100kr. for the fast work.

My next challenge is to get the MChat working since the Send button is dead and the wheel just keeps turning.
Then I have to switch the "Welcome To" with the MChat and have them to keep their sizing. So MChat is the size of Welome and Chat is the size of Welcome.

I´ve searched alot for the Send button issue but have not found a working solution? 100 more to tell me how to fix these 2 hehe


DynaMike

Need help with headers?

Posted: 12 Apr 2013, 19:13
by martin123456
Do the mchat edits correct and it will work right out of the box.

Need help with headers?

Posted: 12 Apr 2013, 19:21
by DynaMike
martin123456 wrote:Do the mchat edits correct and it will work right out of the box.
Im a complete noob at this. I used AutoMod to install MChat
Isnt that enough? Thought it was an automated process? It said Installation was a success.

Need help with headers?

Posted: 13 Apr 2013, 06:34
by Stoker
You need to install the mod on all other styles than prosilver you are using.
I think automod can do this for you, but I never really use automod so I dont know how.

But you can also do it manually by opening the install.xml in your browser and follow the instructions.
Note that you just need to do the prosilver edits to the style you are using.

Need help with headers?

Posted: 13 Apr 2013, 13:00
by DynaMike
Managed to swap Welcome to with MChat :-) Wuhuuuuuuuuuu

Im gonna go with danish for the next one:

Det er nok hvis jeg går i Install filen og kontrollerer/udfører alle trin relateret til prosilver på se_pro?

Need help with headers?

Posted: 13 Apr 2013, 13:35
by martin123456
Auto mod install on another theme go to acp/automod/ select the mod then from the drop down select prosilver in the 2nd drop down select the style in question then apply it do NOT run the installer again ignore that part.

Note you may need to upload the files to the new theme in some cases.

Need help with headers?

Posted: 13 Apr 2013, 14:37
by Stoker
yes, that is correct :)

Need help with headers?

Posted: 13 Apr 2013, 18:57
by DynaMike
It was so simple to do.... Really appreciate the help you both have supplied :-!

Thx - now Im gonna figure how to make the top and bottom alligned since the top image is to far left and the bottom is to far right. Might be possible for me to figure hehe