Zen Cart Logo
Forums / Addon Templates / Apple Zen Support Thread

Apple Zen Support Thread

Views: 855,639

Results 1,901 to 1,920 of 3,042
24 Apr 2008, 8:58 PM
#1901
jettrue avatar

jettrue

Totally Zenned

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

Apple Zen Support Thread

jonm:

I love the Apple Zen template it really looks good.

What is the best way to move an attribute up to the level of the Add to Cart, just under Shipping Weight?

Any help would be appreciated.

Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

Everything is nicely segregated in that template, you can move chunks around where you'd like them.

29 Apr 2008, 5:35 AM
#1902
mtgt avatar

mtgt

New Zenner

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

Re: Apple Zen Support Thread

Hi,

I install apple zen template, everything fine exept the horizontal menu with IE7.
When I rollover the main title, the subtitles appear but come instead of the title. Upfully you understand what happens!!
here is the URL: http://cart.smoother.biz

I'll try to replace my stylesheet with the one found in the last version of apple zen template; but it's exactely the same think. I don't know where is from!!!

Any help will be really appreciate!

Greg

29 Apr 2008, 12:52 PM
#1903
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

mtgt:

Hi,

I install apple zen template, everything fine exept the horizontal menu with IE7.
When I rollover the main title, the subtitles appear but come instead of the title. Upfully you understand what happens!!
here is the URL: http://cart.smoother.biz

I'll try to replace my stylesheet with the one found in the last version of apple zen template; but it's exactely the same think. I don't know where is from!!!

Any help will be really appreciate!

Greg

Does the same thing happen at my test site:

http://www.zencart137.jadetrue.com

Have you uploaded the .htaccess file as described in the readme.txt?

29 Apr 2008, 1:58 PM
#1904
high2k avatar

high2k

Zen Follower

Join Date:
May 2006
Location:
Scotland
Posts:
198
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jettrue,

I'm just following up on a question I had last week re. displaying the currency icons. I'm still unsure as to where I put that code. Could you offer me some guidance?

Cheers

29 Apr 2008, 8:48 PM
#1905
english_1969 avatar

english_1969

New Zenner

Join Date:
Apr 2008
Location:
Raleigh, NC
Posts:
34
Plugin Contributions:
0

Re: Apple Zen Support Thread

I am having trouble getting the drop menu to size correctly.

See example:
http://tegflorist.com/

I would to tighten up the top widths and stretch the entire width to match the page width.

I've tried playing the drop menu css but to no avail.

Can someone advise?

I am using 'Paul's Version' of the drop menu so I'm not sure if I need to ask this on that form or not.

Thanks,
W

29 Apr 2008, 11:29 PM
#1906
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

high2K:

Hi Jettrue,

I'm just following up on a question I had last week re. displaying the currency icons. I'm still unsure as to where I put that code. Could you offer me some guidance?

Cheers

It goes in common/tpl_header.php. Try experimenting in different spots to find where it looks the best.

30 Apr 2008, 12:12 AM
#1907
jimbofoxman avatar

jimbofoxman

New Zenner

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

Re: Apple Zen Support Thread

Ok, I've setup one test product that has an AVAILABLE DATE in it. It displays in the UPCOMING PRODUCTS box on the main page, but how do I get in the HOME drop down a line item for UPCOMING PRODUCTS?

Right now it just shows; NEW PRODUCTS, ALL PRODUCTS, SPECIALS and SEARCH.

Suggestions?

1 May 2008, 12:38 AM
#1908
kot1978 avatar

kot1978

New Zenner

Join Date:
Apr 2008
Location:
Brooklyn,NY
Posts:
25
Plugin Contributions:
0

Re: Apple Zen Support Thread

i'm using latest edition of zen cart.
when users want to leave a Review of a product, they are being asked to log in.

Is there a way to turn off "USER log-in" in order for the user to leave a review on a product?

1 May 2008, 4:54 AM
#1909
mtgt avatar

mtgt

New Zenner

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

Re: Apple Zen Support Thread

No, it's not happens on your demo website.
Yes I upload the htaccess after this change. My website is in subdomain, is it good?

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.smoother.biz$ [NC]
RewriteRule ^(.*)$ http://cart.smoother.biz/$1 [R=301,L]

## If you'd like your site to go to http://mysite.com instead of http://www.mysite.com, add these changes instead:

##RewriteEngine On
##RewriteCond %{HTTP_HOST} ^cart.smoother.biz$ [NC]
##RewriteRule ^(.*)$ http://cart.smoother.biz/$1 [R=301,L]

Thanks for your help

1 May 2008, 6:11 PM
#1910
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Apple Zen Support Thread

Hi Jettrue,

I am trying to combine cherry and apple. :-)

I downloaded the CSS drop down menu mod. How would I change the drop down headings to be categories and the drop down lists to subcats or products under those categories?

For example:
Instead of: Home | Categories | Information | etc...

I need: Cat 1 | Cat 2 | Cat 3 | Cat 4 | etc..

Thanks.

1 May 2008, 10:57 PM
#1911
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

gsdcypher:

Hi Jettrue,

I am trying to combine cherry and apple. :-)

I downloaded the CSS drop down menu mod. How would I change the drop down headings to be categories and the drop down lists to subcats or products under those categories?

For example:
Instead of: Home | Categories | Information | etc...

I need: Cat 1 | Cat 2 | Cat 3 | Cat 4 | etc..

Thanks.

Look for "Paul's Edition" right under my CSS drop down menu mod in the "other" category. It does it that way.

1 May 2008, 10:59 PM
#1912
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

mtgt:

No, it's not happens on your demo website.
Yes I upload the htaccess after this change. My website is in subdomain, is it good?

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.smoother.biz$ [NC]
RewriteRule ^(.*)$ http://cart.smoother.biz/$1 [R=301,L]

If you'd like your site to go to http://mysite.com instead of http://www.mysite.com, add these changes instead:

##RewriteEngine On
##RewriteCond %{HTTP_HOST} ^cart.smoother.biz$ [NC]
##RewriteRule ^(.*)$ http://cart.smoother.biz/$1 [R=301,L]

> 
> 
> Thanks for your help
Since you want your site to be without the www (<http://cart.smoother.biz>) check your includes/configure.php and your admin/includes/configure.php, and be sure you don't have the www entered there.
1 May 2008, 11:23 PM
#1913
mtgt avatar

mtgt

New Zenner

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

Re: Apple Zen Support Thread

I check the two folder and I have not the www, all addresses are http://cart.smoother.biz

2 May 2008, 11:48 PM
#1914
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Apple Zen Support Thread

Thanks Jettrue. I grabbed Paul's edition and added the menu code to the tpl_header.php below the ezpage links bar.

<!--bof-drop down menu display-->
  <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
  <!--eof-drop down menu display-->

The top row of drop down buttons show, but the second row of drop down buttons are hidden by the page. How do I adjust the page down to accomodate the drop down menu button rows?

Also the buttons on the right side of the menu drop down and then flyout to the right and are hidded because they extend past the side of the right column...

Thanks.

3 May 2008, 2:57 AM
#1915
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

gsdcypher:

Thanks Jettrue. I grabbed Paul's edition and added the menu code to the tpl_header.php below the ezpage links bar.

<!--bof-drop down menu display-->
  <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
  <!--eof-drop down menu display-->

The top row of drop down buttons show, but the second row of drop down buttons are hidden by the page. How do I adjust the page down to accomodate the drop down menu button rows?

Also the buttons on the right side of the menu drop down and then flyout to the right and are hidded because they extend past the side of the right column...

Thanks.
Link please? I really can't follow what you're saying without a visual.

3 May 2008, 5:36 AM
#1916
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Apple Zen Support Thread

Sorry. Here is a link http://www.allk-9.com/test/

The top row of drop down buttons show, but the second row of drop down buttons are hidden by the page. How do I adjust the page down to accomodate the drop down menu button rows?

Also the buttons on the right side of the menu drop down and then flyout to the right and are hidden because they extend past the side of the right column...

Link please? I really can't follow what you're saying without a visual.

Thanks.

3 May 2008, 12:21 PM
#1917
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

gsdcypher:

Sorry. Here is a link http://www.allk-9.com/test/

The top row of drop down buttons show, but the second row of drop down buttons are hidden by the page. How do I adjust the page down to accomodate the drop down menu button rows?

Also the buttons on the right side of the menu drop down and then flyout to the right and are hidden because they extend past the side of the right column...

Thanks.

Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and fix your commenting, you should have <!-- before anyhing you want hidden and --> after. Your commenting in the drop menu area is rather careless, and needs much cleaning up. If you want the header ezpages menu off, turn it off in the admin under "configuration", "ezpages settings", don't try to hide it with comments.

3 May 2008, 4:41 PM
#1918
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Apple Zen Support Thread

i will work on cleaning up the commenting, right now it is a mess because i am testing things on this page.

but how do i get the second row of drop down menus to show? it shows the top row, but there is another row underneath that is hidden by the page...

i don't want to turn off the ezpage links. i want that on top, then the drop down menu underneath (like it is) but there is another row to the drop down menu that is not showing and the flyout menu on the right side is hidden because it goes off the side of the page.

home | log in | my account | view cart | checkout now
on sale | agility equipment | auto accessories | balls & tugs | clothing | decals | dog equipment
*grooming supplies | kennel supplies | protection equipment | safety & cooling | etc.

*this second drop down row is hidden by the page.

thanks.

3 May 2008, 5:11 PM
#1919
kot1978 avatar

kot1978

New Zenner

Join Date:
Apr 2008
Location:
Brooklyn,NY
Posts:
25
Plugin Contributions:
0

Re: Apple Zen Support Thread

button hoover options dont work in APPLE ZEN.

i'm using using zen 1.3.8.
converted to default ZEN 1.3.8 template - everything is fine.
what could be the problem?

SOURCE FOR APPLE ZEN TEMPLATE:

<!--bof Reviews button and count--> <div id="productReviewLink" class="buttonRow back"><a href="http://citystylefurniture.com/index.php?main_page=product_reviews_write&cPath=1_27&products_id=20&number_of_uploads=0"><span class="cssButton button_write_review" onmouseover="this.className='cssButtonHover button_write_review button_write_reviewHover'" onmouseout="this.className='cssButton button_write_review'" style="width: 80px;" > Write Review </span></a></div> <br class="clearBoth" /> <!--eof Reviews button and count -->

SOURCE FOR ZEN1.3.8 DEFAULT TEMPLATE:

<!--bof Reviews button and count--> <div id="productReviewLink" class="buttonRow back"><a href="http://citystylefurniture.com/index.php?main_page=product_reviews_write&cPath=3_13&products_id=43&number_of_uploads=0"><span class="cssButton button_write_review" onmouseover="this.className='cssButtonHover button_write_review button_write_reviewHover'" onmouseout="this.className='cssButton button_write_review'" style="width: 80px;" > Write Review </span></a></div> <br class="clearBoth" /> <!--eof Reviews button and count -->
3 May 2008, 8:04 PM
#1920
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

kot1978:

button hoover options dont work in APPLE ZEN.

i'm using using zen 1.3.8.
converted to default ZEN 1.3.8 template - everything is fine.
what could be the problem?

SOURCE FOR APPLE ZEN TEMPLATE:

<!--bof Reviews button and count--> <div id="productReviewLink" class="buttonRow back"><a href="http://citystylefurniture.com/index.php?main_page=product_reviews_write&cPath=1_27&products_id=20&number_of_uploads=0"><span class="cssButton button_write_review" onmouseover="this.className='cssButtonHover button_write_review button_write_reviewHover'" onmouseout="this.className='cssButton button_write_review'" style="width: 80px;" > Write Review </span></a></div> <br class="clearBoth" /> <!--eof Reviews button and count -->

SOURCE FOR ZEN1.3.8 DEFAULT TEMPLATE:

<!--bof Reviews button and count--> <div id="productReviewLink" class="buttonRow back"><a href="http://citystylefurniture.com/index.php?main_page=product_reviews_write&cPath=3_13&products_id=43&number_of_uploads=0"><span class="cssButton button_write_review" onmouseover="this.className='cssButtonHover button_write_review button_write_reviewHover'" onmouseout="this.className='cssButton button_write_review'" style="width: 80px;" > Write Review </span></a></div> <br class="clearBoth" /> <!--eof Reviews button and count -->

Those two things are exactly the same, aren't they?

Did you upload the css for the button hover function in the the apple_zen/css folder?