Options

Help! My pictures are gone!

Pete291Pete291 Registered Users Posts: 70 Big grins
edited November 9, 2008 in SmugMug Pro Sales Support
Hello

Galleries appear on homepage, but when I click on any gallery I just get a blank page. What went wrong???

Pete

Comments

  • Options
    Pete291Pete291 Registered Users Posts: 70 Big grins
    edited November 8, 2008
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited November 8, 2008
    Fixed you up.

    You hid all your stuff with this CSS:



    .honly {
    display: none;
    }

    .homepage .honly {
    display: block;
    }

    I dunno what .honly is but I made that CSS inactive by commenting it out for you.


    /*
    .honly {
    display: none;
    }

    .homepage .honly {
    display: block;
    }
    */
  • Options
    Pete291Pete291 Registered Users Posts: 70 Big grins
    edited November 8, 2008
    Andy wrote:
    Fixed you up.

    You hid all your stuff with this CSS:



    .honly {
    display: none;
    }

    .homepage .honly {
    display: block;
    }

    I dunno what .honly is but I made that CSS inactive by commenting it out for you.


    /*
    .honly {
    display: none;
    }

    .homepage .honly {
    display: block;
    }
    */

    Hi Andy

    That code was to hide the writing on my homepage from appearing on my gallery pages. It was working fine until I added a picture and changed some text.

    It just occured to me that the picture was a link from a gallery. How do I get a single picture to appear on the homepage but not on the gallery pages?

    Pete
  • Options
    BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited November 8, 2008
    Pete291 wrote:
    Hi Andy

    That code was to hide the writing on my homepage from appearing on my gallery pages. It was working fine until I added a picture and changed some text.

    It just occured to me that the picture was a link from a gallery. How do I get a single picture to appear on the homepage but not on the gallery pages?

    Pete

    Hi Pete,

    So, on your homepage, at the top, you want your banner and then this text to appear?

    Most Recent Addition
    "Skyline in the Tarantula Zone" in gallery Chicago's Carbide. . . Note: photos are available for licensed downloads. Please contact me.
    Note: don't be flummoxed by copyright watermarks on photos. The watermark won't appear on the print you order.

    ======

    But you don't want either of them (banner or text) on your gallery pages?
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
  • Options
    Pete291Pete291 Registered Users Posts: 70 Big grins
    edited November 8, 2008
    Barb wrote:
    Hi Pete,

    So, on your homepage, at the top, you want your banner and then this text to appear?

    Most Recent Addition
    "Skyline in the Tarantula Zone" in gallery Chicago's Carbide. . . Note: photos are available for licensed downloads. Please contact me.
    Note: don't be flummoxed by copyright watermarks on photos. The watermark won't appear on the print you order.

    ======

    But you don't want either of them (banner or text) on your gallery pages?

    Hi Barb

    Actually I want only my banner to appear on the gallery pages. The homepage will have banner plus the text as well as an ever-changing photo under the text "Most Recent Addition."

    Can you help? HTML and I do not get along at all!

    Pete
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited November 9, 2008
    Pete291 wrote:
    Hi Barb

    Actually I want only my banner to appear on the gallery pages. The homepage will have banner plus the text as well as an ever-changing photo under the text "Most Recent Addition."

    Can you help? HTML and I do not get along at all!

    Pete
    Try this in your header.
    [b]<[/b]div id="my_banner"> [b]<[/b]/div>
    
    [b]<[/b]div class="honly">
    
        [b]<[/b]div id="my_header">
            [b]<[/b]p align="center"> [b]&[/b]nbsp; [b]<[/b]/p>
            Most Recent Addition
            [b]<[/b]p align="center"> [b]&[/b]nbsp; [b]<[/b]/p>
            [b]<[/b]img src="http://home.earthlink.net/%7Epetetrin/carbon_0043rec.jpg">
        [b]<[/b]/div>
    
        [b]<[/b]div id="my_caption">
            "Skyline in the Tarantula Zone" in gallery Chicago's Carbide and Carbon Building
        [b]<[/b]/div>
    
        [b]<[/b]div id="my_statement">
            Prices range from $10 for a 4x6 print to $400 for a 20x30 
            mounted canvas. Just use the shopping cart.
            [b]<[/b]br> 
            Note: Copyright watermarks on these 
            photos will not appear on any prints you order.
            [b]<[/b]p align="center"> [b]&[/b]nbsp; [b]<[/b]/p>
            Note: At times when I am under contract with a gallery the shopping cart 
            [b]<[/b]br> 
            will be disabled and all sales must go through the gallery.
            [b]<[/b]p align="center"> [b]<[/b]/p>
        [b]<[/b]/div>  [b]<[/b]!-- closes my_statement -->
    
    [b]<[/b]/div>  [b]<[/b]!-- closes honly -->
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.