Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 845,046

Results 1,181 to 1,200 of 3,245
2 Apr 2008, 1:00 AM
#1181
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Cherry Zen Template Support Thread

Lovely:

Ah before the < /div >. It'd be much easier if we did exactly as you say :blink:

LOL, I should have just pasted it as an example, or said before that line, that would have been easier too. :P

2 Apr 2008, 4:01 AM
#1182
getxbox avatar

getxbox

New Zenner

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

Re: Cherry Zen Template Support Thread

Hey,

I'm having problems viewing my webpage in IE7. The right sideboxes goes off the original body. This only happens in some Screen Size and also , when you press the second button on the right top corner, which makes the explorer smaller. The site is getxboxcodes.com. Nedd help, Thanks

Thank you.
Alwin

2 Apr 2008, 4:09 AM
#1183
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

which section(s) in the stylesheet.css control the alignment of the links in the ezpages header and the ezpages footer?

thanks!

2 Apr 2008, 10:54 AM
#1184
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

gsdcypher:

which section(s) in the stylesheet.css control the alignment of the links in the ezpages header and the ezpages footer?

thanks!

If you view the source of your site for that section:

<div id="navSuppWrapper">
<div id="navSupp">
<div id="navEZPagesBot">
 		<div class="clearBoth"></div>
<!--bof-view cart and checkout now links-->   
<!--eof-view cart and checkout now links-->
  <a href="http://www.allk-9.com">Home</a> | 

  <a href="http://www.allk-9.com/account/login.html">Order Tracking</a> | 
  <a href="http://www.allk-9.com/pages/faq-pv-c0-11.html">FAQ</a> | 
  <a href="http://www.allk-9.com/contact-us.html">Contact Us</a> | 
</div> 

</div>
</div>

It tells you the three div's that you're working with.

Something like this should be good.

#navSuppWrapper {
	width:950px;
	margin:0 auto;
	}
	
#navSupp {
	margin:0 auto;
	text-align:left;
	padding-top:1em;
	}
2 Apr 2008, 10:55 AM
#1185
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

getxbox:

Hey,

I'm having problems viewing my webpage in IE7. The right sideboxes goes off the original body. This only happens in some Screen Size and also , when you press the second button on the right top corner, which makes the explorer smaller. The site is getxboxcodes.com. Nedd help, Thanks

Thank you.
Alwin

Sorry, I don't have the time to figure this out, since it doesn't happen in my test site, compare your css with the original css, and see if you can find some differences, then see which difference is causing the problem. That is what I would do to figure out your issue.

2 Apr 2008, 3:41 PM
#1186
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hmmm... ok so looking at the header, are these the sections to edit to control the ezpage links in the header?

If so, the links in the header are aligned to the left, how/where would I change that to center???

#navMain {
 float:right;
 width:760px;
 line-height:normal;
 }
 
#navMainWrapper {
 height:32px;
 width:100%;
 font-size:12px;
 }

Thanks!

2 Apr 2008, 6:01 PM
#1187
adds avatar

adds

Zen Follower

Join Date:
Nov 2005
Posts:
255
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

First of all, you're showing me two different pages, one is a zen cart category page, and one is your home page. Your home page has the "new products" and "monthly specials", and those home page boxes are not designed to have an add to cart button.

Now, if you go to a category page on your site, yours should show a "Buy Now" button as well, unless your product has attributes that the customer needs to choose, then it will have a "more info" link instead.

Here is an example of a category page on your site:
http://www.electronic-web.com/games/index.php?main_page=index&cPath=10_22

If you had the "login for price" function turned off, you'd probably have the "add to cart" buttons as well, if not, go to "configuration", "product listing" and turn the add to cart button on.

Thanks for the reply, I do have the buttons turned on but there is not box it just shows the word "Add" and then a box with a 0 in it?

2 Apr 2008, 7:38 PM
#1188
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi Jettrue,

I tried text-align:center in the #navMainWrapper and #navMain to center up the ezpage links in the header, but it had no affect in either. :-(

Thanks.

2 Apr 2008, 9:38 PM
#1189
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

Adds:

Thanks for the reply, I do have the buttons turned on but there is not box it just shows the word "Add" and then a box with a 0 in it?

Turn off the "Display Multiple Products Qty Box Status and Set Button Location" in "Configuration", "Product Listing".

2 Apr 2008, 9:45 PM
#1190
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

gsdcypher:

Hmmm... ok so looking at the header, are these the sections to edit to control the ezpage links in the header?

If so, the links in the header are aligned to the left, how/where would I change that to center???

#navMain {
float:right;
width:760px;
line-height:normal;
}

>  
> ```
 
#navMainWrapper {
 height:32px;
 width:100%;
 font-size:12px;
 }

Thanks!

No, that's not the section for the ezpages, that's the section for your blue tabs. From your source:

<div id="navEZPagesTop">
 		<div class="clearBoth"></div>
<!--bof-view cart and checkout now links-->   
<!--eof-view cart and checkout now links-->
  <a href="http://www.allk-9.com">Home</a> | 
  <a href="http://www.allk-9.com/account/login.html">Order Tracking</a> | 
  <a href="http://www.allk-9.com/pages/faq-pv-c0-11.html">FAQ</a> | 

  <a href="http://www.allk-9.com/contact-us.html">Contact Us</a> | 
</div> 

On an unrelated note.... did you disable right clicking on your site? In my not so humble opinion, I don't think people should disable their viewers' mouse controls. I use right click for a lot of things, and it's one of my pet peeves when someone disables it, LOL. On my list of web annoyances, it's second only to automatic music playing. :flex: If you've disabled right click to protect your images.... it doesn't work, there are ways around that. My suggestion is to use something like IH2 (Image Handler 2, in the downloads section), to create automatic watermarks for you.

2 Apr 2008, 10:31 PM
#1191
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Rats... I got confused. :( I was looking for the div's in the stylesheet that work with the ezpage link section in the header (like the example you posted for the footer)...
But I finally found it thank you! :clap:

Yes, I was having a lot of trouble with people downloading my images without permission. So I think my right click is disabled...:oops:

And I didn't disable it, someone helped me with that, so I don't know how to enable it. :blink:

I do have image Handler2 installed. I didn't know there was a built in watermark feature (or how to use it).

Thanks.

2 Apr 2008, 10:59 PM
#1192
jmcgov avatar

jmcgov

New Zenner

Join Date:
Oct 2007
Posts:
31
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello, I’m having an issue with the right hand search box and a few of the buttons. I’m not sure what is triggering the error. I had the site fully operational on a server running php v 4.x.x the host changed locations so I had them put us on an up to date server only differences is php v 5.2.3 and php is running as cgi. I did the transfer and everything seems to be fine except for the search box and a few of the buttons. If you check the login button and the search box on the right you will see what I’m talking about.

Thank you in advance for any help.

Blessings,
Jim

2 Apr 2008, 11:24 PM
#1193
jmcgov avatar

jmcgov

New Zenner

Join Date:
Oct 2007
Posts:
31
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Sorry for double posting, I forgot link in last post,

Hello, I’m having an issue with the right hand search box and a few of the buttons. I’m not sure what is triggering the error. I had the site fully operational on a server running php v 4.x.x the host changed locations so I had them put us on an up to date server only differences is php v 5.2.3 and php is running as cgi. I did the transfer and everything seems to be fine except for the search box and a few of the buttons. If you check the login button and the search box on the right you will see what I’m talking about.

Thank you in advance for any help.

Blessings,
Jim

http://pipersparlor.com/index.php?main_page=login

This is a lingerie site but this page has no graphics just log in page.
Thank you

3 Apr 2008, 2:05 AM
#1195
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

JMcGov:

Sorry for double posting, I forgot link in last post,

Hello, I’m having an issue with the right hand search box and a few of the buttons. I’m not sure what is triggering the error. I had the site fully operational on a server running php v 4.x.x the host changed locations so I had them put us on an up to date server only differences is php v 5.2.3 and php is running as cgi. I did the transfer and everything seems to be fine except for the search box and a few of the buttons. If you check the login button and the search box on the right you will see what I’m talking about.

Thank you in advance for any help.

Blessings,
Jim

http://pipersparlor.com/index.php?main_page=login

This is a lingerie site but this page has no graphics just log in page.
Thank you
Try re-uploading all the images.

3 Apr 2008, 2:05 AM
#1196
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

CnTGifts:

i got a question

When people are on different pages on my site, in the whos online, it shows them as being on this page

http://www.reynoldsgiftshop.com/includes/templates/cherry_zen/css/

I don't know, sorry.

3 Apr 2008, 3:00 AM
#1198
jmcgov avatar

jmcgov

New Zenner

Join Date:
Oct 2007
Posts:
31
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Try re-uploading all the images.

BINGO!! Thank you!! I truly appreciate all the help you are with this template.

3 Apr 2008, 11:20 AM
#1199
jmcgov avatar

jmcgov

New Zenner

Join Date:
Oct 2007
Posts:
31
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

heavenlynights:

ok below is the link to the original post by jmcgov which explains the problem that I am having. This problem is to do with the drop shadow on product images and the zen lightbox mod. I followed the same instruction noted in the below post which fixed the drop shadow problem but created another and that is in the product info page, when you click on the text link, larger image, it takes you back to the home page instead of opening the larger image.

http://www.zen-cart.com/forum/showthread.php?p=498402#post498402

member "Jmcgov" noted in the following post

http://www.zen-cart.com/forum/showpost.php?p=498980&postcount=794

that he/she had found the solution which was apparently a line of code that was missing. I am just wanting to know what that line of code was! so that I can fix problem.

Thanks Jade for taking the time to help!!

I appologize for taking so long to respond to this, I haven't been logged into the site for a while. Posts 557 and 558 by jkeifer provide a fix for this. The problem is that it throws like 18 validation errors. Hopefully someone with more coding skill than I have can fix the errors. BTW, by more coding skill than I have I mean any coding skill :shocking:

Blessings,
Jim

3 Apr 2008, 11:56 AM
#1200
heavenlynights avatar

heavenlynights

Zen Follower

Join Date:
Jan 2006
Location:
Australia
Posts:
303
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thanks Jim

Everything a o k now! :smile:

JMcGov:

I appologize for taking so long to respond to this, I haven't been logged into the site for a while. Posts 557 and 558 by jkeifer provide a fix for this. The problem is that it throws like 18 validation errors. Hopefully someone with more coding skill than I have can fix the errors. BTW, by more coding skill than I have I mean any coding skill :shocking:

Blessings,
Jim