Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default gah..no pop up image!

    I'm not sure how this happened..but now I have no pop up images. The pop up appears...but no image in it.
    where do I turn this off or on?
    thanks!

    http://skidrowskate.com/shop/

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: gah..no pop up image!

    If pop up image = larger image - then I am seeing them ??

    Try clearing your browser cache, close the browser and re-launch and see if that helps

  3. #3
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: gah..no pop up image!

    Thanks for looking, I figured it out. A classic "trickle down" situation.

    It started with me altering the CSS script body tag to:

    body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #FFFFFF;
    width: 850px;
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;

    This worked great for centering the shop and making it the same size as the rest of the website....but.... it also effected the pop up window.
    I'm guessing it is encompassed in the body tag somehow. the images were always there, you just couldn't see them until you made the window bigger. They were centered, in a window sized the same as the rest of the pages, not the default 300 x 300..or whatever it is.

    so...the fix (I hope) was to pull out the pop up tag by itself and give it these commands. I added a little room at the top to make it look nice.

    #popupImage {
    width: 300px;
    margin-top: .5em;
    }

    I am certanly learning my way around my CSS page..... whether or not it's proper coding..who knows? It looks great on my computer.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: gah..no pop up image!

    The body tag actually is to control the space around/behind your shop
    You should actually be defining these in the main wrapper entry like this:
    Code:
     #mainWrapper {
    	width: 80%;
            background-color: #FFFFFF;
    	text-align: center;
    	vertical-align: top;
            border: 1px solid #000000;
    and reduce the declarations in your body to something like:
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #e5edf5;
    	}

  5. #5
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: gah..no pop up image!

    I think that is how it was originally. The problem when I put in the 80% is it pulled it to the left.

    I'll try it that way and see what happens. Thanks!

 

 

Similar Threads

  1. Pop up image
    By Nick1973 in forum General Questions
    Replies: 2
    Last Post: 8 Apr 2011, 02:49 PM
  2. Attribute image replaces main image but only pop up larger image
    By welchyboy in forum Setting Up Categories, Products, Attributes
    Replies: 15
    Last Post: 26 Nov 2010, 11:56 PM
  3. pop up image
    By fusionsp in forum General Questions
    Replies: 4
    Last Post: 24 Jul 2010, 08:10 PM
  4. How do you increase the large image pop-up window when you have an image border?
    By Sawhorse in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 15 Apr 2009, 06:03 PM
  5. Options Stopped Working - GAH!
    By dhenderson in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Jan 2009, 06:07 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