Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 483
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 446
Total: 446

Flagrantly Assistance

Started by mudskipper, Aug 23, 12, 11:15:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mudskipper

Crip,

Great theme man, I love the colors.  I was wanting to know if you could possible make 2 mods to it for me and I have one issue that I am not sure is a theme issue.

Here is might site:
http://blackwateratv.com/simplemachinesforum/

First - Is it possible to make the logo center its self based on the device you are using?  In other words, on my 24" monitor I put it all the way left so as not to interfere with all the stuff on the right side when looking at it on a phone, but would love if it centered on both devices.  I am sure its not possible, but had to ask.

Second - On my previous theme, in the upper right corner where the avatar and new messages info is, I had another option/ino hyper button/link that let me know I had a new member waiting and when I clicked it, it brought me directly to the approve/disapprove screen.  Can you add that there?  Now I have to wait for the email to notify me, then go through several pages to get to that screen.

Third - This is the issue that may not be theme related, but when you post a reply and try to use the spell check, it doesnt work.

Thanks,
Mike

Crip

Hi,
...i will check on those ASAP!
I have become comfortably numb!


No PM's for Support unless invited! 

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

mudskipper

Thanks man.  I appologize for sounding so damn retarded in that post as well.  I just went back and read it and WOW!  I sound very uneducated.

Crip

==> no apologies needed Bro'
Flagrantly Theme may need a few Updates here & there but we will work it out..
I have become comfortably numb!


No PM's for Support unless invited! 

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

mudskipper

Crip,

Any update on this?

Thanks
Mike

Crip

Sorry skipper,

i been sick , but we figure out FLG for you ASAP
I have become comfortably numb!


No PM's for Support unless invited! 

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

Scrubmeister

Sorry to hear you've been sick.

Get well soon.  :)

Maxx

#7
OK mudskipper:
Center LOGO!

OK please back up you file first!


in you index.css
Find this: ( may vary some)  so  find #logo a

#logo a {
    background: url("../images/theme/logo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 140px;
    left: 2em;
    position: absolute;
    top: 2em;
    width: 500px;
}


And replace with this:

#logo a {
    background: url("../images/theme/logo.png") no-repeat  center top transparent;
    cursor: pointer;
    display: block;
    height: 140px;
   
}


Note if you want the it down some add the top: 2em; again

Maxx

maybe Jeff can help with the other part, but I think it may also be in the index.css settings, looks like some one had changed the right top section.

Should always back up a copy so you can compare and or replace if it gets screwed up!

I do not have the theme installed, Crip has way too many! LOL!

regards,
Maxx

Crip

#9
Try this >>>>>>>>>
#logo a {
    background: url("../images/theme/logo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 140px;
    left: 30%;<==============================================SCREEN-RESOLUTION=DIFFRERS=>?
    position: absolute;
    top: 2em;
    width: 500px;
}
I have become comfortably numb!


No PM's for Support unless invited! 

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