Page 89 of 305 FirstFirst ... 3979878889909199139189 ... LastLast
Results 881 to 890 of 3042
  1. #881

    Default Re: Apple Zen Template 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

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

    Default Re: Apple Zen Template Support Thread

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

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

    Default Re: Apple Zen Template Support Thread

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

    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;}

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

    Default Re: Apple Zen Template Support Thread

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

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by symmo View Post
    Thanks again that worked,

    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

    Symmo

    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:

    Code:
    <?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.

  6. #886
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

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

    Code:
    <?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.
    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 now:) so im off to that thread :)
    cheers
    [FONT=Comic Sans MS]www.temp-tattoos.co.uk[/FONT][FONT=Comic Sans MS]
    [/FONT]

  7. #887
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    still got the prob as in post #886 aswell ??

    http://www.zen-cart.com/forum/showpo...&postcount=886


    thanks

    Steve Symmo
    [FONT=Comic Sans MS]www.temp-tattoos.co.uk[/FONT][FONT=Comic Sans MS]
    [/FONT]

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by symmo View Post
    still got the prob as in post #886 aswell ??

    http://www.zen-cart.com/forum/showpo...&postcount=886


    thanks

    Steve Symmo
    Ya, I replied to that one:
    http://www.zen-cart.com/forum/showpo...&postcount=889

  9. #889
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post


    oops missed that - worked like a charm tho :)

    thanks

    Symmo
    [FONT=Comic Sans MS]www.temp-tattoos.co.uk[/FONT][FONT=Comic Sans MS]
    [/FONT]

  10. #890
    Join Date
    Jun 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Apple Zen Template 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?

 

 

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