Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Downloading & Installing The Flyout Menu

Downloading & Installing The Flyout Menu

Locked

Views: 3,795

Results 1 to 20 of 23
This thread is locked. New replies are disabled.
24 Apr 2008, 9:00 AM
#1
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Downloading & Installing The Flyout Menu

I've never downloaded or installed anything to my site and i'm really confused about how to do it, can anyone give me some guidence as to how it's all done to get it up and running?

Thanks,

Damian

24 Apr 2008, 9:05 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Downloading & Installing The Flyout Menu

From the install readme included with the module

  1. Unzip the package, retaining the folder structure.

  2. Read the following notes before proceeding to copy all the files to your site,
    Before copying, take care to rename the "YOURTEMPLATE" folders to match your
    custom template's foldername.

  3. You need to enable the categories_css sidebox.
    Go to Admin->Tools->Layout Boxes Controller and enable the new "categories_css" sidebox.

24 Apr 2008, 9:11 AM
#3
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

I have read that part myself but still don't understand. It says copy to the site, but what do i copy and how? I've never done this before so havn't got a clue. Do i copy it like i would an image to the site and ifso where about do i copy it up to?

24 Apr 2008, 11:27 AM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Downloading & Installing The Flyout Menu

The first section of this from the tutorials/FAQ (at the top of this page) will give you a good idea as to how to upload toyour site.

https://www.zen-cart.com/tutorials/index.php?article=107

24 Apr 2008, 12:09 PM
#5
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

Thanks, still confused though! I'm useless!

24 Apr 2008, 12:49 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Downloading & Installing The Flyout Menu

  1. Go to https://www.filezilla.com, and download the installation file for your OS (Windows, Mac or Linux).

  2. Install FileZilla on your computer.

  3. Run FileZilla. Near the top, there is an area that has 4 boxes. In the first, labelled 'Host', enter the name of your site (ex. 'mysite.com').

In the next box, labelled 'Username', enter your user name for your site (usually the same user name you would enter to access your control panel).

In the third box, labelled 'Password', enter your site's password (again, probably the same as your control panel).

  1. Click on the 'Quickconnect' button.

If everything is correct, Filezilla will connect to your website.

The area below the login boxes just shows you what Filezilla and the server are saying to each other. Unless there's a problem, you can ignore that.

Below that, on the left, labelled 'Local site' is your local computer's directory tree (same stuff you see in Windows Explorer). On the right, labelled 'Remote site' is your website's directory tree.

In the top box on the right, there will usually be a folder with a + to the left of it. Click the + to expand the tree. One of the folders below will, in most cases, be public_html. This is your 'root' directory. If your site goes right to your Zencart store, the files will be here. Clicking on public_html in the top right box will display the folders inside it in the bottom right box.

Most of the files you'll be editing will be somwhere inside the includes folder. Double click that folder to see the files and folders inside it.

Find the file you want to modify, and drag it from the right box to wherever you want it on your local computer (I have a special folder on the desktop I use for that).

Open the file, using a good text editor (I use Notepad ++ - free and easy to use), make your changes, save the file to your local computer, and then drag it back to the proper override folder. You do have override folders, right?

All pretty easy, once you've done it a little.

24 Apr 2008, 1:19 PM
#7
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

What's i'm using is SmartFTP Client to do all my editing of the site. I just don't know what and where to load it up to on there and then how to incorperate it into the site.

24 Apr 2008, 1:27 PM
#8
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

Is this what i need to add to my CSS to get the flyout menus...

body {
behavior: url(./csshover.htc);
/* WinIE behavior call */}

div#nav-cat {width: 150px; margin: -1px 0 0 -1px;
background-color: transparent; font-weight:bold;
text-align: center;
line-height: 23px;

}

div#nav-cat ul {margin: 0; padding: 0; padding-top: 0; width: 150px; background-color: transparent;
border: 2px solid tan;
background-repeat: no-repeat;
}

div#nav-cat ul.level2 {margin: 10; padding: 2; width: 150px;
background-color: transparent;
border: none;
}
div#nav-cat ul.level2 {background-color: transparent;
}
div#nav-cat ul.level3 {background-color: transparent;
}
div#nav-cat ul.level4 {background-color: transparent;
}
div#nav-cat ul.level5 {background-color: transparent;
}
div#nav-cat ul.level6 {background-color: transparent;
}
div#nav-cat li {background-image: url(../images/b1.gif);
position: relative;
list-style: none;
margin: -2px;
margin-top: 6px;
z-index: 20;
height: 23px;
width: 150px;
/* change it to whatever space you want to put space between buttons*/}
/* <---this line may help or hinder IE menu shifting issues /
div#nav-cat li li {
margin: 0px;
/
this overrides the margin-top in the declaration above */
}
div#nav-cat li:hover {background-image: url(../images/b1_over.gif);
}
div#nav-cat li.submenu {

background-color: transparent;

}
div#nav-cat li.submenu:hover {background-color: transparent;

}

div#nav-cat ul {background-color: transparent;
}
div#nav-cat li a {display: block; padding: 0.25em 0 0.25em 0.5em;
text-decoration: none; width: 150px;}
/border-left: 0.5em solid #BBB;}
div#nav li a:hover {border-left-color: red;}
/
}
div#nav li a:hover {border: none;
}
div#nav-cat>ul a {width: 150px;
}
div#nav-cat ul ul {position: absolute; top: 0; left: 152px;
display: none;
}
div#nav-cat ul.level1 li.submenu:hover ul.level2,
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;
}

24 Apr 2008, 4:35 PM
#9
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

So that's not it, i thought it was as that's what's in the download.

Really confused here, any help?

24 Apr 2008, 6:03 PM
#10
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Downloading & Installing The Flyout Menu

This CSS code has to be used in conjunction with other files in the mod. Have you uploaded all files correctly? What does the readme file say to do?

24 Apr 2008, 6:27 PM
#11
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

I don't know where to upload the file to and which ones to upload.

It says

Installation

  1. Unzip the package, retaining the folder structure.

  2. Read the following notes before proceeding to copy all the files to your site,
    Before copying, take care to rename the "YOURTEMPLATE" folders to match your
    custom template's foldername.

  3. You need to enable the categories_css sidebox.
    Go to Admin->Tools->Layout Boxes Controller and enable the new "categories_css" sidebox.

  4. Of course, you don't need to upload this readme.txt or the screenshot.jpg ... :)

24 Apr 2008, 6:54 PM
#12
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Downloading & Installing The Flyout Menu

The files in the mod should all be inside a folder structure beginning with /includes/. Once you have found and changed all /YOURTEMPLATE/ foldernames to /the name of your template/, you can FTP the entire /includes/ folder as a unit to the root of your Zen Cart store on the server. The files will drop into their proper places.

25 Apr 2008, 9:09 AM
#13
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

Thanks. Only problem is when going through the folders it won't let me rename them...

25 Apr 2008, 5:25 PM
#14
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Downloading & Installing The Flyout Menu

Hmm. What are you using to try to rename the folders? You should at least be able to rename them in the standard windows explorer if you're running Windows.

26 Apr 2008, 10:15 AM
#15
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

It's in 'My Documents' and i'm looking through them and trying to rename the 'YourTemplate' part but the option doesn't come up like it normally does.

28 Apr 2008, 10:34 PM
#16
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

Anyone know what i'm doing wrong?

29 Apr 2008, 3:32 PM
#17
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,767
Plugin Contributions:
9

Re: Downloading & Installing The Flyout Menu

are you double-clicking the zip to get "into it" or have you right-clicked the zip and selected "extract" ?

29 Apr 2008, 4:33 PM
#18
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

Double clicked. Do I need to extract them?

29 Apr 2008, 4:57 PM
#19
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Downloading & Installing The Flyout Menu

That is such a basic step that I didn't even consider it a possible source of the problem, since you said you had been uploading files.

You have to unzip or extract the files from a zip before you can do anything else with them, including uploading to your site.

Kobra's quote in post #2:

"1. Unzip the package, retaining the folder structure."

30 Apr 2008, 11:10 AM
#20
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Downloading & Installing The Flyout Menu

Oops, i'm sure an idiot when it comes to all this.

So how's it uploaded to the site do I add the code that's in the 'readme' section?