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

Support for CSS Flyout Menu

Views: 180,522

Results 361 to 380 of 755
6 Aug 2009, 2:55 AM
#361
slomojojo avatar

slomojojo

Zen Follower

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

Support for CSS Flyout Menu

timdwyer42:

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

This is just a guess without seeing your site, but it sounds like the problem a lot of us have had. As mentioned previously in the thread, there's a problem uploading one particular file. The file named stylesheet_categories_menu.css that's contained in the current release was accidentally saved as a Unicode file. You need to either a) open the file in Notepad and re-save it as an ANSI file and upload it again, or b) upload it again with your FTP program set to "binary".

12 Aug 2009, 3:29 PM
#362
jdw1979 avatar

jdw1979

Zen Follower

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

Re: Support for CSS Flyout Menu

I was curious if anyone had tried to make this mod work with images rather than just the colors. And, if so, how to make that happen.

Dale

Thanks, as always, in advance.
:smile:

12 Aug 2009, 5:31 PM
#364
jdw1979 avatar

jdw1979

Zen Follower

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

Re: Support for CSS Flyout Menu

Excellent...thanks a lot.

Dale
:smile:

14 Aug 2009, 6:00 PM
#365
autoace avatar

autoace

Totally Zenned

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

Re: Support for CSS Flyout Menu

Hi all,

I just installed CSS Flyout Menu and it does not appear to be working! I installed the the 4 files in their respective folders along with csshover.htc in includes.

Did I do anything wrong, please advise. Thanks****

14 Aug 2009, 8:49 PM
#366
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

autoace:

Did I do anything wrong...
Look at post 361.

15 Aug 2009, 3:10 PM
#367
sathiy1 avatar

sathiy1

New Zenner

Join Date:
Aug 2009
Posts:
1
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Zen Cart -Version 1.3.8
css_flyout_menu_1-3-8

It is not working for me. I have FTP stylesheet_categories_menu.css as **binary ******as well changed the file to ANSI but no luck!

I changed the CSS file URL as well but no luck-

body {
behavior: url(http://www.myexclusiveshop.com/baby/includes/csshover.htc%29;
} /* WinIE behavior call*/

My install URL is - http://www.myexclusiveshop.com/baby/

Neeeeeeeeeeeeeeeed help :(

15 Aug 2009, 4:08 PM
#368
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

sathiy1:

body {
behavior: url(http://www.myexclusiveshop.com/baby/includes/csshover.htc);
} /* WinIE behavior call*/
body {
behavior: url(includes/csshover.htc);
} /* WinIE behavior call */
that is the only correct syntax, assuming that csshover.htc is in folder includes.
That is not the URL of your stylesheet, do not modify, it is just the way the stylesheet finds that file.
In your download, open the stylesheet in Notepad (or any other text editor) and save as text, encoding ANSI.
Then reupload everything in exact location, in Tools -> Layout Boxes Controller, disable sideboxes/categories.php
Buy the manual and build a test site or two, that will answer most of your questions.

20 Aug 2009, 6:16 PM
#369
autoace avatar

autoace

Totally Zenned

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

Re: Support for CSS Flyout Menu

ckosloff:

Look at post 361.

Hi all,

I looked at post 361 and did re-save my file to ANSI and re-uploaded to the right directory - and it still does not work:(!

I have ZC 1.3.8
Any other ideas?

I assuming that it just works automatically, once the files are uploaded. No configurations to set up, right?

20 Aug 2009, 9:48 PM
#370
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

autoace:

I looked at post 361 and did re-save my file to ANSI and re-uploaded to the right directory
Let me rephrase: save file as text, the encoding is ANSI.
Yes, setup is automatic you only need to disable the Zen Cart box, instructions are above.

11 Sep 2009, 1:57 AM
#371
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Support for CSS Flyout Menu

I think the file in the latest download is currupted.
When I open it there is no coding.
I tried the next earlier version but that did not work.
Is there a way to get the correct stylesheet_categories_menu.css file?

Also some of what you guys are saying doesnt sound right. As an ansi file? whats that? Or just save as stylesheet_categories_menu.css.txt? or just open in a word file and just resave stylesheet_categories_menu.css

:frusty:

11 Sep 2009, 10:00 AM
#372
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Support for CSS Flyout Menu

I got the mod to work using the earlier versions CSS file.

Okay, So I have a question.
My Flyouts are not working past the length of the Sidebox.

http://www.nothingbutcostumes.com/teststore/index.php?main_page=index

How do I fix that?

And OH Boy do I have to fix the colors.. Wow!

11 Sep 2009, 6:55 PM
#373
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

milobloom:

And OH Boy do I have to fix the colors.. Wow!
That fix for the stylesheet was posted several times.
I agree that a corrected version should be posted, I am working on one with many improvements and better documentation.
Do you have a style editor?
There are many free ones out there, it shouldn't be that difficult to get them to your liking, nobody can produce a template stylesheet to suit the needs of all users.
Regarding the flyout categories: it's just a question of setting the margin-left to 5px or so, but, beware, it will break IE6.
Just looked at the website you posted, it is just a test site and the installation directory was not even deleted, permissions not set correctly on configure.php.
Better start there.

26 Sep 2009, 7:02 AM
#374
yuanpuhuang avatar

yuanpuhuang

New Zenner

Join Date:
Aug 2009
Posts:
15
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

ckosloff:

Let me rephrase: save file as text, the encoding is ANSI.
Yes, setup is automatic you only need to disable the Zen Cart box, instructions are above.

I use the instruction you provide, but still no success, could you check my website: https://www.cnemay.com ,and tell me why ? thanks

26 Sep 2009, 1:11 PM
#375
slomojojo avatar

slomojojo

Zen Follower

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

Re: Support for CSS Flyout Menu

yuanpuhuang:

I use the instruction you provide, but still no success, could you check my website: https://www.cnemay.com ,and tell me why ? thanks
In TOOLS > LAYOUT BOXES CONTROLLER, is "sideboxes/pure_orange/categories_css.php" set to "ON"?

26 Sep 2009, 4:36 PM
#376
apds avatar

apds

New Zenner

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

Re: Support for CSS Flyout Menu

Good afternoon,

I installed a file that was available in that forum is: css-flyout-categories-v1.3.0.zip and was installed wrong. In other words, the categories do not appear above, appears only new products, special offers, all products.

Seller: http://www.eroscandy.com/

Someone help me?

google translator, my English is not good

Cumps,

27 Sep 2009, 1:04 AM
#377
apds avatar

apds

New Zenner

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

Re: Support for CSS Flyout Menu

help me please!

27 Sep 2009, 4:18 AM
#378
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

apds:

help me please!
It is not clear to me what you downloaded and installed.
If it is v. 1.3.8 (last one in download area), there is a flaw in the css.
This is a recurrent issue in this thread.
Save the file as text, encoding ANSI.
Load all files in correct location, enable sidebox in Admin -> Tools -> Layout Boxes Controller.
Disable stock Zen Cart menu.

27 Sep 2009, 11:15 AM
#379
apds avatar

apds

New Zenner

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

Re: Support for CSS Flyout Menu

Hello, If I install version 1.3.8 which is available on the site looks like this: http://www.eroscandy.com/

I think there's anything wrong in this module.

27 Sep 2009, 1:54 PM
#380
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

apds:

I think there's anything wrong in this module.
I told you to save the .css as text, encoding ANSI.