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

Apple Zen Support Thread

Views: 855,582

Results 881 to 900 of 3,042
17 Jun 2007, 6:37 PM
#881
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Apple Zen Support Thread

jettrue:

I only see a tiny bit of white to the right in Firefox, and some white below in IE. This may help:

#logoWrapperOuter {
background:#000000;
}

Thanks again that worked,:clap:

I never thought of the grey bar! it might look better without it, but how would I get rid of it ?
p.s thanks for making me aware of the 1.0 issue im much happier now :laugh:

Symmo

<https://www.temp-tattoos.co.uk>
18 Jun 2007, 6:46 AM
#882
nrg77 avatar

nrg77

Zen Follower

Join Date:
May 2007
Posts:
181
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jade,

When I am trying to add images or flash file to "define_main_page.php" I get the "X" mark on the image placeholder instead of displaying the image and for the flash, it doesn't even play as if there is no code to add such file there.

What is causing this? Is it because the images and flash file need to be in a specific folder?

Thanks.

18 Jun 2007, 9:26 AM
#883
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

Can any one help me to get my boxes tidied up?

I would like the tell a friend button in the middle of the other boxes but they all like the one in the pic--->
thanks in advance
steve

https://www.temp-tattoos.co.uk

18 Jun 2007, 12:52 PM
#884
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Apple Zen Support Thread

Can you tell me how to go about putting a line break on the checkout payment page between each payment method? I have Paypal, Credit Cards and a Layaway Module installed and they are all right on top of each other and I think it would be less confusing to have a blank link between each. I have looked at the tpl_checkout_payment_default.php file but since I don't know code, I am not sure how to add that line in. Thanks! Amy

18 Jun 2007, 1:14 PM
#885
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

nrg77:

Hi Jade,

When I am trying to add images or flash file to "define_main_page.php" I get the "X" mark on the image placeholder instead of displaying the image and for the flash, it doesn't even play as if there is no code to add such file there.

What is causing this? Is it because the images and flash file need to be in a specific folder?

Thanks.

I've never put flash in a zen cart, I'm not really sure what the issue could be, as long as its in the folder you designated. I would try doing a search for "flash" on the forum, or posting in a new thread. :cool:

18 Jun 2007, 1:17 PM
#886
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

symmo:

Can any one help me to get my boxes tidied up?

I would like the tell a friend button in the middle of the other boxes but they all like the one in the pic--->
thanks in advance
steve

https://www.temp-tattoos.co.uk

I'm assuming you mean you want it moved over to the left? You can add this to your stylesheet:

#productTellFriendLink{margin-right:90px;}

18 Jun 2007, 1:29 PM
#887
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Doodlebuckets:

Can you tell me how to go about putting a line break on the checkout payment page between each payment method? I have Paypal, Credit Cards and a Layaway Module installed and they are all right on top of each other and I think it would be less confusing to have a blank link between each. I have looked at the tpl_checkout_payment_default.php file but since I don't know code, I am not sure how to add that line in. Thanks! Amy

Maybe try adding this to your stylesheet?

#checkoutPayment input[type=radio] {margin:1em;}
#checkoutPayment .radioButtonLabel {margin:1em 0;}

P.S. I created a test account on your site to test this, you can delete it if you like. :smartalec:

18 Jun 2007, 1:32 PM
#888
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

symmo:

Thanks again that worked,:clap:

I never thought of the grey bar! it might look better without it, but how would I get rid of it ?
p.s thanks for making me aware of the 1.0 issue im much happier now :laugh:

Symmo

https://www.temp-tattoos.co.uk

Well, the code for the ezpages section (which is the source of the grey bar that is showing on your page), should be in your header like this:

<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
        <div id="navEZPagesTopWrapper">
	  <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
        </div>
      <?php } ?>

SO, if the ezpages is OFF in your site admin, there should be no

<div id="navEZPagesTopWrapper"></div>

in your page source, yet there is. So either its not turned off correctly in the admin, or there is an issue with the above code.

18 Jun 2007, 1:46 PM
#889
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Well, the code for the ezpages section (which is the source of the grey bar that is showing on your page), should be in your header like this:

<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <div id="navEZPagesTopWrapper">
  <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
    </div>
  <?php } ?>
> 
> <div id="navEZPagesTopWrapper"></div>
> 
> in your page source, yet there is. So either its not turned off correctly in the admin, or there is an issue with the above code.

k even thou I was not displaying the pages it was turned on for header in admin just turned it off and the grey bar has now gone thanks again for the help, just need to figure out how to ge the horizontal lines in FF on the [Designer Monthly Boxes](http://www.zen-cart.com/forum/showthread.php?t=54793) now:) so im off to that thread :)
cheers
18 Jun 2007, 2:33 PM
#893
darkwader avatar

darkwader

New Zenner

Join Date:
Jun 2007
Posts:
1
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi. First of all , great theme :)

But, I want my site very simple.
So is there an easy way to remove the dropdown menu entirely?

18 Jun 2007, 3:31 PM
#894
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Apple Zen Support Thread

is it posiible that somthing on this template is stopping my horizontal lines showing in FF using the custom mothly boxes?

18 Jun 2007, 10:00 PM
#895
wdrx02 avatar

wdrx02

New Zenner

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

Re: Apple Zen Support Thread

I just installed this template today, I uploaded my own logo; however.
IT still says "To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/"

Where do I go to delete this? I can't seem to find it in the .css or.php

Also... when I do paypal logo, the box or title part says "Paypal verified seller" where its too long and messing up the alignment.

Please help.

Here is my site.
http://www.bicowave.com

19 Jun 2007, 1:50 AM
#896
wdrx02 avatar

wdrx02

New Zenner

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

Re: Apple Zen Support Thread

wdrx02:

I just installed this template today, I uploaded my own logo; however.
IT still says "To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/"

Where do I go to delete this? I can't seem to find it in the .css or.php

Also... when I do paypal logo, the box or title part says "Paypal verified seller" where its too long and messing up the alignment.

Please help.

Here is my site.
http://www.bicowave.com

Ok I found the place to edit it but the logo is still so small.. how do I make it full?

19 Jun 2007, 6:14 AM
#897
nrg77 avatar

nrg77

Zen Follower

Join Date:
May 2007
Posts:
181
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

I've never put flash in a zen cart, I'm not really sure what the issue could be, as long as its in the folder you designated. I would try doing a search for "flash" on the forum, or posting in a new thread. :cool:

Not just flash but normal jpegs are showing up as X marks....Does the jpegs have to be in certain folders for them to show up or can they be anywhere and I just need to point to it?

19 Jun 2007, 11:50 AM
#898
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

wdrx02:

Ok I found the place to edit it but the logo is still so small.. how do I make it full?
It looks like you found the section, but theres an issue with the way you commented out the logo, that may cause you problems with the rest of your css. This is what you have:

*/ #logo {
	width:19.1em  /* To prevent the logo from resizing, simply delete or comment out this section */
	}

It should be like this:

/* #logo {
	width:19.1em  /* To prevent the logo from resizing, simply delete or comment out this section */
	}*/

Or I'd just erase it. :cool:

19 Jun 2007, 11:51 AM
#899
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

DarkWader:

Hi. First of all , great theme :)

But, I want my site very simple.
So is there an easy way to remove the dropdown menu entirely?

Yup. Open up includes/templates/apple_zen/common/tpl_header.php and remove this:

        <!--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-->
19 Jun 2007, 11:54 AM
#900
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

nrg77:

Not just flash but normal jpegs are showing up as X marks....Does the jpegs have to be in certain folders for them to show up or can they be anywhere and I just need to point to it? They can be anywhere, but my guess is there is an issue with that. Give me an example of a folder you have them in, then show me the corresponding link to the image.