Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Wallet Theme issue on load

    I am using Laura Hammons' Wallet theme. I love it however, I have one issue.

    When the page firsts loads the left menu starts out in the center of the page then as the middle loads it pops over to the left where it is supposed to be. The question I have is... how does one make it so the left side loads to the left and doesn't "jump". This jumping makes the site look less reliable.

    thanks in advance!

    oh, to see this left menu(column) thing jump follow this link: http://www.justmymusic.com/store/index.php
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Wallet Theme issue on load

    What happens if you turn off the Amazon ad?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Wallet Theme issue on load

    Quote Originally Posted by Ajeh View Post
    What happens if you turn off the Amazon ad?
    That did the trick. (but now the amazon.com DVD carousel is off)

    Anyway I can force the center/middle section to place hold the width until the amazon sidebox loads?
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Wallet Theme issue on load

    Unfortunately, it is still doing that for me even without the Amazon ad in FireFox ...

    There is probably a handy design trick for this, but I am not a good one at that designer type stuff ...

    Perhaps one of the designer wizards could jump in here with a brilliant idea ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Wallet Theme issue on load

    Quote Originally Posted by Ajeh View Post
    Perhaps one of the designer wizards could jump in here with a brilliant idea ...
    I'll keep my eyes open for a reply. Until then I am busy adding new product to the catalog. Gotta get ready for the holiday season!
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Wallet Theme issue on load

    NOTE: my "guess" would be to add a width to the class for:
    centerColumn
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Wallet Theme issue on load

    Quote Originally Posted by Ajeh View Post
    NOTE: my "guess" would be to add a width to the class for:
    centerColumn
    Brilliant! I think that did the trick.. I have hit Ctrl F5 hoping to clear the cache and reload the page. Thank you!

    For those reading this thread with the same question:

    I looked up:
    .centerColumn in the stylesheet.css file in the css folder in my theme

    Code:
    .centerColumn {
    	padding: 0.8em;
    	width: 630;
    	}
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Wallet Theme issue on load

    I believe that 630 needs something like:
    .centerColumn {

    padding: 0.8em;

    width: 630px;

    }
    FireFox isn't hearing it ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Wallet Theme issue on load

    Quote Originally Posted by Ajeh View Post
    I believe that 630 needs something like:

    Code:
    .centerColumn {
    
    padding: 0.8em;
    
    width: 630px;
    
    }
    FireFox isn't hearing it ...
    updated with px, but still not sure it worked.

    I did fix some border-top: 1px solid #795252; and border-bottom: 1px solid #795252; stuff I always wanted to do.
    Last edited by jasmel; 19 Sep 2010 at 01:09 AM. Reason: code
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Wallet Theme issue on load

    Might for giggles add that to:
    #navBreadCrumb

    Remember I am guessing on this stuff but those things stand out to me as something to touch ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Theme Issue
    By carcandi in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 6 Oct 2009, 03:05 AM
  2. Who's Online sidebox a server load issue?
    By scrapgabbie in forum General Questions
    Replies: 3
    Last Post: 15 Sep 2009, 12:13 PM
  3. Need Help Using Wallet Theme
    By Promogator in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Mar 2008, 08:46 PM
  4. is there a theme similar to cubecart's killer theme?
    By rksprst in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Jun 2007, 02:59 AM
  5. move sales text on wallet theme ?
    By sydmich in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jun 2007, 09:21 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