X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Horizontal and Vertical Flyout Category Menu (https://forum.x-cart.com/showthread.php?t=16820)

jamesgillmore 10-26-2006 12:55 AM

Re: Horizontal and Vertical Flyout Category Menu
 
FYI. Phil DID IT!!!!!!!!!!!!!!!!!!!!
25/10/06 - 4 Level Horizontal Flyout Menu mod added, finally!
Check his website out at:

http://xcartmods.co.uk/

2coolbaby 10-26-2006 12:07 PM

Re: Horizontal and Vertical Flyout Category Menu
 
Yes he did. He changed my 3-level menu for the 4-level menu and it fixed all our viewing problems.

Giosil 11-25-2006 04:44 AM

Re: second try
 
Quote:

Originally Posted by seth@lowel.com
I integrated the vertcal flyout menu (works great), but is there a way to pick the order of the flyout/sub-categories. As of now the order is generated alphabetically. I set the order positions, but it is only sorted to those specs when the main category is clicked, not on the flyout.

Any Ideas?


Did someone fixed this? I have the same problem but with horizontal flyout menu. Subcatecories are sorted by name (alphabetical) and not by position.
Any advice?
Thank You

carpeperdiem 11-25-2006 05:08 AM

Re: second try
 
Quote:

Originally Posted by Giosil
Subcatecories are sorted by name (alphabetical) and not by position.


In 4.1.3, you can specify POS of subcats, and Phil's mod respects the POS of the subcat.

If 4.0.x does not parse the POS of subcats, this may be a php mod. I don't know how to do this. I'm just saying that 4.1 does this natively.

Giosil 11-25-2006 01:11 PM

Re: second try
 
Quote:

Originally Posted by carpeperdiem
In 4.1.3, you can specify POS of subcats, and Phil's mod respects the POS of the subcat.

If 4.0.x does not parse the POS of subcats, this may be a php mod. I don't know how to do this. I'm just saying that 4.1 does this natively.


Thank You for Your answer. 4.0.x doesn't parse subcats's POS and I can't do this php mod. Hope someone out of here can help me.

eaglemobiles 12-08-2006 03:37 PM

Re: Horizontal and Vertical Flyout Category Menu
 
Thanks for this nice mod, its working for me but i have some drop dowm menu and when i click on flyout cat it breaks on top of drop down menu.

Please have look www.eaglemobiles.co.uk

fogelka 01-27-2007 08:01 AM

Re: Horizontal and Vertical Flyout Category Menu
 
Is there a bug in this mod when using IE7? My flyout menu boxes don't fly out now that I've upgraded. And, each box is now separated by about the height of a box.

iblazed 02-07-2007 07:49 PM

Re: Horizontal and Vertical Flyout Category Menu
 
I have been trying to get this to work for hours. Was hoping someone can help me get this working for me. I just have 2 categories with a few subs underneath each one.
In home.tpl right before the </head> tag I have:
<LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">
<LINK rel="stylesheet" href="{$SkinDir}/flyouts/horiz.css">
<SCRIPT language=JavaScript1.3 src="{$SkinDir}/flyouts/menu.js"></SCRIPT>

Also in the body of home.tpl I have:
{include file="flyouts/horiz.tpl"}

When I check out my site all I see are the two menusep.jpg images nothing else. If anyone can lend me a hand I will greatly appreciate it. Thanks

carpeperdiem 02-07-2007 08:23 PM

Re: Horizontal and Vertical Flyout Category Menu
 
First thing, your syntax for the css links could be better. Try this:

Code:

<link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}" />
 <link rel="stylesheet" href="{$SkinDir}/flyouts/horiz.css" />


What flyout mod are you using?

Where are you placing {include file="flyouts/horiz.tpl"} in home.tpl? You might try (brute force) and putting the include into its own table, such as:

Code:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{include file="flyouts/horiz.tpl"}</td>
</tr>
</table>


PS -- I do this for my site.

Are you using Phil's code or something else?Did you follow the instructiuons to the letter and modify the php file(s) as required? Did you upload the css?

PPS -- you may want to center your entire site if you're going to constrain it to 773px wide. Personally, I see no need to support 800px -- FYI, my january stats tell me that less than 1% (.86% to be exact) of my visitors have screens smaller than 1024 wide. Something to consider. The difference bewteen 773 pixels and 1000 pixels is almost 30% more... that's a LOT of screen real estate to give up... FWIW.

I hope something in here helps you.

Jeremy

JWait 02-08-2007 06:17 AM

Re: Horizontal and Vertical Flyout Category Menu
 
Quote:

Originally Posted by Online Michael
Where can we try before we buy?


I was wondering that myself. I have yet to see a working example of this mod. Even on the seller's home page it says there is a demo, but it appears there is not. It doesn't exactly instill confidence that when you purchase the mod, it actually works.


All times are GMT -8. The time now is 07:28 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.