Page 9 of 21 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 206
  1. #81
    Join Date
    Nov 2004
    Posts
    6
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) problem

    I changed all the "width: 25%" to "width: 24%" in the css files, seems to work!

  2. #82
    Join Date
    Sep 2007
    Location
    Vancouver, CA
    Posts
    94
    Plugin Contributions
    0

    Default Re: Order Steps (tableless) problem

    Quote Originally Posted by frankdow View Post
    I changed all the "width: 25%" to "width: 24%" in the css files, seems to work!

    I just installed the mod and had the wrap issue too. I changed them all to 24% and presto! Works great.

    Thanks for the tip.

  3. #83
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Order Steps (tableless) problem

    To make it work perfectly on IE6, instead of changing 25% to 24% you can:
    Comment out padding:
    Code:
    #order_steps {       /* Is needed for the centering in IE */
        /*padding: 0 3px;*/
        margin: 10px 10px;
        text-align: center;
         border: 1px solid #000;
         height:70px;
    }
    Also, to make the display look neat on IE6, you have to make these changes as well:
    Code:
    .progressbar_active {
    /*     background:transparent url(../images/orderstep.png) repeat-x;    */
         background-color: #3DA200; /* Determines the active color of the completed part of the line */
         width:25%;
         float:left;
         height: 5px;
         line-height:5px;
         color: #3DA200;
    }
    
    .progressbar_inactive {
        background: url(../images/orderstep.png) repeat-x;    
         background-color: #9A9A9A; /* Determines the active color of the completed part of the line */
         width:25%;
         float:left;
         height: 5px;
        line-height:5px;
         color: #9A9A9A;
    }
    Take note how I commented out the background img, and added line height.

    You have to applied the changes above to all the 4 css files.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #84
    Join Date
    Jun 2007
    Location
    Helena, MT
    Posts
    53
    Plugin Contributions
    0

    help question Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    I have Zen Cart 1.3.7 on my website www.katzgardengloves.com I had a couple of calls from people that they could not set up accounts and submit orders and so I tried to track down the problem. I just recently installed the Zen CArt Conversion KIt which includes the Order Steps--Tabless. I tried checking my trial account and could log in but when I tried checking ouit it would not go any further than step 1. And if I try to start a new account I get to input my information twice. Or rather it goes back to the original zencart registration page but goes no further.

    I'm not very technical. I can edit files if I'm told where to look, but I'm no programer. I've learned a lot setting up this site, but this really has me stumped. I've looked through an earlier thread but didn't really understand it all. So some help will be sorely appreaciated.

    Kathy

  5. #85
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    Quote Originally Posted by mtkatgirl View Post
    I have Zen Cart 1.3.7 on my website www.katzgardengloves.com I had a couple of calls from people that they could not set up accounts and submit orders and so I tried to track down the problem. I just recently installed the Zen CArt Conversion KIt which includes the Order Steps--Tabless. I tried checking my trial account and could log in but when I tried checking ouit it would not go any further than step 1. And if I try to start a new account I get to input my information twice. Or rather it goes back to the original zencart registration page but goes no further.

    I'm not very technical. I can edit files if I'm told where to look, but I'm no programer. I've learned a lot setting up this site, but this really has me stumped. I've looked through an earlier thread but didn't really understand it all. So some help will be sorely appreaciated.

    Kathy
    Order Steps is only an add on at the top of the checkout pages indicating where you are in the checkout process - it does not affect the functioning of the login/register process nor the checkout functioning.

    I'd check with the author of the conversion kit ( don't know if there is a support thread for it though)

  6. #86
    Join Date
    Jun 2007
    Location
    Helena, MT
    Posts
    53
    Plugin Contributions
    0

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    Clyde,

    The main part of the conversion kit created the spilt page format. Your mod was just included. But I'll contact him as well

    On one of the threads for your mod had another person commented about the same thing that I just did. That the checkout or registration hung up between stages.

    I couldn't understand what you told that person about fixing it. I figured that would be the same fix I needed. Could you tell me what you told him that fixed his problems so that I could understand it?

    I have a lot of other mods on my site like but I didn't find where any of these conflicted with your files.

    SEO urls,
    clickshowhid category menu
    columnn layout grid for product
    cibtact information sidebox
    newsletter subxcribe
    paypal verified logo
    return authorization
    shopping cart in header
    shopping cart with image side box
    split panel login
    telephone not required on signin

    plus other items like:

    easy populate advanced
    editor fckeditorfm
    export orders
    ezpages on sitemap
    header dropdown menu css
    improved attributes controller

    Any help would be appreciated.

    Kathy

  7. #87
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    Quote Originally Posted by mtkatgirl View Post
    Clyde,

    The main part of the conversion kit created the spilt page format. Your mod was just included. But I'll contact him as well

    On one of the threads for your mod had another person commented about the same thing that I just did. That the checkout or registration hung up between stages.

    I couldn't understand what you told that person about fixing it. I figured that would be the same fix I needed. Could you tell me what you told him that fixed his problems so that I could understand it?

    I have a lot of other mods on my site like but I didn't find where any of these conflicted with your files.

    SEO urls,
    clickshowhid category menu
    columnn layout grid for product
    cibtact information sidebox
    newsletter subxcribe
    paypal verified logo
    return authorization
    shopping cart in header
    shopping cart with image side box
    split panel login
    telephone not required on signin

    plus other items like:

    easy populate advanced
    editor fckeditorfm
    export orders
    ezpages on sitemap
    header dropdown menu css
    improved attributes controller

    Any help would be appreciated.

    Kathy


    On one of the threads for your mod had another person commented about the same thing that I just did. That the checkout or registration hung up between stages.

    I couldn't understand what you told that person about fixing it. I figured that would be the same fix I needed. Could you tell me what you told him that fixed his problems so that I could understand it?
    Can you provide a url to this post so I can take a look?

    Again, Order Steps does not affect any of the functioning of login/create account nor the checkout process.

  8. #88
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    I agree, order-steps does not affect the functionality of any page at all.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #89
    Join Date
    Jun 2007
    Location
    Helena, MT
    Posts
    53
    Plugin Contributions
    0

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    Clyde,

    The post is http://www.zen-cart.com/forum/showth...r+Steps&page=4 Well page 4 is where he says he finds the answer how to fix it, but I do not understand how he did it. Where in admin did he do what he is talking about?

    Kathy

  10. #90
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Order Steps-- Tabless a problem (Zen CArt Conversion KIt )

    Quote Originally Posted by mtkatgirl View Post
    Clyde,

    The post is http://www.zen-cart.com/forum/showth...r+Steps&page=4 Well page 4 is where he says he finds the answer how to fix it, but I do not understand how he did it. Where in admin did he do what he is talking about?

    Kathy
    are you requiring users to confirm that they've read and agreed to your terms and conditions and your privacy statement?

 

 
Page 9 of 21 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. Shopping Cart Steps Images [Support Thread]
    By Trinity14 in forum Addon Templates
    Replies: 21
    Last Post: 11 Apr 2021, 05:35 AM
  2. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  3. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM
  4. Order Steps Tableless
    By Berserker in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Feb 2008, 04:04 AM
  5. Order Steps - Tableless small issue IE only
    By dharma in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Jan 2007, 02:40 AM

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