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-09-13, 08:17 AM)WallBB Wrote: [ -> ]
(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

I havent managed to resolve this problem. As i want to keep the logo name the same and just change the navigation bar name to 'home' instead of the name of the forum...

Thanks for your help
(2016-09-14, 04:44 PM)fishhy29 Wrote: [ -> ]
(2016-09-13, 08:17 AM)WallBB Wrote: [ -> ]
(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

I havent managed to resolve this problem. As i want to keep the logo name the same and just change the navigation bar name to 'home' instead of the name of the forum...

Thanks for your help

Okay, It is pretty simple.
Go to Admin CP> Focus Templates > Navigation > Nav
Replace the template code with this
<div class="navigation">
<i class="fa fa-home" style="margin-top: -2px !important; padding-right: 1px !important;"></i>Home{$activesep}{$activebit}			
</div>

Hope it helps.

Regards
WallBB
(2016-09-14, 05:57 PM)WallBB Wrote: [ -> ]
(2016-09-14, 04:44 PM)fishhy29 Wrote: [ -> ]
(2016-09-13, 08:17 AM)WallBB Wrote: [ -> ]
(2016-09-09, 01:13 PM)fishhy29 Wrote: [ -> ]
(2016-09-08, 06:38 PM)WallBB Wrote: [ -> ]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

I havent managed to resolve this problem. As i want to keep the logo name the same and just change the navigation bar name to 'home' instead of the name of the forum...

Thanks for your help

Okay, It is pretty simple.
Go to Admin CP> Focus Templates > Navigation > Nav
Replace the template code with this
<div class="navigation">
<i class="fa fa-home" style="margin-top: -2px !important; padding-right: 1px !important;"></i>Home{$activesep}{$activebit}			
</div>

Hope it helps.

Regards
WallBB
Hello, It worked and the word 'home' has been added to the navigation bar. However my forum name is still in the navigation bar so it says 'home' and then straight after my forum name. Any ideas on how to remove my forum name in the navigation bar so it just says 'home'. Also, the coding you gave me doesnt allow me to use the navigation bar, it doesnt let me click on the bread crumbs to go backwards; if that makes sense.

Thankyou
(2016-09-15, 12:33 PM)fishhy29 Wrote: [ -> ]
(2016-09-14, 05:57 PM)WallBB Wrote: [ -> ]
(2016-09-14, 04:44 PM)fishhy29 Wrote: [ -> ]
(2016-09-13, 08:17 AM)WallBB Wrote: [ -> ]
(2016-09-09, 01:13 PM)fishhy29 Wrote: [ -> ]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

I havent managed to resolve this problem. As i want to keep the logo name the same and just change the navigation bar name to 'home' instead of the name of the forum...

Thanks for your help

Okay, It is pretty simple.
Go to Admin CP> Focus Templates > Navigation > Nav
Replace the template code with this
<div class="navigation">
<i class="fa fa-home" style="margin-top: -2px !important; padding-right: 1px !important;"></i>Home{$activesep}{$activebit}			
</div>

Hope it helps.

Regards
WallBB
Hello, It worked and the word 'home' has been added to the navigation bar. However my forum name is still in the navigation bar so it says 'home' and then straight after my forum name. Any ideas on how to remove my forum name in the navigation bar so it just says 'home'. Also, the coding you gave me doesnt allow me to use the navigation bar, it doesnt let me click on the bread crumbs to go backwards; if that makes sense.

Thankyou

Please share your forum url, I will check it out the issue.
What's the template code you used to place the header notices from the screenshots? Mind sharing them?
(2016-09-19, 05:40 AM)Max Payne Wrote: [ -> ]What's the template code you used to place the header notices from the screenshots? Mind sharing them?

The header notices that are present in screenshots will appear once you have a PM or mod report(For admin and mods.)
However if you want to add a notice/announcement on your boards, it is very simple.
Add this code in your header template just above {$pm_notice}
<div class="pm_alert" id="pm_notice">
	<div>You announcement Text</div>
</div>

In the above example, I added pm_alert so that you get the same green color announcement without any extra work. You can modify it to red_alert to get red colored announcement or you can create your own color announcement.
Hope it helps.

Regards
WallBB
Hi Very Nice Theme !

A couple Questions:

1. Is there a way to Fix the Header to only one height? The size of the Shrink Position is perfect for my website design.

2. Is there a way to remove the yellow lightning bolt from the Logo?

Thanks for your time Smile
WallBB does this them also support XThreads?
(2016-10-10, 07:43 PM)Ken7 Wrote: [ -> ]Hi Very Nice Theme !

A couple Questions:

1. Is there a way to Fix the Header to only one height? The size of the Shrink Position is perfect for my website design.

2. Is there a way to remove the yellow lightning bolt from the Logo?

Thanks for your time Smile
Thank you very much, both of the below asked things can be done easily. I will post code once I am at home

(2016-10-10, 09:09 PM)Starnova Wrote: [ -> ]WallBB does this them also support XThreads?

Yes it does Smile
Also one more question...Is there a way to remove the Star over the top of the icons and revert them back to the standard Mybb icon.

Thanks Again!
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