Pricing Page Problem

LUCKYSHOTLUCKYSHOT Registered Users Posts: 120 Major grins
edited March 21, 2008 in SmugMug Support
I have been working in putting a Read only html page on my site. I made the gallery, inserted the html in the description, created the link, So far so good but when I click on the page it tells me I am running active scripts, and it freezes up the page. I can get the page to show up, but IT freezes up the whole site, by the way I meant PRODUCT PAGE not pricing (sorry).

Any help would be greatly appreciated
Chris

www.longislandimage.smugmug.com
No Good Deed Goes Unpunished
:whip


WWW.LONGISLANDIMAGE.COM

Comments

  • richWrichW Registered Users Posts: 941 Major grins
    edited March 21, 2008
    LUCKYSHOT wrote:
    I have been working in putting a Read only html page on my site. I made the gallery, inserted the html in the description, created the link, So far so good but when I click on the page it tells me I am running active scripts, and it freezes up the page. I can get the page to show up, but IT freezes up the whole site, by the way I meant PRODUCT PAGE not pricing (sorry).

    Any help would be greatly appreciated
    Chris

    www.longislandimage.smugmug.com
    While I didn't any errors while viewing the page, lets start with the following changes.

    Change this:
    /* html only page for gallery http://longislandimage.smugmug.com/gallery/4555051_h5Mns */
    .gallery_4555051_h5Mns.nophotos {
    display:none;
    }
    .gallery_ 4555051_h5Mns.pageNav {
    display:none;
    }


    To this;

    /* html only page for gallery http://longislandimage.smugmug.com/gallery/4555051_h5Mns */

    .gallery_4555051 .pageNav,
    .gallery_4555051 #breadcrumb {display:none;}

    .nophotos h3 {display: none;} /* removes the nophotos warning on all empty galleries */


    Which browser were you getting the warning?
Sign In or Register to comment.