MyBB Community Forums
MyBB Emre KRMN Navigation (new) - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Development (https://community.mybb.com/forum-105.html)
+---- Thread: MyBB Emre KRMN Navigation (new) (/thread-233271.html)



MyBB Emre KRMN Navigation (new) - Emre KRMN - 2021-08-12

Screenshots:
   
   

Admin KP – Templates & Style – Themes – Theme – global.css – Advanced Mode;
navigation
find it and they will get it with codes;
.navigation {
color: #333;
padding: 4px;
border-radius: 3px;
border: 0px solid #ccc;

font-size: 12px;
}

.navigation a:link {
background: #333;
color: #fff;
padding:5px;
text-decoration: none;
font-style: bold;
}

.navigation a:visited {
background: #333;
color: #fff;
padding: 5px;
text-decoration: none;
font-style: bold;
}

.navigation a:hover,
.navigation a:active {
color: #fff;
text-decoration: none;
font-style: bold;
}

.navigation .active {
background: #3A98DB;
color: #fff;
padding: 5px;
border-radius: 0px 4px 4px 0px;
font-size: small;
font-weight: bold;
}

Admin KP – Templates & Style – Templates – Theme – Ungrouped Templates – headerinclude – {$stylesheets} find it and paste the code below just below;
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">

Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav replace it with the following codes;
<div class="navigation">
<div style="background: #6F6F6F;padding:3px;font-size: 20px;color: #FFF;float:left;margin-top: -4px;margin-right: 0px;/* margin-left: -6px; */border-radius: 4px 0px 0px 4px;"><i class="fa fa-home"></i></div>
{$nav}{$activesep}{$activebit}
</div>

Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav_dropdown delete and save the contents (it will remain empty).

Admin KP – Templates & Style – Templates – Theme – Navigation Templates – nav_sep and nav_sep_active replace the contents with the following codes and save;
&nbsp;<i class="fa fa-chevron-circle-right"></i>&nbsp;

source


RE: MyBB Emre KRMN Navigation (new) - Omar G. - 2021-08-12

Thanks for your contribution Smile


RE: MyBB Emre KRMN Navigation (new) - Emre KRMN - 2021-08-12

(2021-08-12, 09:30 AM)Omar G. Wrote: Thanks for your contribution Smile

you do we develop Smile


RE: MyBB Emre KRMN Navigation (new) - PARADOX987 - 2021-08-12

Thanks for sharing it , anyway is tgis responsive ?


RE: MyBB Emre KRMN Navigation (new) - Emre KRMN - 2021-08-12

(2021-08-12, 10:10 AM)PARADOXP Wrote: Thanks for sharing it , anyway is tgis responsive ?

No, it is currently not mobile compatible.


RE: MyBB Emre KRMN Navigation (new) - PARADOX987 - 2021-08-13

(2021-08-12, 01:13 PM)Emre KRMN Wrote:
(2021-08-12, 10:10 AM)PARADOXP Wrote: Thanks for sharing it , anyway is tgis responsive ?

No, it is currently not mobile compatible.

can you please also share the responsive version of it ? i am sure it no take so much time of your , and many users will be grateful to you . Smile


RE: MyBB Emre KRMN Navigation (new) - Emre KRMN - 2021-08-16

(2021-08-13, 01:24 PM)PARADOXP Wrote:
(2021-08-12, 01:13 PM)Emre KRMN Wrote:
(2021-08-12, 10:10 AM)PARADOXP Wrote: Thanks for sharing it , anyway is tgis responsive ?

No, it is currently not mobile compatible.

can you please also share the responsive version of it ? i am sure it no take so much time of your , and many users will be grateful to you . Smile

I don't have much time unfortunately you can do it if you want Smile


RE: MyBB Emre KRMN Navigation (new) - lkop - 2021-08-16

looks nice, thank you for the share. rep added!


RE: MyBB Emre KRMN Navigation (new) - Emre KRMN - 2021-08-16

(2021-08-16, 11:10 AM)lkop Wrote: looks nice, thank you for the share. rep added!

thanks Heart