MyBB Community Forums

Full Version: (WIP) Frontier
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Working on a Wordpress theme that's almost done, still trying to figure out the problems with it...but here is so screenshots from it.

Figuring out the CSS in it and working with it. But it's coming along very well.

First release is coming and will be in development.

This theme is based off of this Wordpress theme.

https://wordpress.org/themes/frontier/
Best of luck .
Thank you, working on fixing something stuff around now adding a dropdown menu.
Hi,

I'm trying to add my own banner to the white part above the links, Does anyone know how to edit and add your own banner there?

Thanks
<div id="logo">
</div>

Is it not that? I haven't worked on this theme in awhile...
I dont know much about css code.

I've just found that part in header templates>header

<div id="logo">

</div>

Tired to add a image code from a url but couldnt get it to work

Code Below from Templates>Header Templates > Header


<div id="top-bar" class="cf">
<div id="top-bar-info">
<h1 id="site-title">Site Title Here</h1>				
<h4 id="site-description"></h4>
{$quicksearch}
</div>
</div>
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div id="logo">
</div>
</div>
<nav id="nav-main" class="cf drop" itemscope itemtype="http://schema.org/SiteNavigationElement">
<a href="#" class="drop-toggle"><span class="genericon genericon-menu"></span></a>
<div class="nav-main"><ul><li class="page_item page-item-11"><a href="#">Link 1</a></li><li class="page_item page-item-9"><a href="#">Link 2</a></li><li class="page_item page-item-15"><a href="#">Link 3</a></li></ul></div>
</nav>
<div id="header">
			<div id="panel" style=" 
    background-color: #2A5A8E;">
				<div class="upper">
					<div class="wrapper">
<nav id="forumMenu"><ul class="menu top_links">
						{$menu_search}
						{$menu_memberlist}
						{$menu_calendar}
						<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
						</ul></nav>
						{$welcomeblock}
					<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
				<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
			</div>
		</div>
		<div id="content">
			<div class="wrapper">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<navigation>
				<br />

Done it :-) 

<div id="header">
<div id="logo">
<a href="www.example.com"><img id="logo" src="https://yoursite/original.jpg" alt="logo" /></a>
</div>
I'll be working on this theme to get it worked out a little bit more when the time comes, just have a lot on my plate right now.