Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Background Image on Shopping Cart "help" popup

    I'm a definite noob to websites and CSS, but I'm relatively proud of myself for coming this far without having to ask a question. The tutorials, book and help on this forum are all outstanding! I tried looking everywhere for the answer to this question, and probably missed it somewhere, but my brain hurts so please go easy on me!

    Anyway, when you have items in the shopping cart and click on the "help" link in the upper right corner the popup comes up showing my main background image, making it almost impossible to read. I can't figure out how/where to change that or if I need to add something new entirely. Any answers?

    I feel I'm almost ready to go live. I'm mostly in the process of adding product. But I was trying to go through every last detail and came across this. Thanks in advance for your help!

    Amanda

    http://www.hardingardens.com/shopping

  2. #2
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    In your css stylesheet,

    Change:
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
    background-color: #ffffff;
    }


    To:
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
    background-color: #ffffff;
    background-image: none;
    }

  3. #3
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    I don't see the help link or button for help anywhere.

    I know you worked hard on the "Yes Virginia, there is more than veggies" banner but I swareI thought I was having a flashback when I arrived at your home page and I don't use drugs. Well, non prescription drugs anyway. hehe
    Do you have the firefox browser with the web developer addon?

    https://addons.mozilla.org/en-US/firefox/addon/60

  4. #4
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    RuFus: Thanks for your quick response! However it didn't work...it flashes the background color for a moment before going to the background image.

    birdoasis: LOL! I agree, the swinging action is a bit much, and for some reason it's much faster on Firefox. It's one of the things I must change. I do have the addon but being one of the most ultimate noobs I'm still figuring it out. And as far as I know you have to have an item in the shopping cart to see the help button.

  5. #5
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    You need to add this as well,

    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background-color: #ffffff;
    background-image: none;
    }

    I forgot to put it in first post

  6. #6
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    Thank you RuFuS! That was driving me nuts!

 

 

Similar Threads

  1. Replies: 5
    Last Post: 21 Apr 2013, 11:37 PM
  2. v138a There are two "my account" and "shopping cart", how to delete one?
    By fanisme in forum General Questions
    Replies: 1
    Last Post: 16 Mar 2013, 11:43 AM
  3. v139h SOLVED: When clicking "Add to Cart", message shows "Your Shopping Cart is Empty"
    By bryanearl in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 14 Nov 2012, 05:22 PM
  4. Shopping cart Image using "Small Image Height/width" rather than "Shopping Cart h/w"
    By britneycook in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jun 2012, 12:16 PM
  5. Shopping cart - trying to turn off "Total Items" "Weight" and "Price"
    By deshojo in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2011, 07:15 PM

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