Re: Apple Zen Support Thread
Quote:
Originally Posted by
actorxfactor
I have a PositiveSSL certificate from Comodo installed on my site. I would like to know how to insert the PositiveSSL seal.gif on the bottom of my pages. I've uploaded the .gif to the images folder,
Thanks,
Gordon
Hi I've managed to display the image on the footer but I've positioned it a bit on the wonky side! How can the script be altered to make the image display centrally underneath "copyright zencart" etc?
www.actorxfactor.co.uk
Re: Apple Zen Support Thread
Quote:
Originally Posted by
actorxfactor
Hi I've managed to display the image on the footer but I've positioned it a bit on the wonky side! How can the script be altered to make the image display centrally underneath "copyright zencart" etc?
www.actorxfactor.co.uk
Good news is... the manual has arrived...and this issue has been swiftly addressed.
God bless the printed word:smile:
Re: Apple Zen Support Thread
Thing is, I've asked this question on the main forum, 28 views no replies, so I thought I'd ask here too.
I'd like to change the properties of "button_create_account.gif" to make it go to a specific url rather than to the create account form.
Thanks in advance:smile:
Would I be correct in assuming that this is the script I should be altering?
tpl_login_default.php
<?php echo zen_draw_form('create', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); ?>
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CREATE_ACCOUNT, BUTTON_CREATE_ACCOUNT_ALT); ?></div>
</form>
Re: Apple Zen Support Thread
Quote:
Originally Posted by
bluealice
So what i was asking was can there be more than 2 columns in the center where the product listing is (not the sideboxes)? As in a table?
Thanks,
Alice
Did you know that under "Configuration", "Maximum Values", there is a "categories per row" option.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
actorxfactor
Thing is, I've asked this question on the main forum, 28 views no replies, so I thought I'd ask here too.
I'd like to change the properties of "button_create_account.gif" to make it go to a specific url rather than to the create account form.
Thanks in advance:smile:
Would I be correct in assuming that this is the script I should be altering?
tpl_login_default.php
<?php echo zen_draw_form('create', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL')); ?>
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CREATE_ACCOUNT, BUTTON_CREATE_ACCOUNT_ALT); ?></div>
</form>
Sorry for the delayed reply, I'm working a full time job outside of the house how. :flex:
That's probably the correct section, however I'd just add the link manually, vs. getting it to work within the php, like this:
<form name="create" action="http://www.link_you_want_here.com/link_name" method="post"><div class="buttonRow forward"><input type="image" src="includes/templates/YOUR_TEMPLATE/buttons/english/button_create_account.gif" alt="Sign Up" title=" Sign Up " /></div>
</form>
There's nothing wrong with cheating now and again. :cool:
Re: Apple Zen Support Thread
Quote:
lastnight i installed apple zen and i need a little assistance
click here to see it
http://ntspb.com
1. on my drop down categories there is an additional box with nothing in it next to the "shopping cart". how do i remove it?
2. I would like to put some wording to the right of the logo. what page do put that in?
3. I would like to add a google web search either at the very top of the page or on the left next to "welcome guest"
I just realized I missed your post.
1. Follow the instructions here:
http://www.zen-cart.com/forum/showth...ths#post406644
2. Naturally in apple zen, the tagline goes to the right of the logo. The tagline is added/modified in includes/languages/english/YOUR_TEMPLATE/header.php in the HEADER_SALES_TEXT section.
3. You could probably add this somewhere in common/tpl_header.php to get it at the very top of the page.
Re: Apple Zen Support Thread
Just one small question. I want to turn off some of the sideboxes on the right; however I've noticed that the sidebox does not respond to the admin controls . . . any guidance would be appreciated.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Sorry for the delayed reply, I'm working a full time job outside of the house how. :flex:
That's probably the correct section, however I'd just add the link manually, vs. getting it to work within the php, like this:
<form name="create" action="http://www.link_you_want_here.com/link_name" method="post"><div class="buttonRow forward"><input type="image" src="includes/templates/YOUR_TEMPLATE/buttons/english/button_create_account.gif" alt="Sign Up" title=" Sign Up " /></div>
</form>
There's nothing wrong with cheating now and again. :cool:
Great it works...but not completely...will need a bit of tweaking.
1. The link is now non SSL, can that be amended in the script you gave me?
2. The button has gone, just text now, not the end of the world but would be nice to have the button back:smile:
https://www.actorxfactor.co.uk/index...ain_page=login
click on sign up and you'll see what I mean
Re: Apple Zen Support Thread
Quote:
Originally Posted by
actorxfactor
Great it works...but not completely...will need a bit of tweaking.
1. The link is now non SSL, can that be amended in the script you gave me?
2. The button has gone, just text now, not the end of the world but would be nice to have the button back:smile:
https://www.actorxfactor.co.uk/index...ain_page=login
click on
sign up and you'll see what I mean
Its not a script, its just plain html. Er... you didn't change YOUR_TEMPLATE to your actual template name:
includes/templates/YOUR_TEMPLATE/buttons/english/button_create_account.gif
To make the link ssl, just put https:// instead of http://.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
ThePatch
Just one small question. I want to turn off some of the sideboxes on the right; however I've noticed that the sidebox does not respond to the admin controls . . . any guidance would be appreciated.
I didn't disable any admin functions, however, the sideboxes can only be on the right.... If you have a sidebox on for the left side, it will show up underneath any right sideboxes. to turn off the sideboxes, go to "Tools", "Layout Boxes Controller".