Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Did you mean to say, in the left column? Are you talking about that grey box?
picture mean a thousand words :smile::smile:
sorry for my broken english...
could you see the picture
http://store.hope.or.id/images/next.jpg
i mean to take the right column outside the mainwrapper, so it will be located at the white area..
i have no basic off css, just try this, try that, thankfully that you make comment in the stylesheet file..
but for this one, i got really confused..
how can i make just like the picture, the mainwrapper will take a full space from dropdown menu to the bottom, and the right column will go outside mainwrapper, so it will be at the white space..
hope i could make you understand what i mean to.. :blush:
Re: Apple Zen Support Thread
Hi, I'm new to zen cart and have downloaded the Apple_zen template (which I love BTW! thanks).
I've spent hours and hours reading and figuring things out via this search forum and Google, but I'm just going to break down and ask this question for right now.
My site is http:// melissadavisphotography.com/ templatesforyou
Firs of All, I like the look of the CSS drop down menu. I've unzipped it, but am not sure which file to add it into via my ftp system? Does this drop down menu take the place of the one that is currently there (home & Testing on my site)? I tried installing it to a few different areas of my template, but nothing happened.
Sorry if that is a totally dumb question! :blush: Thanks for the help!
Re: Apple Zen Support Thread
How do I change the order of the pages in the "information" drop-down? Can you tell me which file to edit and I can take it from there. Thanks!!
Re: Apple Zen Support Thread
Quote:
Originally Posted by
GoNinja
How do I change the order of the pages in the "information" drop-down? Can you tell me which file to edit and I can take it from there. Thanks!!
try to edit the tpl_drop_menu.php
located in
/YOUR PATH/includes/templates/apple_zen/common/
that will help you.. :D:D
Re: Apple Zen Support Thread
Okay so forget the question above. I am not just really frustrated and not sure what to do. My site looks and works differently in IE and firefox. I am at a loss and just might wash my hands of zen cart. How am I supposed to make it work in one browser and have it be the same in all others?!! :no:
Re: Apple Zen Support Thread
fiiuuhh..
finally, i can make it..
now i need another help from you jet..
can you look at my another site, http://ourlivestore.com/index.php
why when i go to contact_us pages, the layout change a little bit ??
thank you for your help jet..
Re: Apple Zen Support Thread
I'm wondering if someone can help out a lost newbie... (site is www.sistersecrets.net)
All I need to do is get a 1000x168 logo at the top of the apple zen template. I followed the instructions exactly, but I can't seem to get it. It worked for firefox at one time, but not for IE. Currently it is shown at the top above the menus like I want, but the image is cut off about 3/4 of the way across. Here is the stylesheet.css I have:
h4.optionName {
line-height:1.5em;
padding-right:1em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerB
oxContentsAlsoPurch, .attribImg {
float:left;
}
#logo {
#float:left; /* to center your logo, uncomment the "text-align:center;margin:0
auto" below. Also remove "float:left" */
text-align:center;
margin:0 auto;
width:1000px;
}
#logo {
#width:19.1em; /* To prevent the logo from resizing, simply delete or comment o
ut this section */
}
LABEL.inputLabel {
width:85%;
float:left;
margin:.3em 0;
Re: Apple Zen Support Thread
Quote:
Originally Posted by
missa425
Okay so forget the question above. I am not just really frustrated and not sure what to do. My site looks and works differently in IE and firefox. I am at a loss and just might wash my hands of zen cart. How am I supposed to make it work in one browser and have it be the same in all others?!! :no:
Some patience might make things better. :cool:
Do you see the same issues at my test site, http://www.applezen.sagefish.com?
I've worked hard on making it the same in both, so perhaps it is an issue on your end, not zen carts?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
romyloice
fiiuuhh..
finally, i can make it..
now i need another help from you jet..
can you look at my another site,
http://ourlivestore.com/index.php
why when i go to contact_us pages, the layout change a little bit ??
thank you for your help jet..
I don't see it changing. What browser are you seeing changes in, and what exactly is changing?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
darths
I'm wondering if someone can help out a lost newbie... (site is
www.sistersecrets.net)
All I need to do is get a 1000x168 logo at the top of the apple zen template. I followed the instructions exactly, but I can't seem to get it. It worked for firefox at one time, but not for IE. Currently it is shown at the top above the menus like I want, but the image is cut off about 3/4 of the way across. Here is the stylesheet.css I have:
h4.optionName {
line-height:1.5em;
padding-right:1em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerB
oxContentsAlsoPurch, .attribImg {
float:left;
}
#logo {
#float:left; /* to center your logo, uncomment the "text-align:center;margin:0
auto" below. Also remove "float:left" */
text-align:center;
margin:0 auto;
width:1000px;
}
#logo {
#width:19.1em; /* To prevent the logo from resizing, simply delete or comment o
ut this section */
}
LABEL.inputLabel {
width:85%;
float:left;
margin:.3em 0;
You've got some crazy commenting going on there, and I bet that's at least part of your issue, if not all.
In css, to comment out (hide) something, it should look like this:
/* Hidden Stuff here */
those #'s you have before stuff to try and hide it, isn't going to work. Either fix the commenting, or just go ahead and delete the sections you don't want to use.