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

Support for CSS Flyout Menu

Views: 180,522

Results 301 to 320 of 755
7 May 2009, 5:13 PM
#301
jfreak419 avatar

jfreak419

New Zenner

Join Date:
Apr 2009
Posts:
3
Plugin Contributions:
0

Support for CSS Flyout Menu

I think your making it more complicated then it has to be... All i need to do is make the 3rd level and up not display...

7 May 2009, 6:42 PM
#302
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

jfreak419:

All i need to do is make the 3rd level and up not display...

jfreak, Try this....find this section of code in you stylesheet_categories_menu.css:

div#nav-cat ul.level1 li.submenu:hover ul.level2, 
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {
        display:block; 
        background-color: #228B22;
}
```And change it to this:

div#nav-cat ul.level1 li.submenu:hover ul.level2,
div#nav-cat ul.level2 li.submenu:hover ul.level3
{
display:block;
background-color: #228B22;
}

div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {
display:none;
}



And this will hide everything beyond the second level:

div#nav-cat ul.level1 li.submenu:hover ul.level2

{
display:block;
background-color: #228B22;
}
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {
display:none;
}



Hope this helps.
7 May 2009, 8:33 PM
#303
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Get 'em Fast is kinder than me with these requests.
He's the good cop.

7 May 2009, 10:25 PM
#304
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

ckosloff:

Get 'em Fast is kinder than me with these requests.
He's the good cop.

Naaa, I just remember when I only had 3 posts, and how hard it was to figure out just how ANYTHING in the ZC file system worked, looking for an answer in so many different threads thousands of posts, and the hundreds of mods to be added....."Does that do what I want/need? Can I understand this enough to customize it? Can I find people who are willing to help without thinking I'm a total dumb-A. S. S. ?

And I promised that what I learned in this forum, I would share in this forum. So, I NEVER forget my "Days of Learning", which, are still EVERY single day.

27 May 2009, 4:25 PM
#305
mibelloboutique avatar

mibelloboutique

New Zenner

Join Date:
Apr 2008
Posts:
30
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

This may have been asked but I am very illiterate when it comes to this. I installed the CSS flyout menu myself. (Very proud of myself) and even changed the images.

Now I am stuck. Here are my questions...

  1. How do I get the brown border off my categories? It's around each one individually.

  2. When I redid the images for each category for this, I made them wider since it's cutting off some of the words but it didn't change it. How can I change the size of the categories both the one that is there initially and the one that pulls out.

  3. Where in general do I find where to change font size, color, style of my categories?

  4. I don't want specials, new products or all products to be part of the fly out menu. How can I change that?

My site is https://www.mibelloboutique.com

Okay I think those are all of my questions for now.

Kristy
4.

27 May 2009, 11:27 PM
#306
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

mibelloboutique:

I don't want specials, new products or all products to be part of the fly out menu.
This question has already been answered:
http://www.zen-cart.com/forum/showpost.php?p=582401&postcount=49
look at this and subsequent posts, the solution is posted a few posts down that one.
All the rest are CSS issues, not related to this mod.
You can can post those issues in the CSS forum.
Do yourself a favor and get the free Web Developer toolbar for Firefox, Information --> Display Element Information, will show you exactly what element is causing grief, you then fix it in the stylesheet.
If you still have issues, PM your troubles with a link, one by one, and, when I have time, will answer.

31 May 2009, 12:34 AM
#307
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

mibelloboutique:

I don't want specials, new products or all products to be part of the fly out menu. How can I change that?

Actually, these questions have already been answered in a p.m., which I forgot to post so others could benefit from it, and was as follows:

Sorry for taking so long. Been busy. You might want to check out post #282. You can use that css to start with, as everything is "mapped out".....much easier to follow.

Looks like you solved the border problem?

The links at the bottom of the sidebox is controlled from:
Admin>Layout Settings

  • Categories Box - Show Specials Link
  • Categories Box - Show Products New Link
  • Categories Box - Show Featured Products Link
  • Categories Box - Show Products All Link

Hope this helps. Now, as far as anything NOT being relevant.....(CK) . If you didn't know this mod as well as you do, you would think that EVERY DETAIL of this mod was controlled by one of the files that came with it, when of course, some of the actual "controls" are as stated above, and will NOT be over-ridden by this mod.........AND some of the CSS is still controlled from your regular "stylesheet.css" unless commented out......like the font size and color for the heading, among others.

So, with that in mind, let's not be so quick to judge if a question is relevant, or not. O.k.?

And, if someone does post an "irrelevant" question..........Try to act like a proffessional about it, instead of being so damn rude. I mean, if the question makes you irretated......SIMPLY DON'T REPLY!!.......I WILL be around to answer the questions about this mod, sooner or later. If it's urgent, anybody can p.m. me.

NEWS TO ALL

The new CSS Flyout Menu 1.3.8 HAS been submitted, and is awaiting approval from the Dev Team. It contains no images, but does have the new css with "color-mapped" flyouts, along with the new "scroll" feature. Hope everybody enjoys.
(If you can't wait that long, p.m. me, and I'll send it to you).

Enjoy,
Robert

CK. Sorry about being so "blunt", but people are starting to get "afraid" to post a question in this thread. Just asking you to ease up and enjoy life a little. And remember........YOU were once a noob in this forum, also. No hard feelings.....?

31 May 2009, 2:24 AM
#308
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Get Em Fast:

CK. Sorry about being so "blunt", but people are starting to get "afraid" to post a question in this thread. Just asking you to ease up and enjoy life a little. And remember........YOU were once a noob in this forum, also. No hard feelings.....?
I still am a noob in many things.
I offered to answer all the remaining questions via PM in order not to clog this thread.
I have seen threads that go on and on, with same answers to same questions, and they become useless because nobody can find anything in them, so they post the same questions.
I will gladly pass the mantle to you and hope you answer questions in a timely manner.

31 May 2009, 3:32 AM
#309
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

ckosloff:

I will gladly pass the mantle to you and hope you answer questions in a timely manner.

See........that's what I was afraid of........hard feelings, on your part. I wasn't trying to get hateful, just trying to re-gain a little hope in the eyes of people who do want to post in here, but are afraid to.

And......."PASS"........."PASS"? Pass what? Don't forget to look at post #1 in this thread, again, and let me know what you're gonna "PASS".

Although, I really enjoy working with you (could use you on my team at my site).........I was just saying, "Take a chill pill", and not scare people off.

And, I'm done with that subject, because I truly don't like "airing" differences (that really don't matter in the first place) in public forums. Especially when I'm trying to start a business that deals with this program (Zen-Cart), and this program alone.

Oh,........and it's irrelevant to the thread.

31 May 2009, 6:36 PM
#310
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Get Em Fast:

And......."PASS"........."PASS"? Pass what?
Thanks for your kind offer of using me on your team, but I think I'm going to pass.
Coming from a guy who went AWOL twice and left questions hanging for months, even after stating that he was back and stronger than ever
http://www.zen-cart.com/forum/showpost.php?p=567803&postcount=17
your rants about my "rudeness" seem somewhat ludicrous.
Good luck with "your" thread.

31 May 2009, 7:11 PM
#311
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

ck, that's fine. I knew you couldn't have this conversation without getting "peeved".........just not in your nature, lately. What happened to you, anyway, man? You used to be so nice and cheereful, now all anybody sees is just downright rudeness. I'm sorry for your mis-fortune.....whatever it may be, that's made life so "sour" for you. I hope you find what you need to make life happy, again........REAL SOON.

GOOD NEWS ALL!!


The new release of the CSS Flyout Menu is now available for download HERE.


Special thanks to ckosloff for supplying the new csshover.htc & the time he spent answering questions in this thread.

1 Jun 2009, 12:09 AM
#312
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Get Em Fast:

...just not in your nature, lately. What happened to you, anyway, man? You used to be so nice and cheereful, now all anybody sees is just downright rudeness. I'm sorry for your mis-fortune...
There seems to be no limit for you blathering nonsense.
You know nothing about me and yet you get delusional about some misfortune souring me.
For your information: my "rudeness" is simply the Zen Cart team's policy.
They promote a manual in order not to have the forums flooded with unrelated questions.
If people are too lazy to follow the learning curve: buy the manual, build test sites and try to find answers on their own, the guys who have done that only do them a favor by pointing them to that path.
The forums are a place for guys who have done that and post legitimate questions about mods, not page layout questions.
If you think that everybody who downloads free software, wishes to make a quick buck and floods the forums with basic questions deserves to be helped, go ahead and do it, you are on your own.
If you like to be swamped by crap, I believe you are enjoying that taste lately.
Now quit flooding your own thread with your personal rants and misjudgements.
Cut the crap, stop the BS, shut up.

1 Jun 2009, 12:14 AM
#313
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

:no: Mmm-mmm-mmmm. Yep. I'm done. Whew!
Back to business.
You?
Please?

9 Jun 2009, 2:35 AM
#314
johnny43 avatar

johnny43

Zen Follower

Join Date:
Feb 2006
Posts:
231
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Ok, almost afraid to post this question...

I changed the css and managed to get this look:
https://www.planetebio.net

Looks and runs fine in FF, however in IE 7 the submenus do not stay ( like the hyperlink hotspot is only on the text and not the whole cell)

Any input would be well apreciated.

9 Jun 2009, 11:27 PM
#315
slomojojo avatar

slomojojo

Zen Follower

Join Date:
Feb 2009
Posts:
142
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

I don't see any submenus at all in IE6, just the top-level categories.

Looks great in FF though. The transparent submenus are a nice effect.

Could you post the CSS you're using?

10 Jun 2009, 12:59 AM
#316
johnny43 avatar

johnny43

Zen Follower

Join Date:
Feb 2006
Posts:
231
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

slomojojo:

I don't see any submenus at all in IE6, just the top-level categories.

Looks great in FF though. The transparent submenus are a nice effect.

Could you post the CSS you're using?

I have not yet put the logic for IE 6, I also tested today in IE 6 (got the same as you). I have not YET asked the author of the css for permission to use....
I want to implement before ...

Google - Any width flyout menu

The origional css works in IE 7 and FF have not yet tested it with IE 6.

18 Jun 2009, 1:11 AM
#317
johnny43 avatar

johnny43

Zen Follower

Join Date:
Feb 2006
Posts:
231
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Well Finally got the look and feel I was looking for.

Thanks to Get Em Fast for a great job at making the CSS accessible and Stu Nicholls for the look and feel.

Cheers !

19 Jun 2009, 10:10 PM
#318
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

johnny43:

Well Finally got the look and feel I was looking for.
You need to disable ZC categories menu.
Admin --> Tools --> Layout Boxes Controller: sidebox categories.php OFF

20 Jun 2009, 2:50 PM
#319
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

johnny43:

...Stu Nicholls...
How can I contact Stu Nicholls?

21 Jun 2009, 8:01 PM
#320
jeffiec avatar

jeffiec

New Zenner

Join Date:
Jun 2009
Posts:
86
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

I'm having issues with the plugin seeing the css, the menu is generated, but no css?
http://surferweb.com/smorgit/
thanks in advance