Page 111 of 305 FirstFirst ... 1161101109110111112113121161211 ... LastLast
Results 1,101 to 1,110 of 3042
  1. #1101
    Join Date
    May 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    [FONT=Times New Roman]Dear Jade[/FONT]

    [FONT=Times New Roman]I’ve a problem with a payment module that I’ve bought in order to use the Visa and MasterCard credit card Portuguese gateway (that guarantees me the security of the Verified by Visa and Mastercard Securecode Protocoles).[/FONT]

    [FONT=Times New Roman]This payment module was created for Oscommerce and adapted for Zen Cart.[/FONT]

    [FONT=Times New Roman]The problem is that the fields for filling up the card data are in the bottom of the page, below the last side box and you can only see it if you use the scroll bar.[/FONT]

    [FONT=Times New Roman]If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.[/FONT]

    [FONT=Times New Roman]Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate![/FONT]

    [FONT=Times New Roman]Guilherme[/FONT]

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by cigarp View Post
    Dear Jade

    I’ve a problem with a payment module that I’ve bought in order to use the Visa and MasterCard credit card Portuguese gateway (that guarantees me the security of the Verified by Visa and Mastercard Securecode Protocoles).

    This payment module was created for Oscommerce and adapted for Zen Cart.

    The problem is that the fields for filling up the card data are in the bottom of the page, below the last side box and you can only see it if you use the scroll bar.

    If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.

    Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate!

    Guilherme
    It sounds like there is probably a missing div or extra div issue with the mod, that's causing a layout issue. If you could send me a link via PM, that would be great.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by cigarp View Post
    [FONT=Times New Roman]Dear Jade[/FONT]

    [FONT=Times New Roman]I’ve a problem with a payment module that I’ve bought in order to use the Visa and MasterCard credit card Portuguese gateway (that guarantees me the security of the Verified by Visa and Mastercard Securecode Protocoles).[/FONT]

    [FONT=Times New Roman]This payment module was created for Oscommerce and adapted for Zen Cart.[/FONT]

    [FONT=Times New Roman]The problem is that the fields for filling up the card data are in the bottom of the page, below the last side box and you can only see it if you use the scroll bar.[/FONT]

    [FONT=Times New Roman]If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.[/FONT]

    [FONT=Times New Roman]Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate![/FONT]

    [FONT=Times New Roman]Guilherme[/FONT]
    OK, so from looking at the page (thanks for the PM), it looks like that mod forgot to have the <div class="centerColumn"> surrounding its code. In all of zen carts template files, you'll see a centerColumn that holds it all. So, you'll need to open:
    /includes/templates/apple_zen/templates/tpl_checkout_process_3ds_default.php

    and right before <!-- body //-->, add this:
    Code:
    <div class="centerColumn">
    and then after:
    <!-- body_eof //-->, add this:
    Code:
    </div>
    And let me know if that helps your issue. By the way, even though that page had this issue, in FF the layout didn't break as bad as it does in IE.

  4. #1104
    Join Date
    May 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Dear Jade

    Yes, its perfect now

    Thank you so much for your support

    Guilherme

  5. #1105

    Default Re: Apple Zen Support Thread

    Property behavior doesn't exist : url(includes/csshover.htc)

    I am using the W3C CSS validator and got the above message. Can you tell me what this means?

    Thanks! Amy

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Doodlebuckets View Post
    Property behavior doesn't exist : url(includes/csshover.htc)

    I am using the W3C CSS validator and got the above message. Can you tell me what this means?

    Thanks! Amy
    It can be ignored. the behavior trick is to get the drop down menus to work in IE, other browsers won't use it.

  7. #1107
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi , recently installed your template (love it so will persevere) I have a couple of issues that Im having trouble with.
    1. I can’t get the sideboxes to appear 2 .I have product description text going too far across the page into the grey panel (Right) where the sideboxes should go.
    Thanks in advance.

    Gordon

  8. #1108
    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
    Hi , recently installed your template (love it so will persevere) I have a couple of issues that Im having trouble with.
    1. I can’t get the sideboxes to appear 2 .I have product description text going too far across the page into the grey panel (Right) where the sideboxes should go.
    Thanks in advance.

    Gordon
    Have you gone to "Tools", "Layout Boxes Controller", and turned ON the LEFT/RIGHT column status for the sidebox you'd like? Also, under "Configuration", "Layout Setting" is the global status for both left and right columns set to on?

  9. #1109
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Wierd problem

    When I go to ADMIN> CUSTOMERS> ORDERS:
    I get the follwoing error. I have recently installed the Ty_Package_Tracker and Customer_Tax_Exempt. Any ideas? I am going to also post on general questons.

    Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195
    H. Light
    Florida

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

    Default Re: Wierd problem

    Quote Originally Posted by hllight View Post
    When I go to ADMIN> CUSTOMERS> ORDERS:
    I get the follwoing error. I have recently installed the Ty_Package_Tracker and Customer_Tax_Exempt. Any ideas? I am going to also post on general questons.

    Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195
    I'd say there's an issue with like 195 in orders.php. :-) I forget what T_CASE means... perhaps one to many }. Just double check that you installed everything correctly.

 

 

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