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

Support for CSS Flyout Menu

Views: 180,522

Results 321 to 340 of 755
22 Jun 2009, 12:59 AM
#321
gee38l avatar

gee38l

Zen Follower

Join Date:
Jul 2008
Posts:
362
Plugin Contributions:
0

Support for CSS Flyout Menu

im having a similar issue just installed the latest version of this mod but im getting no css.

Tried to view the css in FF but it comes up with nothing. Checked the file and seems to be fine also re upoaded it and still nothing.

Any ideas?

22 Jun 2009, 4:39 AM
#322
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

gee38l:

Any ideas?
This css should be in your custom template.

22 Jun 2009, 1:04 PM
#323
vichan avatar

vichan

New Zenner

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

Re: Support for CSS Flyout Menu

Hi
i am new to css flyout menu.
i have tried to implement on my site http://www.etrade8888.com/.

I have followed the instruction and put each file in associate templates.

But i couldnt success to make category menu layout.
how can i make my category menu layout as css flyout menu.

23 Jun 2009, 2:45 PM
#324
jeffiec avatar

jeffiec

New Zenner

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

Re: Support for CSS Flyout Menu

ckosloff:

This css should be in your custom template.

It is in my css dir of my template.

23 Jun 2009, 10:47 PM
#325
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

jeffiec:

It is in my css dir of my template.
If the template is active, then it should be read, just like your main stylesheet.
Style will "cascade" to that stylesheet.
There is an entry in the wiki on how stylesheets cascade in zen, or maybe in the tutorials, I don't remember exactly.
Bear in mind that some settings in your main stylesheet will override the menu's stylesheet.
It's against the "cascading" logic, but ZC is not HTML but a PHP app.
Bottom line, if it reads your main CSS, and both are in same directory, it should read your menu stylesheet, otherwise your ZC is corrupt.
Make sure that the template where both are is active, you may have them together in an inactive template.

23 Jun 2009, 10:51 PM
#326
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

vichan:

Hi
how can i make my category menu layout as css flyout menu.
If the files are in corresponding folders, you will have a flyout menu automatically, you only have to customize it.
Then turn off your original menu sidebox, look back a few posts, I already explained that.
Buy the manual and build a test site first.

24 Jun 2009, 3:24 AM
#327
slomojojo avatar

slomojojo

Zen Follower

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

Re: Support for CSS Flyout Menu

jeffiec:

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

Be sure everything is in the correct folder.

FIRST, determine which template is currently installed. In the admin section, go to TOOLS > TEMPLATE SELECTION to see, if you're not sure. The default template for my installation was the "Classic" template.

NEXT, check the folder structure for the fly-out menu mod. There are 2 folders in the flyout menu named "YOUR_CUSTOM_TEMPLATE_NAME"; one at "includes\modules\sideboxes", and another at "includes\templates". Using the "classic" template as an example, rename both "YOUR_CUSTOM_TEMPLATE_NAME" folders to "classic".

FINALLY, go to ADMIN > TOOLS > LAYOUT BOXES CONTROLLER. If there are any error messages, click "reset" to clear those up. Then, double check that the sidebox is enabled. In my default setup using the "classic" template example, there's a entry called "sideboxes/classic/categories_css.php". Turn it on if it's off.

Hope that helps.

25 Jun 2009, 12:13 AM
#328
spo0f avatar

spo0f

Zen Follower

Join Date:
Aug 2007
Posts:
109
Plugin Contributions:
0

Re: Support for CSS Flyout Menu

Get Em Fast

Thanks for all your contributions and help to this thread so far. However ive litterally just scrolled through the whole thread to find that you have not given the full css script that allows images instead of block colours.

I wish to have 3 different images, 1 image with an arrow on to indicate further trees, 1 image that is plain to indicate no further trees and a hover image.

Could you please supply the css to accomodate this. I had a go myself with no luck!

Many thanks!

25 Jun 2009, 11:22 PM
#329
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

Spo0f:

I wish to have 3 different images...
The CSS for images is a previous version, which is also downloadable from the software add-ons area.
However, you will not get 3 images, just an image flip, which will work fine for your purpose.
I had it before and decided to move to only CSS because of positioning issues (if you change the width of sidebox or column you have to change your images).

26 Jun 2009, 12:16 AM
#330
slomojojo avatar

slomojojo

Zen Follower

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

Re: Support for CSS Flyout Menu

Spo0f:

I wish to have 3 different images, 1 image with an arrow on to indicate further trees, 1 image that is plain to indicate no further trees and a hover image.

It's easy to add images to the new release. In stylesheet_categories_menu.css, find the entry you want to add the image for, such as:

background-color: pink;

And then add an image as a background like this:

background-color: pink;
background-image: url(../myimagefolder/menu_image.jpg);

Check the site in my signature. I added 3 images to the menu that way.

29 Jun 2009, 2:59 AM
#331
vichan avatar

vichan

New Zenner

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

Re: Support for CSS Flyout Menu

ckosloff:

If the files are in corresponding folders, you will have a flyout menu automatically, you only have to customize it.
Then turn off your original menu sidebox, look back a few posts, I already explained that.
Buy the manual and build a test site first.

Thanks for your suggestion. i have turn off orginal menu sidebox and turn on the new menu sidebox.
Now it works.

30 Jun 2009, 1:54 AM
#332
johnny43 avatar

johnny43

Zen Follower

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

Re: Support for CSS Flyout Menu

ckosloff:

How can I contact Stu Nicholls?

Forgive the late reply:
Yes I realise I must turn off one of the catogories sideboxes, Thanks for the comment.
Stu can be reached :
http://www.cssplay.co.uk

Cheers.
Johnny

2 Jul 2009, 4:06 PM
#333
jdw1979 avatar

jdw1979

Zen Follower

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

Re: Support for CSS Flyout Menu

More than likely, this is a stupid question but, I've been looking over this thread for a couple of hours and I can't find an answer to this question.

I am clearly experiencing some type of javascript error as the css flyout menu mod is printing a bullet list of my categories rather than "flying out". This wouldn't be a big deal if my site didn't have a whopping 244 categories total. (That's including the head categories and the subcategories). I was using the Amazing Discoveries sidebox, which also used javascript, but it was not functioning properly in the latest version of IE 8; which for reasons beyond my understanding is still the most popular browser out there. (I hate Internet Explorer...who's with me?) I'm a newbie...like I said, this is probably a stupid question.

Thanks in advance,

Dale

:frusty:

2 Jul 2009, 7:42 PM
#334
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

jdw1979:

I am clearly experiencing some type of javascript error
Link to your site, please.

5 Jul 2009, 8:03 PM
#335
tat2nu avatar

tat2nu

Zen Follower

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

Re: Support for CSS Flyout Menu

I am having the same problem with a test site that I am working on in 1.3.8a. My categories sidebox is showing as a bulleted list a lot like a site map.

www.needlejig.com/test

Any help would be great.

Marc

5 Jul 2009, 9:45 PM
#336
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

tat2nu:

www.needlejig.com/test
You don't have css flyout menu installed.
This question should be addressed to the author of the cherry zen template that you are using.

5 Jul 2009, 10:58 PM
#337
slomojojo avatar

slomojojo

Zen Follower

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

Re: Support for CSS Flyout Menu

tat2nu:

I am having the same problem with a test site that I am working on in 1.3.8a. My categories sidebox is showing as a bulleted list a lot like a site map.

www.needlejig.com/test

Any help would be great.

Marc

There are 2 folders in the contribution you need to rename to cherry_zen, and I think you may have missed the second one. Regardless of why, though, you're missing the file stylesheet_categories_menu.css from INCLUDES/TEMPLATES/CHERRY_ZEN/CSS/ folder.

5 Jul 2009, 11:03 PM
#338
tat2nu avatar

tat2nu

Zen Follower

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

Re: Support for CSS Flyout Menu

Thanks but I do have that folder in place. I just deleted it and added a fresh file in case it was corrupt. Any other thoughts?

Marc

5 Jul 2009, 11:18 PM
#339
slomojojo avatar

slomojojo

Zen Follower

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

Re: Support for CSS Flyout Menu

tat2nu:

Thanks but I do have that folder in place. I just deleted it and added a fresh file in case it was corrupt. Any other thoughts?

Marc

I checked it again in FF. Your stylesheet_categories_menu.css file is corrupted. Download a fresh copy.

5 Jul 2009, 11:32 PM
#340
tat2nu avatar

tat2nu

Zen Follower

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

Re: Support for CSS Flyout Menu

I just downloaded a fresh set of files and FTP'd them to the correct folders with the template name changed on the two that needed it.

Still no good. What other files call on these that might be causing the trouble?

Starting to drive me nuts so you can be sure that it is something real simple and I am looking too hard...

Marc