PDA

View Full Version : Slideshow positioning and new gallery page missing buy photo option


premierphotokc
Mar-20-2008, 10:42 AM
I have two questions:

The forums have been very helpful, but I can't find answers to these two questions...

1. On my home page I added the slideshow just like the tutorial showed, but it is not centered on the page. I have tried several times to correct, but with no success. Any hints?

2. I added a separate gallery page and took the one off my homepage (also just like the tutorial shows) but now the "buy photo" menu is gone. I checked the customize gallery page and made sure that the button was checked to allow for buying the photos - now what?

Thanks in advance for ANY help!

denisegoldberg
Mar-22-2008, 06:17 AM
I have two questions:

The forums have been very helpful, but I can't find answers to these two questions...

1. On my home page I added the slideshow just like the tutorial showed, but it is not centered on the page. I have tried several times to correct, but with no success. Any hints?

2. I added a separate gallery page and took the one off my homepage (also just like the tutorial shows) but now the "buy photo" menu is gone. I checked the customize gallery page and made sure that the button was checked to allow for buying the photos - now what?

Thanks in advance for ANY help!
Welcome to dgrin!

If you'd post a link to your page it will be much easier to help. I'd recommend adding it to your signature - look up and to the left on this page, click You!, and then Edit signature. If you put your page link there it will show in every post.

--- Denise

premierphotokc
Mar-22-2008, 07:30 AM
Okay, I added my website to my signature, thanks for that suggestion!

I figured out how to center my slideshow by editing the CSS code, but I still don't know what happened to the Pricing option on my galleries. I must have messed something up when working on another part of my site?

Thanks for any help.


Katy

denisegoldberg
Mar-22-2008, 07:53 AM
...but I still don't know what happened to the Pricing option on my galleries. I must have messed something up when working on another part of my site?
Katy -
You removed the buy photo entries with this CSS:

/*makes "gallery page _1" dissapear*/
#albumNav_top {
display: none;
}

You can remove just the page navigation with the CSS below, but I'd recommend really thinking about that. It's fine if your galleries always fit on one page, but I'd argue that won't be the case. There will still be next buttons, but in a multi-page gallery it can be helpful to be able to jump to a specific page..pageNav {
visibility: hidden;
}
--- Denise

premierphotokc
Mar-22-2008, 08:09 AM
Denise,

Thank you so much for your help. I had used firefox to remove that entry and the one below it, but the preview never returned the pricing, so I guess I figured that wasn't the entry that messed it up.

THANKS AGAIN for your help!

Katy