Zen Cart Logo
Forums / Addon Sideboxes / Support for CSS Flyout Menu

Support for CSS Flyout Menu

Views: 180,521

Results 621 to 640 of 755
3 May 2011, 9:10 AM
#621
rashuweb avatar

rashuweb

New Zenner

Join Date:
Jul 2009
Location:
india
Posts:
28
Plugin Contributions:
0

Support for CSS Flyout Menu

css_flyout_menu_1-3-9b

Added both modules "CSS Flyout Header 1.5" and "css_flyout_menu_1-3-9b" header menus are working fine but categories side box menus are not working,
is it compatable, or what will be the problem...

is there any thing to add or modify at admin?

please help me to work out this...

just for info, i saw these modules have same file at icludes\classes..(categories_ul_generator)

Rashu

3 May 2011, 5:38 PM
#622
wirefram avatar

wirefram

New Zenner

Join Date:
Apr 2011
Posts:
95
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

I installed the menu in my left column my problem is the menu moves at the middle of the page when i select a link....

how can i stop this?

Thanks:cool:

4 May 2011, 4:19 AM
#623
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Support for CSS Flyout Menu

You got a link for us to look at this?

4 May 2011, 6:41 AM
#624
wirefram avatar

wirefram

New Zenner

Join Date:
Apr 2011
Posts:
95
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

No link, the site is local on my computer and it bothers me as I don't want to go live with this problem.

I already installed your menu here and it's working fine:

http://www.bijouxpierres.com

On the site having menu trouble I use specific add ons that i don't use on the other like:

Fast easy check out which requires Css_javascript_loader

and I wonder if the Css loader is the reason of the problem, this is my best bet as your menu and this add on are both CSS related.

:yuck:

4 May 2011, 7:33 AM
#625
wirefram avatar

wirefram

New Zenner

Join Date:
Apr 2011
Posts:
95
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

i forgot to add, viewing the page with Explorer 6 the menu doesn't move, it does move with Firefox 1.3.9...

5 May 2011, 7:17 PM
#626
sportbiker avatar

sportbiker

Zen Follower

Join Date:
Aug 2008
Location:
Southern California
Posts:
127
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Great mod, but I have one issue, probably of my own making. In short, I want to use a background gradient image instead of a solid color on the menu items. I'm noticing in Safari and Internet Explorer, the background image seems to get "offset". I'm sure it's a padding or margin issue, but I'm stumped.

I've attached a screenshot and my CSS. If you can spot the problem, please let me know. I'm going in circles on this one.

#categoriescss.leftBoxContainer { 
   background-color: transparent;
   width: 175px; 
   padding-bottom: 10px;
   margin-top:0px;
}

#categoriescssHeading.leftBoxHeading {
   background: url(../images/blue-background.jpg); background-repeat:repeat; 
   border-bottom: 1px solid #000; 
   margin-bottom: 1px;
}

#nav-cat {
   width: 175px; 
   margin: 0 0 0 0px;
   background-image: url(../images/arrows/grey-button.jpg); 
   background-repeat:repeat;
   font-weight:bold;
}

#nav-cat ul {
   margin: 0; 
   padding: 0; 
   width: 175px; 
   background: url(../images/arrows/grey-button.jpg); 
   background-repeat:repeat-x;
}

#nav-cat ul.level2 {background: url(../images/arrows/grey-button.jpg); background-repeat:repeat;}
#nav-cat ul.level3 {background: url(../images/arrows/grey-button.jpg); background-repeat:repeat;}
#nav-cat ul.level4 {background: url(../images/arrows/grey-button.jpg); background-repeat:repeat;}
#nav-cat ul.level5 {background: url(../images/arrows/grey-button.jpg); background-repeat:repeat;}
#nav-cat ul.level6 {background: url(../images/arrows/grey-button.jpg); background-repeat:repeat;}

#nav-cat li {
   position: relative; 
   list-style: none; 
   margin: 0;
   margin-top: 0px; /* change this to put space between buttons*/
   border-bottom: 1px solid #000;
   background: url(../images/arrows/grey-button.jpg); background-repeat:repeat;
}

#nav-cat li li {
   margin: 0; /* overrides the margin-top above */
}
 
#nav-cat li:hover {
   z-index: 1000;
   color:#FF0;
}

#nav-cat li a:hover {
   color: #FF0;
   background-image:url(../images/arrows/hover-button.jpg);
   background-repeat:no-repeat;
}

#nav-cat li.submenu {
   background-image: url(../images/arrows/right-arrow.gif); /* background: url(../images/arrows/right-arrow.gif) 99% 50% no-repeat; */
   background-repeat:no-repeat;
   background-position:right;
}

#nav-cat li.submenu:hover {
   	background-image: url(../images/arrows/right-arrow.gif); /* background: url(../images/arrows/right-arrow.gif) 99% 50% no-repeat; */
	background-repeat:no-repeat;
   	background-position:right; 
}

#nav-cat li a {
   display: block; 
   padding-top: 0.25em; /* Originally .25em */
   padding-right:0em;
   padding-bottom:.25em; /* Originally .25em */
   padding-left:.5em;
   text-decoration: none; 
   width: 100%; 
   color: #fff;
   
}

#nav-cat>ul a {
   width: auto;
}

#nav-cat ul ul {
   position: absolute; 
   top: 0; 
   left: 175px;
   display: none;
}

#nav-cat ul.level1 li.submenu:hover ul.level2,
#nav-cat ul.level2 li.submenu:hover ul.level3,
#nav-cat ul.level3 li.submenu:hover ul.level4,
#nav-cat ul.level4 li.submenu:hover ul.level5,
#nav-cat ul.level5 li.submenu:hover ul.level6 {
   display:block; 
   border-left: 2px solid #d3d3d3;
   background: url(../images/arrows/hover-button.jpg);
   background-repeat:repeat;
}
5 May 2011, 7:33 PM
#627
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Support for CSS Flyout Menu

viewing the page with Explorer 6 the menu doesn't moveIE6 had a ton of CSS bugs and shortcomings. The only reason to still be using that version is if you have a Windows 2000 operating system which is unable to run any newer IE (other modern browsers work fine on it), or you work for a company that requires all of its computers to use IE6.

5 May 2011, 7:55 PM
#628
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Support for CSS Flyout Menu

I can't troubleshoot a screenshot. If you can't let us see the site directly, you'll have to wait for Get Em Fast (who knows the mod thoroughly) to show up.

5 May 2011, 9:03 PM
#629
sportbiker avatar

sportbiker

Zen Follower

Join Date:
Aug 2008
Location:
Southern California
Posts:
127
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Sure, the site's a work in progress, but you can check out what I'm trying to achieve at:

http://store.ruggedradios.com

Thanks for the help!

9 May 2011, 3:51 PM
#630
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

I'm getting a lot of end tag for "ul" which is not finished warnings with the WC3 Markup Validation Service. Is this normal?
Thanks

9 May 2011, 4:08 PM
#631
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

I meant:

I'm getting a lot of "end tag for "ul" which is not finished" warnings with the WC3 Markup Validation Service. Is this normal?
Thanks

https://www.test.soundfactory.nu

11 May 2011, 4:59 PM
#632
sportbiker avatar

sportbiker

Zen Follower

Join Date:
Aug 2008
Location:
Southern California
Posts:
127
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

For whatever it's worth — I believe I solved my problem. I'm now getting background images to work across the different browsers, so we can consider this issue a done deal and ignore my previous post.:clap:

14 May 2011, 2:46 PM
#633
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Support for CSS Flyout Menu

Soniccc:

I meant:

I'm getting a lot of "end tag for "ul" which is not finished" warnings with the WC3 Markup Validation Service. Is this normal?
Thanks

www.test.soundfactory.nu

Hmmm................Yep..........there WAS a time when I got that, as well, but I though I had worked all of that out before uploading..........Hmmmmm.........maybe not?

Are you still seeing this?
You go a URL of the site with this problem?

17 May 2011, 11:16 PM
#634
sportbiker avatar

sportbiker

Zen Follower

Join Date:
Aug 2008
Location:
Southern California
Posts:
127
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

I'm curious - it seems there was some discussion about Category Dressing being able to work with this mod http://www.zen-cart.com/forum/showpost.php?p=985750&postcount=590 but I'm not clear on the final outcome. Was this achieved? I'd hate to tweak a working flyout menu system if Category Dressing doesn't work.

Ultimately, I'm just looking to add headers in the menu system.

18 May 2011, 3:15 AM
#635
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Support for CSS Flyout Menu

It's not that Categories Dressing can work with this mod, but that you can get flyout functionality in CD with a few style rules added to it. There is more detail in the CD support thread.

18 May 2011, 5:17 PM
#636
sportbiker avatar

sportbiker

Zen Follower

Join Date:
Aug 2008
Location:
Southern California
Posts:
127
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Awesome to hear and thank you for taking the time to answer. It clears it up a bit for me. I'll do a little more digging and playing with these and see where it goes. :-)

8 Jun 2011, 4:22 PM
#637
lindsey80 avatar

lindsey80

New Zenner

Join Date:
Apr 2010
Location:
Essex, UK
Posts:
77
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

picaflor-azul:

Hi! If this has already been asked, then I apologize ahead of time :smile:

I love this mod and it is so useful, so thank you very much!

I would like to change the background image for the current category. Is there a way to do this?

Thanks,

Anne

Hi does anyone know how to do this?

Thanks

14 Jun 2011, 2:45 PM
#638
kman55 avatar

kman55

New Zenner

Join Date:
Feb 2011
Location:
Washington, D.C.
Posts:
80
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Thank you for the mod. I installed it and while it works well - I do have a couple of questions. I'm running the latest version of ZC 1.3.9h.

  1. I have a large list of categories that fills the page. When you get closer to the bottom of the page, the menu flies out as it should, but you have to scroll the whole page down to view the contents. Is there a way to get the menu to fly **up **so the menu is on the same screen?

  2. When some of my subcategories that do not have a sub-sub category, the subcategory name is highlighted. Is there a way to not do that? I played with the CSS but can't figure it out.

The site that I'm currently working on is an adult novelty toy site. I don't know the rule to the forum with regards to such sites so I'm not sure if I should include a link or not.

Any help would be appreciated.

14 Jun 2011, 4:41 PM
#639
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: Support for CSS Flyout Menu

kman55, You may include a link to the site as long as you ALSO post an Adult Content warning right next to it...............and seeing exactly what you're talking about and trying to accomplish would be helpful.

15 Jun 2011, 1:34 AM
#640
kman55 avatar

kman55

New Zenner

Join Date:
Feb 2011
Location:
Washington, D.C.
Posts:
80
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Get Em Fast:

kman55, You may include a link to the site as long as you ALSO post an Adult Content warning right next to it...............and seeing exactly what you're talking about and trying to accomplish would be helpful.

Thank you for your reply. The link is (remove spaces from the url) www.k i n k y k u p i d . com / zencart. PLEASE NOTE: This is an ADULT novelty toy site. Please do not log onto the site above if you think you will be offended by the contents.

As I had mentioned, if you look at the categories that are closed towards the bottom of the page, the menu flies out (which is what I want) but the a lot of the contents hide under the screen. So you have to stop hovering, scroll the screen down and then hover of the category to be able to view the flyout menu.

Also, there's a grey highlight in many subcategories that does not have additional category. How do I remove that highlight? I've tried tinkering with the CSS and it did not help.