Page 6 of 10

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 16:10
by JirkaX
I tried to solve my problem and have issue with styles - see here: http://www.belariepark.cz/index.php Do you know any solution for this?
Thanks in advance

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 16:13
by cisco007
<!-- IF ( S_DISPLAY_SEARCH and not S_IN_SEARCH ) and not ( S_MENU_ENABLED and S_MENU_SEARCH ) -->
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />
<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->

<!-- IF S_MENU_ENABLED -->
<span class="corners-bottom" style="height:0px;"><span></span></span></div>
</div>
what is highlighted in red is part of that mod, if you do not have that mod installed on your site anymore, you can go ahead and install this mod just replace this whole thing with this new mods edit!

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 16:38
by JirkaX
Yds, I did it, but now I have mentioned problems with styles - see here: http://www.belariepark.cz/index.php

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 16:54
by cisco007
i still see edits from the buttons menu mod, on your overall_header, and since you have not removed it completely, seems like you either have an extra </div> or are missing one, you will have to completely remove the other menu's edits!

-EDIT-

Have you changed the size of the logo you are using in the imageset.cfg file of your style? it seems to be stretching you header!

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 21:51
by JirkaX
Hi, I already deleted all changes related to the previous MOD, but there is still problem with bigger logo, now the blue area is not reflecting logo size (although it did in the past) - there is still white part. Do you know the reason? I added logo size in the acp-styles-images

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 22:39
by anarchoi
yes the menu is installed, check the navbar menu on the top

(forums - downloads - members list - etc)

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 22:47
by cisco007
JirkaX, check the navigation.css file look for

Code: Select all

.header-bar {
  background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	padding: 0 5px;
    height: 80px;
and change or increase the 80px; and see what you get!

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 23:17
by anarchoi
i disabled the header logo, i just kept the navbar

i want to align the navbar to the center of the page, right now it is aligned to the left


also i have a problem with overflow... see screenshot:
Image

how do i fix this?

thanks !!

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 23:28
by cisco007
anarchoi, well for one the previous post wasn't for you if you thought it was, you cannot center the navbar, that is how all menus function, they are all aligned to the left, I have tried before to center it, but couldn't. As far as the overflow, if you are talking about it showing behind the video, that has something to do with the way the videos are displayed, many things and menus do that, i have not seen a fix anywhere for that! i have just learned to live with it!

Re: [BETA]phpbb.com style menu

Posted: 14 May 2010, 10:08
by JirkaX
Thanks, I solved it already.