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

Support for CSS Flyout Menu

Views: 180,522

Results 341 to 360 of 755
5 Jul 2009, 11:52 PM
#341
tat2nu avatar

tat2nu

Zen Follower

Join Date:
Jan 2005
Posts:
178
Plugin Contributions:
0

Support for CSS Flyout Menu

Ok, There is some bold red text in my layout box controller. What does this mean and could that be related to my other problem?

Image attached.

Marc

6 Jul 2009, 12:02 AM
#342
slomojojo avatar

slomojojo

Zen Follower

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

Re: Support for CSS Flyout Menu

No, my layout box controller has that too. Your stylesheet_categories_menu.css is still corrupt, though. Maybe your ftp program isn't overwriting the old one.

PM me with your email and I'll send the file.

7 Jul 2009, 6:31 PM
#343
marksu avatar

marksu

Zen Follower

Join Date:
Nov 2007
Posts:
260
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

lankeeyankee:

Try giving your #nav-cat ul ul a negative left margin. Mine is is like this:

#nav-cat ul ul {
position:absolute;
top:5px;
left:149px;
display:none;
margin-left:-7px;
}

Thank you for your solution.
I did not realise before now that someone responded with a solution to my question.

Thanks

10 Jul 2009, 12:28 PM
#344
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Hi, i was wondering if some body can help me out.

IAm trying to add a "Terms & Conditions" Link under the Information tab.

I downloaded the "About Us" Mod & renamed it to terms & condition, uploaded the files.

Than in the tpl_drop_menu file i added

<li><a href="<?php echo zen_href_link(FILENAME_TERMS_&_CONDITIONS); ?>"><?php echo HEADER_TITLE_TERMS_&_CONDITIONS; ?></a></li>

It looks ok, but than Information dropdown i get "HAADD@T@ID@" when i click on it i get:
Page Not Found

"Custom 404 Error Page with Site Map Sample Text ...

Put your custom "page not found" message here. You can change this text in the Define Pages Editor located under Tools in the Admin"

But when i add to the tpl_drop_menu file:

<?php } ?>

I get a blank screen, could anybody give me an pointers. Thanks

10 Jul 2009, 3:29 PM
#345
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

hcd888:

I get a blank screen, could anybody give me an pointers.
I point you to FAQ/tutorials and download area, there are lots of info therein for your problem.
This thread has nothing to do with it.

10 Jul 2009, 3:55 PM
#346
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Hi iam using the CSS Flyout Menu. Do i need to do anything specific to get the link to work with the CSS Flyout Menu?

Thanks

10 Jul 2009, 5:11 PM
#347
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

The "Terms & Conditions" page shows in my information side box ok, but in the CSS Flyout Menu, on the "Information drop down" i cant get it to display corretly.

I have entered:

<li><a href="<?php echo zen_href_link(FILENAME_TC); ?>"><?php echo HEADER_TITLE_TC; ?></a></li>

and under the information dropdown on my CSS Flyout Menu, it 'd displaying "HEADER_TITLE_TC" How can i get this to display "Terms & Conditions"?

Thanks

10 Jul 2009, 5:26 PM
#348
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

:clap::clap::clap:YAY:clap::clap::clap:

I figured it out, i had to add a line of code in the /includes/languages/english/extra_definitions/your_template/headermenu.php

Displays fine now :clap:

10 Jul 2009, 8:14 PM
#349
jbhansen avatar

jbhansen

New Zenner

Join Date:
Dec 2006
Posts:
19
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Just curious - how necessary is the csshover.htc file?

With it, it seems that the :hover effect is slowed down by up to 1-2 seconds, but when I remove the reference (from the .css file, that is), things speed up and the :hover effects are instant. I've tested with and without in IE7, FF3, Opera 9, and it seems to be working fine in all 3.

Maybe it's just me having the problem (I'm testing this on a home server).

From what I've read, .htc files are only used by IE browsers, so I assume it is there to help older browsers? But I don't know.

One thing I do know - it would be nice to be rid of the sluggishness.

10 Jul 2009, 8:39 PM
#350
jbhansen avatar

jbhansen

New Zenner

Join Date:
Dec 2006
Posts:
19
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Okay, I see it's to make things work in IE6...

I'm still concerned about the speed issue. Is there a way to have the browser ignore the file if a user isn't using IE6?

Thanks,
jbhansen

14 Jul 2009, 10:21 AM
#351
limousin avatar

limousin

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Hi, Having trouble getting this to work, i have copied over the files and changed the folder names to my template iC_Acadame.

Take a look on the site, it displays all of the categories as a tree but no flyout, something simple I'm sure but cant work it out.

https://www.limousincomputers.com/store

Zencart 1.38
Latest download of css menu

Dave

14 Jul 2009, 11:20 AM
#352
slomojojo avatar

slomojojo

Zen Follower

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

Re: Support for CSS Flyout Menu

limousin:

Hi, Having trouble getting this to work, i have copied over the files and changed the folder names to my template iC_Acadame.

Take a look on the site, it displays all of the categories as a tree but no flyout, something simple I'm sure but cant work it out.

https://www.limousincomputers.com/store

Dave

The stylesheet_categories_menu.css file on your site is corrupted with extra code. Some other users have had the same issue. The file is most likely getting corrupted by your ftp program when you upload it.

Try uploading stylesheet_categories_menu.css again with your ftp program set to 'binary', instead of 'auto' or 'ascii'.

14 Jul 2009, 11:45 AM
#353
limousin avatar

limousin

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Great, sorted, thanks for that, just need to play with colours now:smile:

16 Jul 2009, 3:50 PM
#354
jdw1979 avatar

jdw1979

Zen Follower

Join Date:
Jun 2009
Location:
NC
Posts:
174
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

slomojojo:

The stylesheet_categories_menu.css file on your site is corrupted with extra code. Some other users have had the same issue. The file is most likely getting corrupted by your ftp program when you upload it.

Try uploading stylesheet_categories_menu.css again with your ftp program set to 'binary', instead of 'auto' or 'ascii'.

This solution worked for me as well. Thank you very much.

Dale

:clap:

4 Aug 2009, 3:04 PM
#355
lm7 avatar

lm7

New Zenner

Join Date:
Dec 2005
Posts:
21
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Hi. I've used this before, but I want to make sure that the current version for 1.3.8 will work on a 1.3.7 install.
Thanks!

5 Aug 2009, 10:39 AM
#356
timdwyer42 avatar

timdwyer42

Zen Follower

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

Re: Support for CSS Flyout Menu

Hi I'm trying to get this to work but after uploading the files nothing at all happens. What settings do you use in the layout boxes controller section? I've tried each of the settings but none of them work.

Thanks.

5 Aug 2009, 1:50 PM
#357
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

timdwyer42:

I've tried each of the settings but none of them work.
You only have to turn off sidebox categories.php (legacy Zen Cart), and turn on sidebox categories_css.php

5 Aug 2009, 1:54 PM
#358
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

LM7:

I want to make sure that the current version for 1.3.8 will work on a 1.3.7 install
Yes, but you still will have to customize it to your needs.
Anyway, listen to the security warnings posted by DrByte, you SHOULD upgrade.

5 Aug 2009, 6:53 PM
#359
timdwyer42 avatar

timdwyer42

Zen Follower

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

Re: Support for CSS Flyout Menu

ckosloff:

You only have to turn off sidebox categories.php (legacy Zen Cart), and turn on sidebox categories_css.php

Thanks. When I do that it just lists all my catagories and subcatagories in one long list.

5 Aug 2009, 7:40 PM
#360
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

timdwyer42:

Thanks. When I do that it just lists all my catagories and subcatagories in one long list.
That is against the logic in the mod.
If you have cats and subcats in your database it reads from there.
You have to make sure that you uploaded all files in their correct location and that there are no corrupt transfers.