Re: Support for CSS Fly out Menu
hi ppl , i use iframes in my site , for catalog's and other flash content , how can i GEt the css flyout menu to stay on top of the i frame ,
you can see what i mean on our site
http://www.ultracheapauto.com.au
please help , its driving me mad
or any alternative to iframes to display this content easily?..
Re: Support for CSS Fly out Menu
Quote:
Originally Posted by
xeontranq
hi ppl , i use iframes in my site , for catalog's and other flash content , how can i GEt the css flyout menu to stay on top of the i frame ,
you can see what i mean on our site
http://www.ultracheapauto.com.au
please help , its driving me mad
or any alternative to iframes to display this content easily?..
Getting a blank page at that addy.
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
johnson4x4
I'm trying to figure out a way to do subtitles. For instance, I want to insert a different styled list item with just plain text in between certain catalog items. Can anyone direct me to some info?
thanks in advance
Don't know of a way to add sub-titles, as the menu list is generated according to your products.
But you CAN add all the links you want BETWEEN the menu list and the "Specials, New Products, All products" by opening up:
includes/templates/YOUR_CUSTOM_TEMPLATE/sideboxes/tpl_categories_css.php
At about line 26 you will see a line that reads:
Code:
$content .= '<P></P>';
You can edit that to something like this:
Code:
$content .= '<br><a href="http://your-link.com">link 1</a></br>';
$content .= '<br><a href="http://your-link.com">link 2</a></br>';
$content .= '<br><a href="http://your-link.com">link 3</a></br>';
Hope this helps.
Re: Support for CSS Fly out Menu
Quote:
Originally Posted by
Get Em Fast
Getting a blank page at that addy.
internal server 500 error , host uping max open files , it will be back in about a hour
Re: Support for CSS Flyout Menu
OK the site is back , anyone know how i can fix this annoying problem please? ...
Re: Support for CSS Flyout Menu
i have some more info .. it only seems to be happening on IE , firefox etc all fine , ....
http://www.ultracheapauto.com.au/ind...age=catalogue3 try it for your self ... anyone know how i can fix this ... ?...
cheers
Andrew
www.ultracheapauto.com.au
Re: Support for CSS Flyout Menu
hallo everyone,
Im new with using zen cart... I have a problem... I installed the flyout menu...everything is working fine... in my english version... but if Im changing the language into German or japanese the sidebox is not viewable anymore. Hopefully somebody can help me. Do I have to install something into the languages ??
thank for you help... to view the site please click here
http://movez.de/catalog/index.php?ma...ex&language=en
thanks for your help... Im using the latest version of zen cart and the flyout menu is css_flyout_menu_1-3-8a
1 Attachment(s)
Re: Support for CSS Flyout Menu
Quote:
Originally Posted by
albi
hallo everyone,
Im new with using zen cart... I have a problem... I installed the flyout menu...everything is working fine... in my english version... but if Im changing the language into German or japanese the sidebox is not viewable anymore. Hopefully somebody can help me. Do I have to install something into the languages ??
thank for you help... to view the site please click here
http://movez.de/catalog/index.php?ma...ex&language=en
thanks for your help... Im using the latest version of zen cart and the flyout menu is css_flyout_menu_1-3-8a
albi, It's not a problem with your menu. I looked at your site, edited your menu in FF, expanding the listing boxes and coloring the text white.........but, there was none. It appears that you language packs aren't sending the text for the links to your menu.
Try turning the Flyout Menu off, turn your Default menu on. See if it does the same thing.
Re: Support for CSS Flyout Menu
hey... thank you so much... I was looking for hours in the code... now after your reply I realized that I did not put in the german category names... well... now I got it... wonderful... thanks a lot that you took the time. safed my evening by:clap: albi
Re: Support for CSS Flyout Menu
Not a problem, albi. That's what we're here for.