|
|
re: Staff Listing?
by T-Jericho on 06/03/13 23:01
Where on the website might I find a current listing of all senior staff members? I need to report a website bug to the Communications Officer and can't seem to locate a listing of who fills that position as well as the other command positions.
If it's staring me in the face and I missed it, I apologize!
_________________ 
|
|
EvildeadXLTactical - Captain

Awarded:
Joined: 11 Mar 2012 Posts: 256
|
re: Staff Listing?
by EvildeadXL on 06/03/13 23:06
Officially I am still the Comm Officer, however, with my pending retirement from the military and upcoming move I am pretty backed up. Capt Shackleford is the alternate Comm Officer since he maintains the ventrilo and website stuff. Shoot a PM to both of us and one of us will fix the issue once we have a moment.
_________________ 
|
|
|
|
|
|
re: Staff Listing?
by T-Jericho on 06/04/13 2:21
Thanks for squaring me away on the location of the command staff. As for the site, there is a problem with whitespace being added below images:
The whitespace is being added by the css class "img-shadow", specifically:
- Code: Select all
.img-shadow {
background-color: #FFFFFF;
}
Removing that code from the site's css eliminates the whitespace being added to the images.
_________________ 
|
|
Morgan Shackelfordsparrow794Tactical - Vice Admiral

Awarded:
Joined: 17 Jan 2010 Posts: 3119
|
re: Staff Listing?
by sparrow794 on 06/04/13 6:16
I poked around a bit and I don't see that anywhere in the site's CSS...?
_________________ 
|
|
Jason32Science - Vice Admiral

Awarded:
Joined: 16 Apr 2011 Posts: 1136
|
re: Staff Listing?
by Jason32 on 06/04/13 7:12
There is a CSS editor within the admin section of the site...I will drop that code in for you tonight and see what happens.
_________________ 
|
|
|
|
re: Staff Listing?
by T-Jericho on 06/04/13 11:07
Don't add the code, it's already there and causing the problem. It actually needs to be removed.
One of two things is happening. First, the code may be specific to the 7th site and can be removed. If that's the case, just look for this code in the css editor and remove it:
- Code: Select all
.img-shadow {
background-color: #FFFFFF;
}
If that's not in there, then there is likely a customization section in the admin editor panel. In that case, look for something with an option for turning on or off image shadows. Turn them off or remove the color code (white or FFFFFF).
Thanks!
_________________ 
|
|
|
|