inherit
208780
0
Sept 10, 2024 17:23:11 GMT -8
clemie
125
May 2014
clemie
|
Post by clemie on Feb 6, 2017 17:09:23 GMT -8
The maker of this skin left the site I got it from so I can not ask them. The Thread/Announcement/Lock..etc is not in the images it's in the coding somewhere and I can not find it, would anyone happen to know where it might be and how to change it back to the defeat images on the theme rather than whats in the code. beginningofhistory.boards.net/
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 6, 2017 22:09:22 GMT -8
The maker of this skin left the site I got it from so I can not ask them. The Thread/Announcement/Lock..etc is not in the images it's in the coding somewhere and I can not find it, would anyone happen to know where it might be and how to change it back to the defeat images on the theme rather than whats in the code. beginningofhistory.boards.net/You'll need to do a couple things to get it back so the default images(icons) show. First head to your "Home template" (Admin> Themes> Layout Templates>) --- (I'd copy and save it in case you mess up) and find all instances of this... <td class="icon"> <font class="foruminfoicons">*</font></td> ...and remove the red part. Then you are going to add back the code that puts the icons in. For example for the first instance it would look like this with the bolded part added. <td class="icon"> $[image.stats]</td> The other ones are: <td class="icon"> $[image.members]</td> <td class="icon"> $[image.online]</td> <td class="icon"> $[image.online_24]</td> And then once you do that, you can head to your style sheet (Admin >Themes>Advanced Styles & CSS>Style Sheet>) and find this and just remove it or you can just leave it there as it won't hurt anything. .foruminfoicons { font: 80px Oswald; color: #5d5d5d; display: block; line-height: 20px; margin-top: 30px; height: 10px; } If you don't see this in your style sheet the author of this theme may have put the css right in the home template.
|
|