![]() |
Read the instructions for that menu very carefully. You need to put some of that script in the <head> tag of home.tpl, some of it where you actually want the menu to display, and some more still before the closing <body> tag in home.tpl. You also need to upload the .js files to the x-cart directory. I usually put them in the root, easier to call that way.
|
well I tried to place this code between the <head> tags
Code:
{literal} then I replaced { include file="customer/categories.tpl" } with Code:
{literal} then just before the </body> tag I placed Code:
{literal} but still nothing. Like brain surgery to me man..lol This is about the only thing keeping my site from going live. |
Ok, you are close. You have the head right, but you have one extra line in the footer. This should go in categories.tpl:
Code:
{literal} the one before the body should only be this: Code:
{literal} You might also have to change the var ace_path='' depending on where you put the javascript files. Same thing for where the acemenu_loader.js is. If you get totally and completely stuck after trying these fixes, PM me and I can help you out...I've done a ton of these things. But try it out for yourself first..... |
Oh the suspense... almost there!!!
I left the code above the tag alone Code:
<LINK rel="stylesheet" href="{$SkinDir}/tabs.css"> Just before the </body> tag. Code:
</TABLE> I did move that code to the categories.tpl file Code:
{* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *} I have went as far as placing the kcamenu.js and acemenu_loader.js files in every directory from root on..lol but still no menu showing. Not quite sure on what setting I should have on that ace_path='' line though. |
Ok, try this...put the required files in skin1/. Now change the head tags to read like this:
Code:
{literal}<script language="JavaScript1.2">var ace_path = 'skin1/';</script> |
doh!!!! No such luck.
|
PM me and I can take a look for you...
|
I always put all the menu files in the root and the file that calls the menu in skin1, and then call the required file e.g.
{include file="menu.htm"} Using this method there is no ned for the literal tags and always shows (well so far anyway) |
All times are GMT -8. The time now is 04:16 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.