Welcome, Guest. Please login or register.

ShoutBox!

 

Skhilled

2024-08-09, 18:19:29
Awww! Poor thing! LOL
 

Ken

2024-08-09, 09:20:52
 

Skhilled

2024-07-06, 10:33:18
 :D
 

Ken

2024-07-06, 06:40:47
Happy Saturday after the 4th of July!
 :fireworks:
 

Skhilled

2024-07-04, 20:27:02
Happy Day Off From Work!  :D
 

Ken

2024-06-25, 06:23:12
84... who knew?  laughing7
...2013 was my *magic* year
 

Skhilled

2024-06-14, 22:09:12
I hope so! LOL
 

Ken

2024-06-14, 21:41:30
My B-Day is forthcoming and maybe it will be far enough along so that I can be a regular Dancing Fool for that day!!! :banana: :2funny:
 

Ken

2024-06-14, 21:38:38
Happy Friday everyone! I'm  SOOO glad to see Friday and not just because it's the weekend, but because it marks one more day in the recovery of my foot!  laughing7

Scrubmeister

2024-04-19, 10:32:40
Good to see the site back faster than ever. :)

Recent Topics

TP Articles


Search in titles
Search in article texts

Author Topic: Design Happy New Year Theme Fixes  (Read 5420 times)

0 Members and 1 Guest are viewing this topic.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 9318
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Design Happy New Year Theme Fixes
« on: December 29, 2020, 06:17:12 AM »
To fix the user area at the top right after the user logs in...where the avatar is showing. index.css - line 1507. Note that only the last two lines have been changed:

Change this:

Code: [Select]
div.top_section div.user {
    background: url("../images/theme/user_bg.png") no-repeat scroll 0 -8px transparent;
    float: left;
    font-size: 11px;
    height: 80px;
    overflow: auto;
    color: #fff;
    padding-left: 12px;
    width: 340px;
}

To this:

Code: [Select]
div.top_section div.user {
    background: url("../images/theme/user_bg.png") no-repeat scroll 0 -8px transparent;
    float: left;
    font-size: 11px;
    height: 80px;
    overflow: auto;
    color: #fff;
    padding-left: 0px;
    width: 345px;
}

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11867
  • Gender: Male
  • View Gallery
Re: Design Happy New Year Theme Fixes
« Reply #1 on: December 29, 2020, 08:26:06 AM »
Steve, is this for a specific theme?
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 9318
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: Design Happy New Year Theme Fixes
« Reply #2 on: December 29, 2020, 08:29:38 AM »
This theme...as shown in the copyright???  :rofl2

Also the grey block that is showing behind it need to be longer lengthwise which would help.

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11867
  • Gender: Male
  • View Gallery
Re: Design Happy New Year Theme Fixes
« Reply #3 on: December 29, 2020, 09:59:42 PM »
OK, except for me the avatar is showing on the left side of the page.


I'll try to look at this tomorrow, it has been a little rough for the past couple of days.
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 9318
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: Design Happy New Year Theme Fixes
« Reply #4 on: December 29, 2020, 10:05:44 PM »
Yes, that grey box needs to be longer.

There's other issues as well like the search box and the posts section being cutoff on the forum page on the right. Was just looking to see if I can widen the forum to make it show. I collapsed the left TP column and it breaks at the top where the title bars are.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 9318
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: Design Happy New Year Theme Fixes
« Reply #5 on: December 29, 2020, 10:08:46 PM »
And the search box should wider...the background image.

Offline Ken

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11867
  • Gender: Male
  • View Gallery
Re: Design Happy New Year Theme Fixes
« Reply #6 on: December 29, 2020, 10:14:31 PM »
Yeah, it def has issues.  laughing7
Actually, it's a small wonder that it runs because it's really old (Dec. 2011)
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 9318
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: Design Happy New Year Theme Fixes
« Reply #7 on: December 29, 2020, 10:18:15 PM »
Yeah, I can tell. LOL I came here to make a post and started noticing the other issues too.

Offline Skhilled (OP)

  • Administrator
  • *
  • Posts: 9318
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: Design Happy New Year Theme Fixes
« Reply #8 on: December 31, 2020, 03:04:18 AM »
Try these two images that I've stretched to see how well they fit. Just drop both in the /images/theme for this theme.

And I'm starting to think part of the avy size issue has to do with the smf admin settings for avy size.

EDIT: BTW, the following code will widen the forum so the posts section will fit on the Home page. Just change the width but it breaks TP. I assume it's not designed well for TP since it breaks it and some of the SMF catbg's (title bars), etc.

Code: [Select]
div.wrapper  {
width: 1080px;
margin: 0 auto;
}
« Last Edit: December 31, 2020, 09:05:26 AM by Skhilled »