Options

How do you hide "Gallery is Empty"?

Chris OceanChris Ocean Registered Users Posts: 62 Big grins
edited November 14, 2013 in SmugMug Customization
http://www.chrisocean.co/RandomActsOfPhotography/Panoramic-Photos

That's the link for the gallery in question. I've linked my panoramic photos to this gallery from other galleries by using it as a custom page.

How do i hide the box under it at the bottom that says "gallery is empty" ? Is there any css or anything to get rid of that?

It's the only box that smugmug will not let you remove.

Thanks!

Comments

  • Options
    AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 10, 2013
    http://www.chrisocean.co/RandomActsOfPhotography/Panoramic-Photos

    That's the link for the gallery in question. I've linked my panoramic photos to this gallery from other galleries by using it as a custom page.

    How do i hide the box under it at the bottom that says "gallery is empty" ? Is there any css or anything to get rid of that?

    It's the only box that smugmug will not let you remove.

    Thanks!
    You can do this using a page instead of a gallery adding the same box with the photos.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    Chris OceanChris Ocean Registered Users Posts: 62 Big grins
    edited November 11, 2013
    Allen wrote: »
    You can do this using a page instead of a gallery adding the same box with the photos.

    yeah but it doesn't show up in the galleries this way, i want it to be in the galleries, not have to link it from my nav bar.
  • Options
    brandofamilybrandofamily Registered Users Posts: 2,013 Major grins
    edited November 11, 2013
    http://www.chrisocean.co/RandomActsOfPhotography/Panoramic-Photos

    That's the link for the gallery in question. I've linked my panoramic photos to this gallery from other galleries by using it as a custom page.

    How do i hide the box under it at the bottom that says "gallery is empty" ? Is there any css or anything to get rid of that?

    It's the only box that smugmug will not let you remove.

    Thanks!
    /*Removing No Photo in Gallery Warning*/
    .sm-gallery-empty
    {
       display:none;
    }
    
  • Options
    rworobecrworobec Registered Users Posts: 18 Big grins
    edited November 14, 2013
    /*Removing No Photo in Gallery Warning*/
    .sm-gallery-empty
    {
       display:none;
    }
    



    Thanks! I was wondering the same thing
Sign In or Register to comment.