MyBB Community Forums

Full Version: Unlimited Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Nevermind. Got it sorted.

Now just the inline-edit is not working:
Uncaught TypeError: Cannot read property 'parentNode' of null inline_edit.js?ver=1400:101
That's a MyBB error, not a theme error.

Ask for support here: http://community.mybb.com/forum-127.html
Got it all fixed.

Is there any fix for this (where the page number drops below)?
[Image: c8f8c76e4782b4a6e4ee39842dd254a1.png]

Or is it just a case of increasing the container?
That's weird because I put an exact width for that, so you don't have that problem. I tested and have 7 pages displayed on the forumdisplay_thread template.

You change something in the width of that row?
I did increase that, that's why then. Put it back to the original and now it's fine.

EDIT: Nevermind, it still happens with long titles.
I found a bug, as you can see the messagebox is out of place.
[Image: Odwl2UP.png]
(2014-08-11, 04:39 AM)Nolan Wrote: [ -> ]I found a bug, as you can see the messagebox is out of place.
[Image: Odwl2UP.png]

http://community.mybb.com/thread-156799.html

http://community.mybb.com/thread-75337.html

Isn't a theme problem.
Is there something i can edit to change the colors of the buttons, logo scroll bar and everything else thats blue?
(2014-08-12, 08:02 PM)Nolan Wrote: [ -> ]Is there something i can edit to change the colors of the buttons, logo scroll bar and everything else thats blue?

(2014-08-01, 02:07 PM)eNvy Wrote: [ -> ]
(2014-08-01, 06:05 AM)Vanz Wrote: [ -> ]
(2014-07-28, 11:49 PM)Vanz Wrote: [ -> ]I love this theme,,,,

What are the #XXXXXX to change the color from BLUE to GREEN.
(To change the Theme from Blue ON Black, to Green on Black)

(2014-07-29, 01:26 AM)eNvy Wrote: [ -> ]You need to change a lot of CSS classes & id's to change from blue to green. I can't put all the classes and id's now, give me some time and tomorrow I promess you have all.

Just a friendly-reminder bump Cool

I only put the blue ones, the rest it's only black things.

Global.css

Quote:a:link, a:visited
a:hover, a:active
.trow_selected td
.trow_sticky
.trow_announcement
.pagination .pagination_current

Unlimited.css

Quote:.breadcrumb
.breadcrumb .crust a.crumb, .breadcrumb .crust b.lastcrumb
.breadcrumb .crust .arrow
.breadcrumb .crust .arrow span
.breadcrumb .crust:hover a.crumb
.breadcrumb .crust:hover .arrow span
.buttons
.buttons:hover
.clickedbuttons
.clickedbuttons:hover
#forum #foro, #search #busqueda, #members #miembros, #calendar #calendario, #help #ayuda
#footer h3
.two a:link, .two a:visited
.two a:hover, .two a:active
.bigbutton
.bigbutton:hover
.bigbutton:active
.paginationtwo a:link, .paginationtwo a:visited
.paginationtwo a:hover

Also you have the color of the "Announcements" directly in the header template, here:

<table class="news">
<tr>
<td style="color: #007de7;" width="130"><i style="font-size: 14px;" class="fa fa-exclamation-circle fa-fw"></i>&nbsp;<span style="font-weight: 700;">Announcements:</span></td>
<td width="854">
<ul>
    <li class="quotes">This is a simple test for news with CSS and jQuery.</li>
    <li class="quotes">Please, ignore this message.</li>
</ul>
</td>
</tr>
</table>

If you see ( color: #007de7; ) it's the color of the icon and the Announcements word.
The images for the threads are not loading up for me. What I mean by this is the images that symbolize a locked thread, new posts, no new posts, new posts by you, etc., are not loading for me.

How would I go about fixing this? Thanks!
Pages: 1 2 3 4 5 6 7 8