MyBB Support
Mybb logo goes over the menu bar?
Submitted by e8iw2f3, 25-07-2018, 11:24 PM, Thread ID: 96616
Thread Closed
25-07-2018, 11:24 PM
#1 RE: Mybb logo goes over the menu bar?
25-07-2018, 11:38 PM
#2 Inspect element and search background.logo in the left column you will find HTML, in the right column the files related to the chart, the ones you need
Reply this post with images
Reply this post with images
RE: Mybb logo goes over the menu bar?
25-07-2018, 11:38 PMMensiii Wrote: Inspect element and search background.logo in the left column you will find HTML, in the right column the files related to the chart, the ones you need
Reply this post with images
nothing found for background.logo, but here's whats in my header:
Code:
<div id="container">
<a name="top" id="top"></a>
<div class="top-panel-holder">
<div class="wrap">
<!-- start: header_welcomeblock_member -->
{$welcomeblock}
<!-- end: header_welcomeblock_member -->
</div>
</div>
<div class="header">
<div class="wrap">
<div class="logo">
<a href="{$mybb->settings['bburl']}/index.php"></i><img src="https://i.imgur.com/7ecfCxf.png"/></img></a>
</div>
</div>
</div>
<div class="wrap">
<ul class="menu">
<li><a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-home"></i>Home</a>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-group"></i>Members</a>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="fa fa-question-circle"></i>Help Docs</a>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=payments"><i class="fa fa-diamond"></i>Upgrade</a>
<li><a href="{$mybb->settings['bburl']}/newpoints.php"><i class="fa fa-usd"></i>Credits</a>
<li><a href="{$mybb->settings['bburl']}/awards.php"><i class="fa fa-trophy"></i>Awards</a>
<li><a href="#"><i class="fa fa-bars"></i>Misc</a>
<div class="grid-container3">
<ul>
<li><a href="{$mybb->settings['bburl']}/Donate/">Donate</a>
</li>
</ul>
</div>
</li>
<!-- start: header_quicksearch -->
<form action="search.php" method="post" class="searchbox_wrap">
<input type="hidden" name="action" value="do_search"/>
<input type="hidden" name="postthread" value="1"/>
<input type="hidden" name="forums" value="all"/>
<input type="hidden" name="showresults" value="threads"/>
<input class=" searchbox" type="text" name="keywords" value="Search..." onfocus="if(this.value == 'Search...') { this.value = ''; }" onblur="if(this.value=='') { this.value='Search...'; }" size="25"/>
<button type="submit" class="searchbutton"><i class="fa fa-search"></i></button>
</form>
<!-- end: header_quicksearch -->
</ul>
</div>
</div>
<div class="wrap">
<div class="shadow">
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<!-- end: nav_bit_active -->
<!-- end: nav -->
<br />
RE: Mybb logo goes over the menu bar?
26-07-2018, 12:25 AM
#4 I try to solve the code, wait 10 minutes. Mybb it's very scary.
RE: Mybb logo goes over the menu bar?
26-07-2018, 12:25 AMMensiii Wrote: I try to solve the code, wait 10 minutes. Mybb it's very scary.
thank you :D
RE: Mybb logo goes over the menu bar?
Code:
<div id = "container">
<a name="top" id="top"> </a>
<center><img src = "https://i.imgur.com/7ecfCxf.png" /></center>
<div class = "top-panel-holder">
<div class = "wrap">
<! - start: header_welcomeblock_member ->
{$ Welcomeblock}
<! - end: header_welcomeblock_member ->
</ Div>
</ Div>
<div class = "header">
<div class = "wrap">
<Center>
<div class = "logo">
<a href="{$mybb-> settings ['bburl']} / index.php "> </ i> </ img> </a>
</ Div>
</ Div>
</ Div>
<div class = "wrap">
<ul class = "menu">
<li> <a href="{$mybb-> settings ['bburl']} / index.php "> <i class =" fa fa-home "> </ i> Home </a>
<li> <a href="{$mybb-> settings ['bburl']} / memberlist.php "> <i class =" fa fa-group "> </ i> Membri </a>
<li> <a href="{$mybb-> settings ['bburl']} / misc.php? action = help "> <i class =" fa fa-question-circle "> </ i> aiuto Documenti < / a>
<li> <a href="{$mybb-> settings ['bburl']} / misc.php? action = payments "> <i class =" fa fa-diamond "> </ i> Aggiornamento </a>
<li> <a href="{$mybb-> settings ['bburl']} / newpoints.php "> <i class =" fa fa-usd "> </ i> Crediti </a>
<li> <a href="{$mybb-> impostazioni ['bburl']} / awards.php "> <i class =" fa fa-trophy "> </ i> Premi </a>
<li> <a href="#"> <i class = "fa fa-barre"> </ i> Varie </a>
<div class = "grid-container3">
<Ul>
<li> <a href="{$mybb-> impostazioni ['bburl']} / Donazione / "> Donazione </a>
</ Li>
</ Ul>
</ Div>
</ Li>
<! - start: header_quicksearch ->
<form action = "search.php" method = "post" class = "searchbox_wrap">
<input type = "hidden" name = "action" value = "do_search" />
<input type = "hidden" name = "postthread" value = "1" />
<input type = "hidden" name = "forums" value = "all" />
<input type = "hidden" name = "showresults" value = "threads" />
<input class = "searchbox" type = "text" name = "keywords" value = "Cerca ..." onfocus = "if (this.value == 'Cerca ...') {this.value = ''; } "onblur =" if (this.value == '') {this.value = 'Cerca ...';} "size =" 25 "/>
<button type = "submit" class = "searchbutton"> <i class = "fa fa-search"> </ i> </ button>
</ Form>
<! - end: header_quicksearch ->
</ Ul>
</ Div>
</ Div>
<div class = "wrap">
<div class = "shadow">
<div id = "contenuto">
{$ Pm_notice}
{$ Bannedwarning}
{$ Bbclosedwarning}
{$ unreadreports}
{$ pending_joinrequests}
{$ awaitingusers}
<Navigazione>
<! - end: nav_bit_active ->
<! - end: nav ->
<br />
RE: Mybb logo goes over the menu bar?
26-07-2018, 01:09 AMMensiii Wrote:Code:<div id = "container">
<a name="top" id="top"> </a>
<center><img src = "https://i.imgur.com/7ecfCxf.png" /></center>
<div class = "top-panel-holder">
<div class = "wrap">
<! - start: header_welcomeblock_member ->
{$ Welcomeblock}
<! - end: header_welcomeblock_member ->
</ Div>
</ Div>
<div class = "header">
<div class = "wrap">
<Center>
<div class = "logo">
<a href="{$mybb-> settings ['bburl']} / index.php "> </ i> </ img> </a>
</ Div>
</ Div>
</ Div>
<div class = "wrap">
<ul class = "menu">
<li> <a href="{$mybb-> settings ['bburl']} / index.php "> <i class =" fa fa-home "> </ i> Home </a>
<li> <a href="{$mybb-> settings ['bburl']} / memberlist.php "> <i class =" fa fa-group "> </ i> Membri </a>
<li> <a href="{$mybb-> settings ['bburl']} / misc.php? action = help "> <i class =" fa fa-question-circle "> </ i> aiuto Documenti < / a>
<li> <a href="{$mybb-> settings ['bburl']} / misc.php? action = payments "> <i class =" fa fa-diamond "> </ i> Aggiornamento </a>
<li> <a href="{$mybb-> settings ['bburl']} / newpoints.php "> <i class =" fa fa-usd "> </ i> Crediti </a>
<li> <a href="{$mybb-> impostazioni ['bburl']} / awards.php "> <i class =" fa fa-trophy "> </ i> Premi </a>
<li> <a href="#"> <i class = "fa fa-barre"> </ i> Varie </a>
<div class = "grid-container3">
<Ul>
<li> <a href="{$mybb-> impostazioni ['bburl']} / Donazione / "> Donazione </a>
</ Li>
</ Ul>
</ Div>
</ Li>
<! - start: header_quicksearch ->
<form action = "search.php" method = "post" class = "searchbox_wrap">
<input type = "hidden" name = "action" value = "do_search" />
<input type = "hidden" name = "postthread" value = "1" />
<input type = "hidden" name = "forums" value = "all" />
<input type = "hidden" name = "showresults" value = "threads" />
<input class = "searchbox" type = "text" name = "keywords" value = "Cerca ..." onfocus = "if (this.value == 'Cerca ...') {this.value = ''; } "onblur =" if (this.value == '') {this.value = 'Cerca ...';} "size =" 25 "/>
<button type = "submit" class = "searchbutton"> <i class = "fa fa-search"> </ i> </ button>
</ Form>
<! - end: header_quicksearch ->
</ Ul>
</ Div>
</ Div>
<div class = "wrap">
<div class = "shadow">
<div id = "contenuto">
{$ Pm_notice}
{$ Bannedwarning}
{$ Bbclosedwarning}
{$ unreadreports}
{$ pending_joinrequests}
{$ awaitingusers}
<Navigazione>
<! - end: nav_bit_active ->
<! - end: nav ->
<br />
A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support.
RE: Mybb logo goes over the menu bar?
Tell me if you can fade, it must be above the header, otherwise it overlaps
26-07-2018, 12:23 AMe8iw2f3 Wrote:Code:<div id="container">
<a name="top" id="top"></a>
<div class="top-panel-holder">
<div class="wrap">
<!-- start: header_welcomeblock_member -->
{$welcomeblock}
<!-- end: header_welcomeblock_member -->
</div>
</div>
<div class="header">
<div class="wrap">
<div class="logo">
<a href="{$mybb->settings['bburl']}/index.php"></i><img src="https://i.imgur.com/7ecfCxf.png"/></img></a>
</div>
</div>
</div>
<div class="wrap">
<ul class="menu">
<li><a href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-home"></i>Home</a>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-group"></i>Members</a>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="fa fa-question-circle"></i>Help Docs</a>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=payments"><i class="fa fa-diamond"></i>Upgrade</a>
<li><a href="{$mybb->settings['bburl']}/newpoints.php"><i class="fa fa-usd"></i>Credits</a>
<li><a href="{$mybb->settings['bburl']}/awards.php"><i class="fa fa-trophy"></i>Awards</a>
<li><a href="#"><i class="fa fa-bars"></i>Misc</a>
<div class="grid-container3">
<ul>
<li><a href="{$mybb->settings['bburl']}/Donate/">Donate</a>
</li>
</ul>
</div>
</li>
<!-- start: header_quicksearch -->
<form action="search.php" method="post" class="searchbox_wrap">
<input type="hidden" name="action" value="do_search"/>
<input type="hidden" name="postthread" value="1"/>
<input type="hidden" name="forums" value="all"/>
<input type="hidden" name="showresults" value="threads"/>
<input class=" searchbox" type="text" name="keywords" value="Search..." onfocus="if(this.value == 'Search...') { this.value = ''; }" onblur="if(this.value=='') { this.value='Search...'; }" size="25"/>
<button type="submit" class="searchbutton"><i class="fa fa-search"></i></button>
</form>
<!-- end: header_quicksearch -->
</ul>
</div>
</div>
<div class="wrap">
<div class="shadow">
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<!-- end: nav_bit_active -->
<!-- end: nav -->
<br />
RE: Mybb logo goes over the menu bar?
Post the content of the logo div
RE: Mybb logo goes over the menu bar?
26-07-2018, 01:17 AMAoki Wrote: Post the content of the logo div
<div class="header">
<div class="wrap">
<div class="logo">
<a href="{$mybb->settings['bburl']}/index.php"></i><img src="https://i.imgur.com/7ecfCxf.png"/></img></a>
</div>
</div>
</div>
also noticed on mobile its a bit fucked as well
https://cdn.discordapp.com/attachments/4.../image.png
Any ideas? Mobile issue seems to be fixed but still not the menu
Users browsing this thread: 1 Guest(s)