(2015-09-30, 05:37 AM)MrSatanas Wrote: [ -> ]can u fix the folder idk where to put the shts tnx
What do you mean fix the folder and the rest?
hello,
Your theme is great! Is there anyway i can add my own thread icons to replace yours?
Thanks
Tom
also trying to edit one of your prtal templates and its just showing a blank page any idea why this could be?
https://i.gyazo.com/f43575481c3e5738055c...09068e.png
Thanks
Tom
Hello Andrew, I love these themes. I still do not understand the change icon gamepad with my custom icon image. how to edit it if I use my custom icon image?
![[Image: mWVkAu.jpg]](https://camo.mybb.com/88041e6883f9723558d361a2f76ae0f0b74de624/687474703a2f2f696d6167697a65722e696d616765736861636b2e75732f76322f313530783130307139302f3931312f6d57566b41752e6a7067)
Ok do this.
Templates > Revo > Forumbit templates > forumbit_depth2_forum and forumbit_depth2_cat
Replace this line
<div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fa fa-gamepad"></i></div>
With this
<span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span>
Then go to Themes > Revo > Global.css
Replace this code
.forum_status {
height: 50px;
width: 50px;
text-align: center;
padding: 1px 2px;
font-size: 22px;
}
.forum_status i {
display: inline-block;
line-height: 50px;
}
.forum_on {
color: #ccc;
text-shadow: 1px 1px 0px #000;
}
.forum_off, .forum_offlock, .forum_offlink {
color: #333;
text-shadow: 1px 1px 0px #000;
}
.forum_off i {
opacity: .4;
}
.forum_offlock i:before {
color: #ccc;
content: "\f05e";
text-shadow: 1px 1px 0px #000;
}
.forum_offlink i:before {
content: "\f079";
text-shadow: 1px 1px 0px #000;
}
With this code
.forum_status {
height: 30px;
width: 30px;
background: url(images/forum_icon_sprite.png) no-repeat 0 0;
display: inline-block;
}
.forum_on {
background-position: 0 0;
}
.forum_off {
background-position: 0 -30px;
}
.forum_offlock {
background-position: 0 -60px;
}
.forum_offlink {
background-position: 0 -90px;
}
Make sure you have the correct link for your custom images.
Thank you very much Andrew, I love this theme
Okay so I've removed the avatar from the portal page but now content is centered, Do you know how i can achieve this?
![[Image: 8aa143d169643940da6dc81aa09509a0.png]](https://camo.mybb.com/8b575d77eb14f44848e897ff00d41ab4b09c7123/68747470733a2f2f692e6779617a6f2e636f6d2f38616131343364313639363433393430646136646338316161303935303961302e706e67)
Whats the difference between this free version and your paid version on your website?
(2015-11-23, 05:54 PM)agentc0re Wrote: [ -> ]Whats the difference between this free version and your paid version on your website?
Paid version on my site is responsive so it works on mobiles/tablets.
Hi Andrew,
If you view the site on mobile, or if you have a smaller resolution such as an older PC, then the sidebar goes up ABOVE the forums rather than staying next to them.
Any idea on what I can add so that the sidebar stays next to the forums?
Thanks