PS-Black

Started by Fussilet, April 21, 2009, 05:46:14 PM

Previous topic - Next topic

techbot

Quote from: Fussilet on May 24, 2009, 12:11:36 PM
open style.css  find and del:

   padding-left: 30px;


This didn't seem to work for me. I'm trying to resize the site to 100%
Any help is appreciated. Scornful comments will be met with a blank stare

MrMorph

No it didn't work for me either...

Instead I looked in the CSS and found this:

#wrapper {
    width: 900px;
    min-width: 720px;
    margin: 0 auto;
}

Change the width to what ever you want in pixels or make it 100%

techbot

That worked beautifully MrMorph, thanks! That was found around line 480 in Dreamweaver btw for anyone else w this problem.

My next issue shouldn't be that hard, but I can't figure out why its not showing the whole thing...the logo at the top. I've taken the exact logo, just cloned out the words for the PS Black stuff and put other items in its place, but now its cut off and looks odd.

You can see the site at www.killmachine.net if you care to take a look. I can't figure out how to show the entire logo header :(
Any help is appreciated. Scornful comments will be met with a blank stare

MrMorph

I had a look, but the theme wasn't PS_Black.  I can register if you want - would I then be able to choose a theme ?

I can't see why it would cut anything off just by changing the width.  When I tried it here again, the whole page just widened and there was no loss of logo.

techbot

oops!!! I'm sorry. i had the theme set only on my profile. I've set it as the default now. I think I found the issue in line 533 of the style.css. It refers to the logo sizing.
Any help is appreciated. Scornful comments will be met with a blank stare

MrMorph

#25
Ahh yes - that would sound right - I remember the logo size was specified so yes you would have to alter that for your new logo size.

I noticed it's indented from the left, not sure why that is... make sure you get the logo size exact is my advice.

techbot

I think I found a good size that I'm happy with. No seams showing and everything fits :) Thanks for the assist!
Any help is appreciated. Scornful comments will be met with a blank stare

GDPG

This theme is very nice, thanks for uploading it!
I am currently using the latest version on 2.0 and also have the issue with my top menus bars not showing correctly.
Is the premium version necessary to allow it to work in 2.0?

DarkSynopsis

Quote from: GDPG on June 23, 2009, 03:31:01 PM
This theme is very nice, thanks for uploading it!
I am currently using the latest version on 2.0 and also have the issue with my top menus bars not showing correctly.
Is the premium version necessary to allow it to work in 2.0?

Did you ever find out since I just updated to 2.0 and have the same problem.

Fussilet


smp420

Quote from: rolltidega on June 09, 2009, 11:30:49 PM
I love this theme.  I have one question.  I want to make sure that all the screens use white text on the black background as the dark grey on black os very hard to read.  Is this possible and how would I change this?  The text is white when replying and adding posts.  It seems like it is text boxes where you need to type info into it that is so dark for the text.  Thanks....
go to stylesheet

find:
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
   color: #66cd00;
   font-family: verdana, sans-serif;
   background: #353535;
   border: 1px solid #000;
   padding: 2px;

the color code will be different for you because I already changed mine but were it says 66cd00 on mine change it to ffffff or if you want a different color look for a color chart and enter the code
"Things turn out best for those who make the best of the way things turn out." -Jack Buck

PPowerHouseK

How can I add a Forums button to this theme, I tried this: http://docs.simplemachines.org/index.php?topic=564 and ruined the whole design and cause a fatal error. Please I would really like to know. I do enjoy this theme greatly.

smp420

Are you using a portal.
"Things turn out best for those who make the best of the way things turn out." -Jack Buck

TheWesinator

I am definitely a nooby when it comes to Simple Machine Forums so I need help from the experts. Please tell me, how I can add a custom, click-able, logo that leads from my forums to my index page? I've wasted countless hours, playing with this theme, trying to figure this out by myself. Please help me.
(I've already tried to add a picture using "logo image url" in "Theme Options")

xterreur

Quote from: Fussilet on July 31, 2009, 07:30:35 AM
ps black is premium -6$-

hxxp:www.fussilet.com/index.php?action=tpmod;dl=item84 [nonactive]

I bought this, and it looks like it's rushed and it's not finished, at all.

B16A55A55IN

how do i change the logo on this pls tell me

PSPguru

Nice style and good colors combination  ;)

flick5839

Quote from: B16A55A55IN on March 27, 2010, 03:48:05 PM
how do i change the logo on this pls tell me

I have also been going crazy about the logo. Took original logo, erased the logo, added my own logo into original logo so it would be same size etc... Now nothing shows up.

Did you ever figure out how to get logo going?

Thanks

JulesBloeth

#38
I figured out how to change out the graphic logo at the top of the page, but I have not figured out how to change the link to it.  Like someone else here said, I've spent a lot of time on this!  LOL.

To change out the logo, go to the style.css sheet and find this section about two thirds of the way down.  Change the URL to direct to where your image is posted online.  If your banner or logo doesn't fit properly, just change out the width and height (also here) to match. ;)

}
#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 472px;
    height: 127px;
    cursor: pointer;
    background: url(http://www.INSERTYOURLINKHERE.jpg) no-repeat;
}

Now, all I need is to be able to change the link to the homepage of my website instead of the homepage of my forums...  Anyone know how to do that?

Also, ideally, it would be nice to be able to modify the color for the forum posts to alternate every other post.  Anyone know where to find that code?

Many thanks!  : )


smp420

That is simple in index.template.php find
<a href="'.$scripturl.'?action=forum" title=""><span id="logo"> </span></a>';
replace with
<a href="http://www.yourlink.com" title=""><span id="logo"> </span></a>';
"Things turn out best for those who make the best of the way things turn out." -Jack Buck

Advertisement: