Blackhead

Started by Crip, March 12, 2011, 09:13:05 PM

Previous topic - Next topic

Crip

there is a new updated Zip.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

alessandrosmerieri

its possibile to put an image in the background instead the white background?? if yes...how?? im nooooob

ps: sorry for my english  :P

Crip

anything is possible ;) .. go ahead & try'er
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Shark-Time

Hello.. i am really liking your theme.. its really looking nice. Thou have little request.. can you help me resizing the width of the theme..

i mean users with less resolution even 1024*786 have to scroll the forum horizontally. so i want to reduce the with of the forum a little so scroll option just go away.

Kind Regards
Haider


Providing Cheapest Offshore Hosting as low as 5$/year.
MoneyBookers | AlertPay
Pm Me

Crip

Quote from: Shark-Time on July 16, 2011, 10:55:56 PM
Hello.. i am really liking your theme.. its really looking nice. Thou have little request.. can you help me resizing the width of the theme..

i mean users with less resolution even 1024*786 have to scroll the forum horizontally. so i want to reduce the with of the forum a little so scroll option just go away.

Kind Regards
Haider

Yeah, just change This::

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 1290px; "(example 97%;)" == "(example 950px;)"   <=== /* FORUM WIDTH */
margin: 0 auto;
min-width: 780px;
max-width: 2300px;
}
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

moocow102

I bet this is a stupid question but, I'm having issues changing the logo at the top left. I replaced the logo.png in the theme folder, but it still has the default logo.
Thanks

Shark-Time

Quote from: Crip on July 19, 2011, 07:54:12 AM
Quote from: Shark-Time on July 16, 2011, 10:55:56 PM
Hello.. i am really liking your theme.. its really looking nice. Thou have little request.. can you help me resizing the width of the theme..

i mean users with less resolution even 1024*786 have to scroll the forum horizontally. so i want to reduce the with of the forum a little so scroll option just go away.

Kind Regards
Haider

Yeah, just change This::

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 1290px; "(example 97%;)" == "(example 950px;)"   <=== /* FORUM WIDTH */
margin: 0 auto;
min-width: 780px;
max-width: 2300px;
}


Many Thanks sir.. it resizes the forum perfectly.

Is there any way to make it auto resize according to the resolution of the user? i mean if user have kind of above 2048 resolution then my forum will look smaller to that user. i mean like default smf theme it auto resize..
If its possible in this theme please tell how to set the auto resize.

Best Regards
Haider


Providing Cheapest Offshore Hosting as low as 5$/year.
MoneyBookers | AlertPay
Pm Me

Shark-Time

ok.. its ok.. thanks i changed it from px to percentage and it works perfectly fine for me.. Many thanks for Helping me out..

Keep rocking man.. Long Live SMF.

Here is what my one looks like now

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
	
width90auto;
	
/* FORUM WIDTH */
	
margin5px auto;
	
min-width780px;
	
max-width2300px;
	

}


My site:

http://cusitlibrary.com/forums/index.php


Providing Cheapest Offshore Hosting as low as 5$/year.
MoneyBookers | AlertPay
Pm Me

moocow102

Quote from: Shark-Time on July 25, 2011, 03:00:48 PM
ok.. its ok.. thanks i changed it from px to percentage and it works perfectly fine for me.. Many thanks for Helping me out..

Keep rocking man.. Long Live SMF.

Here is what my one looks like now

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
	
width90auto;
	
/* FORUM WIDTH */
	
margin5px auto;
	
min-width780px;
	
max-width2300px;
	

}


My site:

hxxp:cusitlibrary.com/forums/index.php [nonactive]
How did you change the logo? I changed the logo.png and it is still the blackhead logo.

Shark-Time

Quote from: moocow102 on July 25, 2011, 04:26:19 PM
Quote from: Shark-Time on July 25, 2011, 03:00:48 PM
ok.. its ok.. thanks i changed it from px to percentage and it works perfectly fine for me.. Many thanks for Helping me out..

Keep rocking man.. Long Live SMF.

Here is what my one looks like now

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
	
width90auto;
	
/* FORUM WIDTH */
	
margin5px auto;
	
min-width780px;
	
max-width2300px;
	

}


My site:

http://cusitlibrary.com/forums/index.php
How did you change the logo? I changed the logo.png and it is still the blackhead logo.

its easy man..

just replace the logo.png with the image name logo.png. use photoshop or some other tool to make image in that format.

you can find image in this Directory.


http://"your site forum Address"/Themes/Blackhead_2_0/images/theme/logo.png

Hope it will Help you..


Providing Cheapest Offshore Hosting as low as 5$/year.
MoneyBookers | AlertPay
Pm Me

xmathewx75

Hey, sorry for the biggest bump. But I'm using your theme on my new SMF forum. http://multi-gaming.biz/

And from what I remember, I remember this theme would be like wide as the screen would be. Can you help me change it to being wide again?

Crip

Quote from: xmathewx75 on December 08, 2011, 12:26:14 AM
Hey, sorry for the biggest bump. But I'm using your theme on my new SMF forum. http://multi-gaming.biz/

And from what I remember, I remember this theme would be like wide as the screen would be. Can you help me change it to being wide again?

css/index.css Find:


/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 1024px; /* FORUM WIDTH */
margin: 0 auto;
min-width: 780px;
max-width: 2300px;
}


add % or px Like:


/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 99%; ==> or <=> 1300px; <====/* FORUM WIDTH */====>>>>>>>>>>>>>
margin: 0 auto;
min-width: 780px;
max-width: 2300px;
}
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

xmathewx75

Quote from: Crip on December 08, 2011, 06:56:00 AM
Quote from: xmathewx75 on December 08, 2011, 12:26:14 AM
Hey, sorry for the biggest bump. But I'm using your theme on my new SMF forum. http://multi-gaming.biz/

And from what I remember, I remember this theme would be like wide as the screen would be. Can you help me change it to being wide again?

css/index.css Find:


/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 1024px; /* FORUM WIDTH */
margin: 0 auto;
min-width: 780px;
max-width: 2300px;
}


add % or px Like:


/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 99%; ==> or <=> 1300px; <====/* FORUM WIDTH */====>>>>>>>>>>>>>
margin: 0 auto;
min-width: 780px;
max-width: 2300px;
}


THANKS!

xmathewx75

Hey, I've got this one more issue. As you see your site has drop down menus for like lets say Admin tab or Profile tab or My Messages etc.... Some reason they don't show. Can you help me out?

For more information on this or issue, goto multi-gaming.biz

Crip

I'll update my Zip & i found the Drop issue..

css/index.css => Find:
/* Styles for black head.
------------------------------------------------------- */

#toolbar  {
background: url(../images/theme/toolbar.png) repeat-x 0 0;
height: 46px; clear: both; overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 0 0 20px;
padding: 0px 2px 0;
         margin-top: 0em;
}



Replace With:
/* Styles for black head.
------------------------------------------------------- */

#toolbar  {
background: url(../images/theme/toolbar.png) repeat-x 0 0;
height: 46px;
         clear: both;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 0 0 20px;
padding: 0px 2px 0;
         margin-top: 0em;
}
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

xmathewx75


Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

xmathewx75

Hey one more question, if someone for say had a avatar. It shows there avatar in the top right of the forum where it says like Hello, <name> (etc..) then if they have avatar it shows that next too it, is there anyway I can remove that so it doesn't show there picture on that spot?

Crip

yeah , you can remove the Avy.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

xmathewx75


Advertisement: