Results 1 to 6 of 6
  1. #1
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default popup window problem

    Can anyone tell me how to remove the red black and silver bars in the help popup I solved the same problem in the shipping estimator popup with this code #popupShippingEstimator {
    background-image:none;
    }
    place in the stylesheet.css but stumped how to solve the shopping cart help popup problem
    http://www.rvsolarsystems.co.uk/
    Attached Images Attached Images  
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  2. #2
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: popup window problem

    Quote Originally Posted by discoverytdi View Post
    Can anyone tell me how to remove the red black and silver bars in the help popup I solved the same problem in the shipping estimator popup with this code #popupShippingEstimator {
    background-image:none;
    }
    place in the stylesheet.css but stumped how to solve the shopping cart help popup problem
    http://www.rvsolarsystems.co.uk/
    Think Ive solved it here's how I've done it
    replaced this original section of code
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background: url(../images/popup_bg.gif) #ffffff;
    }
    .information {padding: 10px 3px; line-height: 150%;}

    #shoppingcartBody #shippingEstimatorContent {
    clear: both;
    }

    .seDisplayedAddressLabel {
    background-color:#85C285;
    text-align: center;
    }
    .seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    }
    #seShipTo {
    padding: 0.2em;
    }
    #indexCategoriesMainContent a img {
    text-align: center;
    }
    with this from the coldsteel template stylesheet css
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background: url(../images/popup_bg.gif) #ffffff;
    }
    .information {padding: 10px 3px; line-height: 150%;}

    #shoppingcartBody #shippingEstimatorContent {
    clear: both;
    }

    .seDisplayedAddressLabel {
    background-color:#85C285;
    text-align: center;
    }
    .seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    }
    #seShipTo {
    padding: 0.2em;
    }
    #indexCategoriesMainContent a img {
    text-align: center;
    }
    will this cause any problems anyone ???????. if not I'll post it in the comstock thread as it my help others
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  3. #3
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: popup window problem

    Nope............I still see them.

    This section:

    Code:
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage,  #popupImage, #popupCVVHelp, #popupCouponHelp,  #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
        background: url(../images/popup_bg.gif) #ffffff;
        }
    .......should be more like:

    Code:
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage,  #popupImage, #popupCVVHelp, #popupCouponHelp,  #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
        background-color: #ffffff;
        background-image: none;
        }
    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #4
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: popup window problem

    Quote Originally Posted by Get Em Fast View Post
    Nope............I still see them.

    This section:

    Code:
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage,  #popupImage, #popupCVVHelp, #popupCouponHelp,  #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
        background: url(../images/popup_bg.gif) #ffffff;
        }
    .......should be more like:

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

    site had a hissy fit had to reinstall nothing to do with me altering the code I'm creating it with version 1.5 and a mod killed the site but I'll try you suggestion looks simpler thanks
    Last edited by discoverytdi; 27 Nov 2011 at 09:27 PM.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  5. #5
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: popup window problem

    Quote Originally Posted by discoverytdi View Post
    site had a hissy fit had to reinstall nothing to do with me altering the code I'm creating it with version 1.5 and a mod killed the site but I'll try you suggestion looks simpler thanks
    no joy so I've changed to my original idea
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background: url(../images/popup_bg.gif) #ffffff;
    }
    .information {padding: 10px 3px; line-height: 150%;}

    #shoppingcartBody #shippingEstimatorContent {
    clear: both;
    }

    .seDisplayedAddressLabel {
    background-color:#85C285;
    text-align: center;
    }
    .seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    }
    #seShipTo {
    padding: 0.2em;
    }
    #indexCategoriesMainContent a img {
    text-align: center;
    }
    #indexDefaultHeading {font-family: tahoma; font-size: xx-large; color: #a91012; margin-left: 6em;}

    oh the joys of site building no I'm going to rework on the add pages to more information mod find out why it killed my site
    Last edited by discoverytdi; 27 Nov 2011 at 09:48 PM.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  6. #6
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Idea or Suggestion Re: popup window problem

    Hi can the mods move this to the comstock thread as it seems to affect that template only and the solution works so someone with the template might find it useful
    Cheers
    What ever your doing remember to KISS ( Keep It Simple Stupid )

 

 

Similar Threads

  1. v151 Attributes in Popup Window...
    By spiggles87 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Jul 2014, 02:32 AM
  2. v150 Popup Window
    By ladyk in forum General Questions
    Replies: 2
    Last Post: 27 Nov 2012, 07:26 PM
  3. Problem with position of image in popup window
    By SandraJ in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 21 May 2010, 03:21 AM
  4. Popup window
    By Parafanaylya in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Jun 2006, 08:36 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