Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Changing Shipping Estimator popup background

    I have successfully altered the background of the image popups by creating a new class and creating the relevant popup directories in my template folder with their respective tpl_main_page.php files....however....I have tried to do the same with the shipping estimator popup but whatever I do the main site background image refuses to disappear. Must be doing something wrong but can't work out what!

    Help gratefully received!

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Changing Shipping Estimator popup background

    I think that having to add additional classes is probably overkill since each popup has an id which can be styled like anything else.

    Exactly what did you try to use for the shipping estimator?

  3. #3
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Changing Shipping Estimator popup background

    Hi Kim

    I tried initially styling the id which didn't work so then tried classes.

    The popup code is:

    <body id="popupShippingEstimator" class="centeredContent">

    <p><?php echo '<a href="javascript:window.close()">' . TEXT_CURRENT_CLOSE_WINDOW . '</a>'; ?></p>
    <?php require(DIR_WS_MODULES . zen_get_module_directory('shipping_estimator.php')); ?>
    <p><?php echo '<a href="javascript:window.close()">' . TEXT_CURRENT_CLOSE_WINDOW . '</a>'; ?></p>

    </body>
    and the stylesheet is:

    #popupAdditionalImage, #popupImage, #popupShippingEstimator {
    background-color:#ffffff;
    }
    The main body has a background image which I don't want displayed. As I said earlier - it works fine for the popup images which use the other ones listed.

    Just can't figure it out!!

  4. #4
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Changing Shipping Estimator popup background

    Try adding: background-image: none; to the stylesheet for the popup.

  5. #5
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Changing Shipping Estimator popup background

    Clever girl - Spot on!! Would never have thought of that....thank you so much!

 

 

Similar Threads

  1. Shipping Estimator Popup blank
    By torvista in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 19 Dec 2009, 03:39 PM
  2. shipping estimator popup edit
    By procella in forum General Questions
    Replies: 0
    Last Post: 24 Sep 2008, 11:39 AM
  3. Shipping Estimator Popup
    By shamusOmalley in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 Feb 2007, 06:32 AM
  4. Popup Shipping Estimator in 1.3.7
    By flightoffancy in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 16 Jan 2007, 04:09 AM
  5. shipping estimator popup
    By greatbaits1 in forum General Questions
    Replies: 5
    Last Post: 5 Jul 2006, 05:29 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