Thread Rating:
  • 14 Vote(s) - 4.07 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Focus Theme - Clean and Elegent
(2016-08-30, 11:46 PM)Phillip. Wrote:
(2016-08-29, 03:01 AM)WallBB Wrote:
(2016-08-29, 02:57 AM)Phillip. Wrote:
(2016-08-29, 02:56 AM)WallBB Wrote:
(2016-08-29, 02:49 AM)Phillip. Wrote: I must work on getting a pretty cool domain for such a theme, then. Smile
You made my day Smile
Good luck with your forum , also by recommend i meant Recommend on the mods page Smile
https://community.mybb.com/mods.php?action=view&pid=671

Recommended Smile All good now.

Cheers Smile

I did some editing to it...it turned out pretty cool looking. But, the original design is still there. Just a few tweaks and whatnot to it.

http://axiscode.us

That's nice, you can actually try using a background and see how it turns out Smile

To anyone who wants to add Forum Staff in sidebar, follow these steps:-

1. Download this plugin by Supryk
https://community.mybb.com/mods.php?action=view&pid=237

2. Install this plugin and activate it.
3. After this go to your index page template in Focus Theme templates and replace <div class="sidebar"> with this code :-
<div class="sidebar"><br/>
{$forumteamonline}

It should work fine Smile

Hope it helps
- MyBB Heart
Reply
(2016-08-31, 04:24 AM)WallBB Wrote:
(2016-08-30, 11:46 PM)Phillip. Wrote:
(2016-08-29, 03:01 AM)WallBB Wrote:
(2016-08-29, 02:57 AM)Phillip. Wrote:
(2016-08-29, 02:56 AM)WallBB Wrote: You made my day Smile
Good luck with your forum , also by recommend i meant Recommend on the mods page Smile
https://community.mybb.com/mods.php?action=view&pid=671

Recommended Smile All good now.

Cheers Smile

I did some editing to it...it turned out pretty cool looking. But, the original design is still there. Just a few tweaks and whatnot to it.

http://axiscode.us

That's nice, you can actually try using a background and see how it turns out Smile

To anyone who wants to add Forum Staff in sidebar, follow these steps:-

1. Download this plugin by Supryk
https://community.mybb.com/mods.php?action=view&pid=237

2. Install this plugin and activate it.
3. After this go to your index page template in Focus Theme templates and replace <div class="sidebar"> with this code :-
<div class="sidebar"><br/>
{$forumteamonline}

It should work fine Smile

Hope it helps

Looks good, I did change the background a bit...came out pretty nice. Thanks. Smile
“Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind.”
― Bernard M. Baruch

Smile Crowd Topics Smile
Reply
(2016-08-31, 11:06 AM)Phillip. Wrote: Looks good, I did change the background a bit...came out pretty nice. Thanks. Smile
Happy to help Smile
- MyBB Heart
Reply
(2016-08-30, 12:06 PM)fishhy29 Wrote: Does anybody know how to make custom fonts work?

I have downloaded Chunkfive in my public_html and put in the following code in my global.css stylesheet:

@font-face {
font-family: Chunkfive;
src: url(fonts/'Chunkfive.otf');
}

However, when i try and reference the font for the logo for example in the stylesheet. it doesnt work...

Anyone know how to fix this?
Hi Wall bb, 

Ive looked at this page and i still cant figure out how to make this work. Ive used the exact same coding on my stylesheet as displayed in the link you provided me. Ive made sure the font file is in the correct location and tried opening my forum on a different browser and still no luck...

(2016-08-30, 03:15 PM)WallBB Wrote:
(2016-08-30, 12:06 PM)fishhy29 Wrote: Does anybody know how to make custom fonts work?

I have downloaded Chunkfive in my public_html and put in the following code in my global.css stylesheet:

@font-face {
font-family: Chunkfive;
src: url(fonts/'Chunkfive.otf');
}

However, when i try and reference the font for the logo for example in the stylesheet. it doesnt work...

Anyone know how to fix this?

Read this, it will help you
http://www.w3schools.com/cssref/css3_pr_...e_rule.asp

Hi Wall bb, 

Ive looked at this page and i still cant figure out how to make this work. Ive used the exact same coding on my stylesheet as displayed in the link you provided me. Ive made sure the font file is in the correct location and tried opening my forum on a different browser and still no luck...
Reply
(2016-09-02, 11:45 PM)fishhy29 Wrote:
(2016-08-30, 12:06 PM)fishhy29 Wrote: Does anybody know how to make custom fonts work?

I have downloaded Chunkfive in my public_html and put in the following code in my global.css stylesheet:

@font-face {
font-family: Chunkfive;
src: url(fonts/'Chunkfive.otf');
}

However, when i try and reference the font for the logo for example in the stylesheet. it doesnt work...

Anyone know how to fix this?
Hi Wall bb, 

Ive looked at this page and i still cant figure out how to make this work. Ive used the exact same coding on my stylesheet as displayed in the link you provided me. Ive made sure the font file is in the correct location and tried opening my forum on a different browser and still no luck...

(2016-08-30, 03:15 PM)WallBB Wrote:
(2016-08-30, 12:06 PM)fishhy29 Wrote: Does anybody know how to make custom fonts work?

I have downloaded Chunkfive in my public_html and put in the following code in my global.css stylesheet:

@font-face {
font-family: Chunkfive;
src: url(fonts/'Chunkfive.otf');
}

However, when i try and reference the font for the logo for example in the stylesheet. it doesnt work...

Anyone know how to fix this?

Read this, it will help you
http://www.w3schools.com/cssref/css3_pr_...e_rule.asp

Hi Wall bb, 

Ive looked at this page and i still cant figure out how to make this work. Ive used the exact same coding on my stylesheet as displayed in the link you provided me. Ive made sure the font file is in the correct location and tried opening my forum on a different browser and still no luck...

Can you share your forum url, I will see what is happening.
- MyBB Heart
Reply
Hello,

does anyone know how to make the navigation bar have a custom name for the first word which redirects the user to the forum? Instead of being the name of the forum...

Thanks Smile
Reply
(2016-09-08, 04:34 PM)fishhy29 Wrote: Hello,

does anyone know how to make the navigation bar have a custom name for the first word which redirects the user to the forum? Instead of being the name of the forum...

Thanks Smile

You will need to modify the navigation template inside admin cp Smile
- MyBB Heart
Reply
(2016-09-08, 06:38 PM)WallBB Wrote:
(2016-09-08, 04:34 PM)fishhy29 Wrote: Hello,

does anyone know how to make the navigation bar have a custom name for the first word which redirects the user to the forum? Instead of being the name of the forum...

Thanks Smile

You will need to modify the navigation template inside admin cp Smile

What would i need to change because i cant find my forum name written clearly in black text, where i can just change it. If that makes sense?
Reply
I'm going to say, look for logo in global.css in your Theme files in your Admin CP. That's what I did.
“Be who you are and say what you feel, because those who mind don't matter, and those who matter don't mind.”
― Bernard M. Baruch

Smile Crowd Topics Smile
Reply
(2016-09-09, 01:13 PM)fishhy29 Wrote:
(2016-09-08, 06:38 PM)WallBB Wrote:
(2016-09-08, 04:34 PM)fishhy29 Wrote: Hello,

does anyone know how to make the navigation bar have a custom name for the first word which redirects the user to the forum? Instead of being the name of the forum...

Thanks Smile

You will need to modify the navigation template inside admin cp Smile

What would i need to change because i cant find my forum name written clearly in black text, where i can just change it. If that makes sense?
Sorry for any delays, is your problem solved ?

(2016-09-09, 03:27 PM)Phillip. Wrote: I'm going to say, look for logo in global.css in your Theme files in your Admin CP. That's what I did.
Thanks for helping the user Smile
- MyBB Heart
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)