MyBB Community Forums

Full Version: Apart for 1.6 [Released]
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 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
(2010-12-15, 11:47 PM)yulasinio Wrote: [ -> ]First off all i want to tank you for a nice theme, i'm using Apart1.
One problem do the header.png is not display and i can see the background stripes behind my logo.
Is this because the logo height is 120 and the header.png is only 100?

Site: www.hondatalk.ro

Thanks
Julian

Replace class="logo" in the header template with id="logo" - that should fix it.
That worked just fine.

Thanks Justin
Very nice but so overused now'adays.
Great theme, however, this one issue that's bothering me.

When you minimize the browser theme, it gets messed up...This wasn't an issue in the previous series from what I recall.

Here's a screenshot:

[Image: 15zr03o.png]

You can see it live in my sig.

I verified that it wasn't any plugins by using it via localhost and the problem still occurred...An issue with both Firefox & IE.
I need some help please.

I install fb connect 1.4.1 and the icon of facebook stays below the login box. I wanted to place the icon next the login box and after some trys i did it. But i try to take off the login box below, but i cant do it. I try in so many ways... can anybody help me plz.
[attachment=21369]

The code inside the header its:
Quote:<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div id="logo">
<div class="wrapper">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>
</div>
<div id="panel">
<div class="upper"><!-- This div(class="upper") is closed in the header_welcomeblock_member and header_welcomeblock_guest templates -->

<div class="wrapper">
<ul class="menu top_links">
<li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a></li>
</ul>
{$welcomeblock}<!-- FACEBOOK CONNECT -->{$fbconnect}<!-- /FACEBOOK CONNECT -->
</div>
</div>
<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />

Thanks in advance
How would i keep my shoutbox on ur twilight theme ??
If the shoutbox appears on your previous theme and was put in the homepage, look for the index theme file from your previous theme and look where the shoutbox code is posted.

Usually looks like:
{$shoutbox}

So if it was posted above $forums for instance, paste it there in the Apart theme.

How can I expand the template to the entire page?

aha lol. Just edit .wrapper


.wrapper {
width: 100%; <------
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}
(2011-01-25, 10:19 PM)MRI Wrote: [ -> ]How can I expand the template to the entire page?

What exactly do you mean?
Button in Italian

[Image: 1_18_12_10_2_24_32.jpeg]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36