MyBB Community Forums

Full Version: Focus Theme - Clean and Elegent
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 37 38 39 40 41 42 43 44 45
(2016-08-25, 12:34 PM)WallBB Wrote: [ -> ]
(2016-08-25, 07:15 AM)LordGuru Wrote: [ -> ]
(2016-08-25, 07:03 AM)WallBB Wrote: [ -> ]
(2016-08-25, 05:43 AM)Jaraph Wrote: [ -> ]
(2016-08-25, 05:05 AM)WallBB Wrote: [ -> ]Sure Jaraph.
You seem to have modifed header, Can you paste your header template Jaraph, I will write the code for you Smile

I just replaced the code in the global.css
Still very new to this but im figuring things out.

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url("images/allaquarists/Banner.png") repeat scroll left top;
    color:#DDD;
    z-index: 10000;
    height: 150px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    line-height:150px;
}

The dimensions of the header are 1980x150  Dont know about the template should I be making one?  Huh

I would need template Jaraph,
the path would be
Admin CP> Templates and Styles> Template Sets » Focus Templat
So, helping newbies here is forbidden?!
Where did i said that ?
I am always helping everyone whenever i get time.

(2016-08-25, 07:22 AM)Jaraph Wrote: [ -> ]
(2016-08-25, 07:15 AM)LordGuru Wrote: [ -> ]
(2016-08-25, 07:03 AM)WallBB Wrote: [ -> ]
(2016-08-25, 05:43 AM)Jaraph Wrote: [ -> ]I just replaced the code in the global.css
Still very new to this but im figuring things out.

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url("images/allaquarists/Banner.png") repeat scroll left top;
    color:#DDD;
    z-index: 10000;
    height: 150px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    line-height:150px;
}

The dimensions of the header are 1980x150  Dont know about the template should I be making one?  Huh

I would need template Jaraph,
the path would be
Admin CP> Templates and Styles> Template Sets » Focus Templat
So, helping newbies here is forbidden?!

wrong thread lordguru.  I had similar problems on my first attempt try reinstalling pm me if you wanna know what I did.

Also I see now thanks wall, ive attached it
Send me your Admin login via PM, I will solve it directly.


To anyone looking for moods plugin to work,
Modify your header_moodlink template in Global Template to this
<a href="javascript:;" onclick="MyBB.popupWindow('/mood.php'); return false;">{$lang->change_mood}</a>

Hope it help anyone having issues with moods plugin.

Anyone who wants to use image based logo in place of text, go to your Admin CP > Templates and Styles > Templates > Focus Templates > Header Templates > Header
Replace the logo div code with this one
<div class="logo">
  <a href="{$mybb->settings['bburl']}/index.php"><img src="{$mybb->settings['bburl']}/images/allaquarists/Logo.png" title="logo" alt="logo"></a></div>

Your logo dimension needs to be 413x138px.
Hope it helps

Regards
WallBB

Thanks wall!
Bro I love your focus theme its awesome yeah!
check out my forums its based on your foucs theme but a little modification
http://masterxstar.net/
(2016-08-26, 10:44 AM)Xstarhero Wrote: [ -> ]Bro I love your focus theme its awesome yeah!
check out my forums its based on your foucs theme but a little modification
http://masterxstar.net/
It looks really nice, that is a good color scheme Smile
Thanks Bro!!
is this responsive theme???
(2016-08-26, 11:49 PM)messikecil Wrote: [ -> ]is this responsive theme???

Hey messikecil,
This version is not responsive but version 4.0 which is planned to be responsive is gonna be released in coming months.
See when i put border-radius:10px; to table see what happens
[Image: FoMhbsO.png]
[Image: pBolO5X.png]

help me guys Exclamation
if you dont want the radius on bottom use:
border-top-radius: 10px;
dude i want both corners
(2016-08-27, 06:53 PM)subzr1 Wrote: [ -> ]if you dont want the radius on bottom use:
border-top-radius: 10px;

(2016-08-28, 04:50 AM)Xstarhero Wrote: [ -> ]dude i want both corners

It is not showing bottom border because of trow1,trow2 gradient present in the theme.
Simple solution would be if you add another tr in forumbit_display2 template and make that as class trowx.
It will work fine Smile
Or you can remove trow1,trow2 gradient in global.css that also will work.
Hope it helps.
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 37 38 39 40 41 42 43 44 45