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

Apple Zen Support Thread

Views: 855,509

Results 401 to 420 of 3,042
24 Mar 2007, 3:48 PM
#401
fattyh avatar

fattyh

New Zenner

Join Date:
Mar 2007
Posts:
4
Plugin Contributions:
0

Apple Zen Support Thread

Hi,
Solved most of my problems now, but I am trying to make way for quite a large logo.
I would like to remove the "Home Log in" bar from the top of the header.
http://www.centralgifts.co.uk/cart

Any help much appreciated:blink:

Thanks

Ian

24 Mar 2007, 3:55 PM
#402
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

MeltDown:

Hi Jade - I'm driving myself crazy trying to find these two bits of information! :wacko:

  1. Would you be so kind as to tell me how to go about changing the color of the drop-down menu background so I can match my #navMainWrapper?

  2. In PittiVintage I can't for the life of me re-locate the center bar where these links reside:

I need to re-locate that bar that runs across the width of the page to figure out what color that dark pink background is so that I can match it.

As always, thanks for your help - Tim

  1. that's in the stylesheet_header_menu.css:

div#dropMenu ul.level1 {
width:70em;
margin:0 auto;
text-align:center;
background:#4F4F4F;
height:2.17em;
z-index:1000;
}

  1. I'm not sure what you mean here or why you'd need to relocate that bar to figure out which color? That pink bar outside the drop menu wrapper is #FF99CC.
24 Mar 2007, 3:57 PM
#403
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

fattyh:

Hi,
Solved most of my problems now, but I am trying to make way for quite a large logo.
I would like to remove the "Home Log in" bar from the top of the header.
http://www.centralgifts.co.uk/cart

Any help much appreciated:blink:

Thanks

Ian

You can get rid of this by opening up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and removing that whole section:

<!--bof-navigation display--> <div id="navMainWrapper"> <div id="navMain"> <div id="navMainLinks"> <ul class="back"> <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li> <?php if ($_SESSION['customer_id']) { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li> <?php } else { if (STORE_STATUS == '0') { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li> <?php } } ?> <?php if ($_SESSION['cart']->count_contents() != 0) { ?> <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li> <?php }?> </ul> </div> <div id="navMainSearch"> <?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?> </div> </div> </div> <div class="clearBoth"></div> <!--eof-navigation display-->

OR you can simply add this to your stylesheet:
#navMainWrapper {display:none}

(the code will still be there, it just won't "show up")

24 Mar 2007, 4:15 PM
#404
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Apple Zen Support Thread

Thanks Jade - That did the trick on both counts.

Tim

24 Mar 2007, 4:26 PM
#405
fattyh avatar

fattyh

New Zenner

Join Date:
Mar 2007
Posts:
4
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

OR you can simply add this to your stylesheet:
#navMainWrapper {display:none}

(the code will still be there, it just won't "show up")

Thanks, I have added the line to the style sheet as suggested, it has worked a treat. I am so close to finishing now, I am very pleased with the results,

Cheers

Ian

26 Mar 2007, 5:00 AM
#406
gourmutts avatar

gourmutts

New Zenner

Join Date:
Jan 2007
Posts:
14
Plugin Contributions:
0

Re: Apple Zen Support Thread

I don't know if this is part of an Apple Zen change or Zen Cart, but since I am using this template, I will ask the question here:

On the contact us page, the company name is indented a bit. Any way to get it left align and maybe in bold?

Thanks!

http://gourmutts.com/index.php?main_page=contact_us

26 Mar 2007, 6:02 PM
#407
slitter avatar

slitter

New Zenner

Join Date:
Jun 2005
Posts:
39
Plugin Contributions:
0

Re: Apple Zen Support Thread

I tried turn off the right column off in the admin but realized it doesn't work this way with the apple zen template.

The way I did it now is increasing the centercolumn and decreasing the right column in the stylesheet as described earlier in this thread. But it still doesn't look right.
I just want to use the center column as a single column. How can I do this?

greetings,

Marco

26 Mar 2007, 9:50 PM
#408
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

slitter:

I tried turn off the right column off in the admin but realized it doesn't work this way with the apple zen template.

The way I did it now is increasing the centercolumn and decreasing the right column in the stylesheet as described earlier in this thread. But it still doesn't look right.
I just want to use the center column as a single column. How can I do this?

greetings,

Marco

First turn of the sideboxes globally in your admin under Configuration, Layout Settings.

Then follow the instructions here:
http://www.zen-cart.com/forum/showpost.php?p=323760&postcount=86

26 Mar 2007, 9:54 PM
#409
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

gourmutts:

I don't know if this is part of an Apple Zen change or Zen Cart, but since I am using this template, I will ask the question here:

On the contact us page, the company name is indented a bit. Any way to get it left align and maybe in bold?

Thanks!

http://gourmutts.com/index.php?main_page=contact_us

Hi there,

I don't see the name indented, it looks flush with the left edge, along with everything else?

But to get it bold, simply enter your store like this:
<strong>Gourmutt's Barkery</strong> in the admin where you enter it for that page (Configuration, My Store)

26 Mar 2007, 11:31 PM
#410
jonisolis avatar

jonisolis

Zen Follower

Join Date:
Jan 2006
Location:
Kentwood, Louisiana, United States
Posts:
117
Plugin Contributions:
0

Re: Apple Zen Support Thread

Problem number one:

HELP! How do you get the EZ Pages to show up in the Apple Zen cart? I have been playing with this for hours. I have the new Zen Cart book and still cannot get my EZ Pages (only one test page so far) to show up. Can someone give me a clue. What settings do I need for this? Sorry, I am so frustrated.
My site is here: http://www.horse-logos.com

Problem number two: (this doesn't have anything to do with the Apple Zen template)

And does anyone know of any easy way to rename the actual html page name from: http://www.horse-logos.com/page_2.html to http://www.horse-logos.com/testimonials .html

26 Mar 2007, 11:41 PM
#411
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

jonisolis:

Problem number one:

HELP! How do you get the EZ Pages to show up in the Apple Zen cart? I have been playing with this for hours. I have the new Zen Cart book and still cannot get my EZ Pages (only one test page so far) to show up. Can someone give me a clue. What settings do I need for this? Sorry, I am so frustrated.
My site is here: http://www.horse-logos.com

Problem number two: (this doesn't have anything to do with the Apple Zen template)

And does anyone know of any easy way to rename the actual html page name from: http://www.horse-logos.com/page_2.html to http://www.horse-logos.com/testimonials .html

WHen you add the ez-pages, are you giving it a sort order as well? It has to have a sort order. So if you turn it on for the Sidebox, make sure there is a number in the sort order box.

Number 2. I'm not to sure about.

26 Mar 2007, 11:55 PM
#413
jonisolis avatar

jonisolis

Zen Follower

Join Date:
Jan 2006
Location:
Kentwood, Louisiana, United States
Posts:
117
Plugin Contributions:
0

Re: Apple Zen Support Thread

Yep, that is what I was missing - the sort order number! Thanks for the super fast reply Jade! What about the "About Us" page. How did it get to have a URL that is good? http://www.horse-logos.com/about_us.html

27 Mar 2007, 12:17 AM
#414
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

jonisolis:

Yep, that is what I was missing - the sort order number! Thanks for the super fast reply Jade! What about the "About Us" page. How did it get to have a URL that is good? http://www.horse-logos.com/about_us.html

You're using some sort of SEO url mod?

27 Mar 2007, 1:16 AM
#415
jonisolis avatar

jonisolis

Zen Follower

Join Date:
Jan 2006
Location:
Kentwood, Louisiana, United States
Posts:
117
Plugin Contributions:
0

Re: Apple Zen Support Thread

Yes. I had someone install the zen cart for me and he also installed some zen mods too, a SEO URL and a couple of others.

27 Mar 2007, 1:19 AM
#416
jonisolis avatar

jonisolis

Zen Follower

Join Date:
Jan 2006
Location:
Kentwood, Louisiana, United States
Posts:
117
Plugin Contributions:
0

Re: Apple Zen Support Thread

Jade, now that the EZ page links are showing up in my header I now have a white line/area running from one side of the page to the other. How do I fix that in the CSS? I am seeing it in the Firefox browser.
http://www.horse-logos.com/

27 Mar 2007, 8:02 AM
#418
sherbo avatar

sherbo

New Zenner

Join Date:
Mar 2007
Posts:
13
Plugin Contributions:
0

Re: Apple Zen Support Thread

How can I have my logo appear fully left justified to the side of the page without padding?

http://www.cheaper-supplements.com

Thanks

27 Mar 2007, 11:11 AM
#419
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

jonisolis:

Jade, how did you get your EZ Pages to show up in the drop down menu?
http://www.zencart137.jadetrue.com/page.html?chapter=0&id=1

I've added that ability to my drop down header, here is the download for the header only:

http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=479

27 Mar 2007, 11:13 AM
#420
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

sherbo:

How can I have my logo appear fully left justified to the side of the page without padding?

http://www.cheaper-supplements.com

Thanks

Simply change:

#logoWrapper {
margin:0 auto;
width:70em;
}

to

#logoWrapper {
margin:0 auto;
}