Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Horizontal and Vertical Flyout Category Menu

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #71  
Old 10-26-2006, 12:55 AM
 
jamesgillmore jamesgillmore is offline
 

Member
  
Join Date: Oct 2006
Posts: 10
 

Default 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/
__________________
Version 4.1.3
bcw1stop.com
Reply With Quote
  #72  
Old 10-26-2006, 12:07 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default 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.
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote
  #73  
Old 11-25-2006, 04:44 AM
 
Giosil Giosil is offline
 

Newbie
  
Join Date: Aug 2006
Posts: 4
 

Unhappy 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
__________________
X-cart 4.0.8
Reply With Quote
  #74  
Old 11-25-2006, 05:08 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default 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.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #75  
Old 11-25-2006, 01:11 PM
 
Giosil Giosil is offline
 

Newbie
  
Join Date: Aug 2006
Posts: 4
 

Default 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.
__________________
X-cart 4.0.8
Reply With Quote
  #76  
Old 12-08-2006, 03:37 PM
  eaglemobiles's Avatar 
eaglemobiles eaglemobiles is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 167
 

Default 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
__________________
X-Cart Gold 4.3.2
X-Cart Gold 4.4.1
Unix

High Quality CCTV DVRs & Cameras
http://www.eaglemobiles.co.uk/CCTV
Reply With Quote
  #77  
Old 01-27-2007, 08:01 AM
 
fogelka fogelka is offline
 

Advanced Member
  
Join Date: Jun 2006
Posts: 83
 

Default 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.
__________________
xcart v4.0.18 [linux]

Loyalty Points, DSEFU, Easy Checkout, Featured Product Manager, Remember Me, Relevant Search, Vertical Flyouts, Multiple Category Templates. Loads of other tweaks and mods learned in forums.
Reply With Quote
  #78  
Old 02-07-2007, 07:49 PM
 
iblazed iblazed is offline
 

Newbie
  
Join Date: Jul 2006
Posts: 7
 

Default 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
__________________
X-Cart version 4.1.2
Reply With Quote
  #79  
Old 02-07-2007, 08:23 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default 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
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #80  
Old 02-08-2007, 06:17 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default 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.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:52 AM.

   

 
X-Cart forums © 2001-2020