PDA

View Full Version : Gallery Category images


rytontym
Jun-13-2008, 08:29 PM
Hi all,
I've been using SmugMug for almost a year, and it's been great so far. Until recently, I concentrated mostly on uploading pics. Now, I'm customizing the site so that it's as cool as the photos.

My question: Is there a way to make the picture for each category on my Homepage be a specific picture that I choose?

The problem I've encountered is that the thumbnails that appear on the Homepage (they show pictures from galleries in each category) seem to cycle randomly through the pics in the galleries. Often, when I visit my homepage, the pictures that appear are not the pictures I'd most like to have my visitors see. Also, most of my galleries are locked, which means that, for some categories, the image is SmugMug's lock symbol.

I have found a workaround, but it's clumsy: I create a single-picture, unlocked gallery (I usually name it "gallery placeholder") for each category and then lock all of the other galleries in that category. As a result, the category on the homepage has only one picture to display; it's the same every time.

Like I said, this is clumsy. And it doesn't allow me to select a pic to replace the locked symbols on the galleries inside the categories. I don't want to open all of my pictures up to the public, but I'm OK with each gallery (including the locked ones) having a single picture so that my visitors aren't basing their decision (on whether to enter the gallery) solely on my text description. Are there features I don't know about that could help me with this?

rytontym
Jun-14-2008, 08:10 PM
bump! any thoughts?

brophy
Jun-16-2008, 07:17 PM
Hi all,
I've been using SmugMug for almost a year, and it's been great so far. Until recently, I concentrated mostly on uploading pics. Now, I'm customizing the site so that it's as cool as the photos.

My question: Is there a way to make the picture for each category on my Homepage be a specific picture that I choose?

The problem I've encountered is that the thumbnails that appear on the Homepage (they show pictures from galleries in each category) seem to cycle randomly through the pics in the galleries. Often, when I visit my homepage, the pictures that appear are not the pictures I'd most like to have my visitors see. Also, most of my galleries are locked, which means that, for some categories, the image is SmugMug's lock symbol.

I have found a workaround, but it's clumsy: I create a single-picture, unlocked gallery (I usually name it "gallery placeholder") for each category and then lock all of the other galleries in that category. As a result, the category on the homepage has only one picture to display; it's the same every time.

Like I said, this is clumsy. And it doesn't allow me to select a pic to replace the locked symbols on the galleries inside the categories. I don't want to open all of my pictures up to the public, but I'm OK with each gallery (including the locked ones) having a single picture so that my visitors aren't basing their decision (on whether to enter the gallery) solely on my text description. Are there features I don't know about that could help me with this?


You can choose the 'Feature Photo' option from the photo tools drop down menu.

I think that this may be what you are looking for ... ?
Hope it helps.

PBolchover
Jun-17-2008, 04:04 AM
Unfortunately, the thumbnail for a category is fixed to be the thumbnail for the first visible gallery within that category.

(One easy workaround is to make a public gallery for that featured photo, and use javascript to hide it from the category view)

RBrogen
Sep-06-2008, 05:24 PM
Unfortunately, the thumbnail for a category is fixed to be the thumbnail for the first visible gallery within that category.

(One easy workaround is to make a public gallery for that featured photo, and use javascript to hide it from the category view)

Do you have the code to hide this from view? Thanks

PBolchover
Sep-06-2008, 06:42 PM
Do you have the code to hide this from view?
Unfortunately, I don't. But it's relatively easy code - you just need to empty the "innerHTML" of a specified element. I suggest that you start with the code that removes the links from journal-style galleries. Once you can understand how that code works, it will be relatively simple to adapt it to remove any element that you want.