X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Vertical Flyout Category Menus Not Working (https://forum.x-cart.com/showthread.php?t=33747)

crcool75 09-06-2007 06:29 PM

Vertical Flyout Category Menus Not Working
 
Hello,

I just purchased Phil Jones' Vertical Flyout Category Menus. I've gone over his instructions three times now and can't even get any categories to appear. We're running v4.0.14 and the following is the beginning of my /skin1/customer/home.tpl template:

{* $Id: home.tpl,v 1.67.2.8 2005/06/15 06:14:26 max Exp $ *}

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

{if $printable ne ''}
{include file="customer/home_printable.tpl"}
{else}
{config_load file="$skin_config"}
<HTML>
<HEAD>
<TITLE>
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}

</TITLE>
{ include file="meta.tpl" }
<LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">

<link rel="stylesheet" type="text/css" href="{$SkinDir}/v4menu2/v4menu.css">

</HEAD>
<BODY leftmargin="0" topmargin="0" rightmargin="0" bottomargin="0" marginwidth="0" marginheight="0"{if $body_onload ne ''} onload="{$body_onload}"{/if}>
{ include file="rectangle_top.tpl" }
{ include file="head.tpl" }
{if $active_modules.SnS_connector}
{include file="modules/SnS_connector/header.tpl"}
{/if}

I am noticing two LINK rel="stylesheet" commands. Is something wrong here?

Any help would be great!

PhilJ 09-06-2007 06:43 PM

Re: Vertical Flyout Category Menus Not Working
 
http://www.xcartmods.co.uk/ contact me

carpeperdiem 09-06-2007 08:02 PM

Re: Vertical Flyout Category Menus Not Working
 
moved to 3rd party add-ons

crcool75 09-11-2007 06:39 AM

Re: Vertical Flyout Category Menus Not Working
 
Just a quick note... PhilJ, the developer of this mod, quickly saw this thread and corrected my issues on the fly. I highly recommend his mods and installation services to anybody!


All times are GMT -8. The time now is 05:54 AM.

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