Page 123 of 305 FirstFirst ... 2373113121122123124125133173223 ... LastLast
Results 1,221 to 1,230 of 3042
  1. #1221
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    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

  2. #1222
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    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

  3. #1223
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default 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

    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>
    Last edited by actorxfactor; 26 Sep 2007 at 02:08 PM.

  4. #1224
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by bluealice View Post
    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.

  5. #1225
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    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

    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.

    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.

  6. #1226
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by [email protected] View Post
    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.

  7. #1227
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default 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.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  8. #1228
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Sorry for the delayed reply, I'm working a full time job outside of the house how.

    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.
    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

    https://www.actorxfactor.co.uk/index...ain_page=login

    click on sign up and you'll see what I mean

  9. #1229
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    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

    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://.

  10. #1230
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by ThePatch View Post
    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".

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR