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

Cherry Zen Template Support Thread

Views: 845,075

Results 2,221 to 2,240 of 3,245
19 Nov 2008, 9:30 PM
#2221
gsdcypher avatar

gsdcypher

Totally Zenned

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

Cherry Zen Template Support Thread

Hi Jade,

On one of my pages (view cart page) the links and pics in the footer are included in the body of the main page. http://tinyurl.com/66wyjb

But on the other pages, the links and pics in the footer look like they are in a separate section.
**http://tinyurl.com/6mwtpp

**How do I get all of the pages to look like the view cart page and include the links and pics in the footer in the body of the main page?

Thanks.

20 Nov 2008, 8:12 PM
#2222
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi Jade,

I moved things around on my Product Info Display, but I can't seem to get the product name and price to show to the right of the image. It actually displays correctly in FF but not in IE. Any ideas??
Here is a link to see an example:
http://kellyscountrycorner.com/index.php?main_page=product_info&cPath=76_121&products_id=1049

Thanks,
Kelly

20 Nov 2008, 11:13 PM
#2223
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

sleepless:

Hi Jade,

I moved things around on my Product Info Display, but I can't seem to get the product name and price to show to the right of the image. It actually displays correctly in FF but not in IE. Any ideas??
Here is a link to see an example:
http://kellyscountrycorner.com/index.php?main_page=product_info&cPath=76_121&products_id=1049

Thanks,
Kelly
Maybe this will help you.
Originally Posted by countrycharm
jettrue I know you have answered this question before, but I'm having trouble finding exactly what code to move and where to put it after I move it. I'm trying to move the add to the cart button up under the model number. What part of the code do you move up or down from the tpl_product_info_display.php to get this like I want it. Thank you for your help. Here is my site
Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->


Jade
Sage Fish

20 Nov 2008, 11:43 PM
#2224
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

follow up to the footer thing...

i managed to move the pics and links into the main page body by editing the tpl_footer file and moving that code up above the closing divs code...

now how would i border the links with a line above and a line below the links? like the section at the top with the search box???

like so...


Link | Link | Link | Link | Link | Link | Link | Link | Link | Link


Thanks!

21 Nov 2008, 12:14 AM
#2225
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

countrycharm:

Maybe this will help you.

Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->


Jade
Sage Fish

That is how I did it. But...as I said it, it looks fine in FF but not in IE.

Thanks,
Kelly

21 Nov 2008, 1:11 AM
#2226
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

What do you want to do move it up closer next to your picture, if so in your stylesheet.css find this line and

#cartAdd {
width:125px;
text-align:center;
margin:10px auto;
float:right;
padding-right:10px;
Change the margin like I have below. Keep playing with it until you move it where you like.
#cartAdd {
width:125px;
text-align:center;
margin:45px 130px 10px;
float:right;
padding-right:10px;
}

21 Nov 2008, 5:07 PM
#2227
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Follow up to the link border: this can be done by adding a border to the navSupp section. Thanks Glenn!

21 Nov 2008, 8:59 PM
#2228
beerbender avatar

beerbender

New Zenner

Join Date:
Dec 2007
Posts:
8
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Is there a way to make this template IE8 compatible and have the compatibillity button not appear?

22 Nov 2008, 5:29 AM
#2229
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

hi jade,

oops back to the footer thing. apparently the view cart page functions differently than all the other pages. and when i moved the code in the tpl_footer file above the closing divs code, it worked for all pages...except the view cart page (which it broke).
:lamo:
so is there another way to get the footer links to be included in the main body page???

thanks.

23 Nov 2008, 5:13 AM
#2230
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:

hi jade,

oops back to the footer thing. apparently the view cart page functions differently than all the other pages. and when i moved the code in the tpl_footer file above the closing divs code, it worked for all pages...except the view cart page (which it broke).
:lamo:
so is there another way to get the footer links to be included in the main body page???

thanks.

Have you tried moving the code to tpl_main_page.php?

23 Nov 2008, 5:13 AM
#2231
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

BeerBender:

Is there a way to make this template IE8 compatible and have the compatibillity button not appear?

I am not sure what you are referring to.

24 Nov 2008, 9:27 AM
#2232
hasnut avatar

hasnut

New Zenner

Join Date:
Jul 2004
Posts:
4
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

When I enable top search box , it shows on left/right side also in top. I dont want to show it on left or right. how to do that?

24 Nov 2008, 9:06 PM
#2233
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

hasnut:

When I enable top search box , it shows on left/right side also in top. I dont want to show it on left or right. how to do that?

Turn it off for the left/right status.

25 Nov 2008, 5:00 AM
#2234
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

hi jade,

what is the best way to put a line at the bottom of the left and right columns?

could i use something like border-bottom? if so, where would the code go so it just but the line at the bottom of the left and right columns and not the middle of the page?

thanks.

25 Nov 2008, 8:41 PM
#2235
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Jade, I'm in the process of redesigning an existing site and your template had nearly all the layout features I had intended to build - so first of all thanks a ton for your great work

I made a few layout changes, (no right column) and followed your directions; however I'm having a few issues I was hoping you might be able to help with.

First in IE (6/7) the left column is being pushed way down by the center. Now I created a margin between the content and the left column, thinking that would solve the issue.. no joy. I changed my products column number to 2 vs. 3 to see if that made a difference - no joy. I also played with the float margins - no help there either. Any suggestions. Here's a link to the test bed mysite

Now on a side note and I'm going to post this to the general area of the forum as it's not related to your template - After working most of the night on some custom coding that all worked fine when I went to bed in the wee hours, I wake up to find my home page has vanished..LOL - The rest of the site displays just fine - just the main_page define will not display. I've changed templates so this is not an issue with your template, but I thought I would mention that in case you've ever seen anything like that in the past.

I also am working on the menu by implementing the drop down. One question there - The second level of the menu covers the first level when it is moused over. What can I do to adjust the css so that you can still see the first level. Example - Home - if you were to try to click Home to return to the main, you can't the New Products jumps up over the top of it.

Thanks again for such a nice template.. I'm off to see if anyone else has ever lost the main page before..:huh:

Ruth

26 Nov 2008, 12:09 AM
#2236
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thought I would post back as I found two solutions of my three problems :clap:

On the content pushing the left column down - I added an stylesheet_ie6 and ie7 - on both I indicated that the #content width be reduced to 99% from 100% and it did the trick! All looks nice. The mysterious missing front page was due to a very tired developer last night doing something silly.. :blush: we'll just leave it at that...LOL

Now I'm going to go back to playing with the menu as I really want to do some major customizations there, so input could really be helpful.

  1. the first issue still needs to be addressed (second link covering the top link)
  2. Next - I want to add three sets of custom links to the menu that have children (sub menu-items). Not quite sure "yet" how to do that with this menu, so if anyone has insight just jump right in there. I'll post back my progress in the event anyone else is working on setting the drop down menu in to replace the standard top menu.

Ruth

26 Nov 2008, 5:09 PM
#2237
tjr_stores avatar

tjr_stores

New Zenner

Join Date:
Aug 2007
Location:
UK
Posts:
66
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

It will be easy to remove sideboxes on the home page, since the home page has its own selector. The code below will remove sideboxes from the home:

#indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo {display:none;}
#indexHomeBody .float-wrap {margin:none!important;width:100%;}
#indexHomeBody .outer {padding:0;width:98%;margin:0 auto;}
#indexHomeBody #contentMainWrapper {background:#ffffff;}

> 
> Then you could JUST have text on your home page, that is defined in your "Define Pages Editor" in your admin.
> 
> I'll let you think about what you want to do from there, but the above is a quick way to remove all sideboxes from home.

 Hi,

 Done this and it works fine in FF and IE6 but not in IE7. I realise it is an old post but looking through further into this thread to see if anyone else had this issue I couldn't see anything by page 200 so decided to post for help.

 In IE7 it throws the image (Content from the main page) up to the top right way off page.

 <https://www.tjrstores.com/lingerie>

Thanks for the help in advance.

Rob

P.S. I added in the position: relative; /* IE needs this  */ into 2 parts of the CSS code quoted above and still no luck.
26 Nov 2008, 6:03 PM
#2238
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

It's really important to read the enclosed readme file that Jade provided. The columns are done by css positioning vs. using the normal right and left box setups. She gives very detailed information on how to do this in this file. Also the image for the sideboxes are removed within the css.

Hope that helps.

26 Nov 2008, 6:14 PM
#2239
tjr_stores avatar

tjr_stores

New Zenner

Join Date:
Aug 2007
Location:
UK
Posts:
66
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi Thanks for the reply.

I followed the instructions carefully and all is working fine. It just does not work in IE7. It seems to be a bug associated with IE7.

Thanks
Rob

26 Nov 2008, 8:01 PM
#2240
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Solved my issues!! :clap: - I had forgotten to go back to the original style sheet and remove and modify the setting for the original menu styling. I wanted this menu to blend with the existing design and it does not beautifully!!!

Thanks again for two such great contributions!!! They are even better together!!:hug:
Ruth