Page 3 of 10

Re: phpbb.com style menu

Posted: 10 Apr 2010, 17:48
by heredia21
cisco007 ยป 10 Apr 2010, 17:45 wrote:once again i cannot stress this enough please check the css edit carefully!

maybe it has something to do with you having this on your navigation.css files

Code: Select all

.but-arcade span { background: url("{T_THEME_PATH}/menu/arcade.gif"); }
.but-arcade span { background: url("{T_THEME_PATH}/menu/home.gif"); }
instead of this!

Code: Select all

.but-arcade span { background: url("{T_THEME_PATH}/menu/arcade.gif"); }
.but-home span { background: url("{T_THEME_PATH}/menu/home.gif"); }
I won't laugh this time, yet!

Lol. You were EXACTLY right.!!!

Re: phpbb.com style menu

Posted: 10 Apr 2010, 17:49
by cisco007
yeah, i kind of figured i did the same mistake when i added the home link to my site to show you!

Re: phpbb.com style menu

Posted: 10 Apr 2010, 17:51
by heredia21
Sorry

Re: [BETA]phpbb.com style menu

Posted: 10 Apr 2010, 18:36
by heredia21
One more thing. On the top left of banner theres a link now that says "Skip to content" how do I get rid of that?

Re: [BETA]phpbb.com style menu

Posted: 10 Apr 2010, 18:42
by cisco007
don't know why it's showing on your site, i never really seen that but i guess you could look for

Code: Select all

{L_SKIP}
in your overall_header.html and delete it!

Re: [BETA]phpbb.com style menu

Posted: 11 Apr 2010, 02:39
by Ephemeraboy
wht it is in beta mode..??
does it have many buggy or what lol

Re: [BETA]phpbb.com style menu

Posted: 11 Apr 2010, 02:47
by IcEman
sub menu (drop down) is working .. example: site link/about.php

Code: Select all

<li class="but-about">
                <a href="about.php"><span></span>{L_ABOUT}</a>
                <div class="sub-menu sub-menu-extra">

                   <ul>   
                      <li>
                         <h4><a href="rules.php">{L_RULES}</a></h4>
-----------------------------------------------------------

sub menu (drop down) is not working .. example: site link/about/

Code: Select all

<li class="but-about">
                <a href="/about/"><span></span>{L_ABOUT}</a>
                <div class="sub-menu sub-menu-extra">

                   <ul>   
                      <li>
                         <h4><a href="/rules/">{L_RULES}</a></h4>
/foldername/ is not working dropdown

http://www.zxc.com/about.php - submenu working
/about/ - submenu is not working

Re: [BETA]phpbb.com style menu

Posted: 11 Apr 2010, 03:04
by cisco007
check faq #3 on the first post!

Re: [BETA]phpbb.com style menu

Posted: 11 Apr 2010, 03:33
by Ephemeraboy
hi cisco
just ask
how to set css pro dropdown menu such in your website

Re: [BETA]phpbb.com style menu

Posted: 11 Apr 2010, 03:34
by cisco007
don't know which one you are talking about! you have already posted on both topics of the one i have installed on my site, the one on this topic is one of them!