PDA

View Full Version : Basic customization Faq's problem


savannahga
Feb-01-2007, 02:36 PM
I tried "Basic Customization FAQ'S # 20 & 25 and neither one worked.
What gives? :scratch

Thanks for any help...

Allen
Feb-01-2007, 02:39 PM
I tried "Basic Customization FAQ'S # 20 & 25 and neither one worked.
What gives? :scratch

Thanks for any help...
Looks like they're working here.

savannahga
Feb-01-2007, 02:44 PM
I meant when I tried them on my site.

Allen
Feb-01-2007, 02:57 PM
I meant when I tried them on my site.
:rofl My bad.:D

I'll have a look, hang on.

Allen
Feb-01-2007, 03:09 PM
I get right click warning and I see no slideshow button.:scratch

Try this, added ; at end and changed top single quotes.
rightClickWarning = 'All photos are property of "Gallery Savannah". All rights reserved. Unauthorized use is prohibited.';

Getting error in Firebug of missing ;

savannahga
Feb-01-2007, 03:20 PM
Thanks Allen, slideshow is in this gallery... http://www.savannahga.smugmug.com/gallery/332334

Allen
Feb-01-2007, 03:37 PM
Thanks Allen, slideshow is in this gallery... http://www.savannahga.smugmug.com/gallery/332334
Add this to your CSS

.gallery_332334 .buttons.fullscreen {display:none;}

or for site wide

.buttons.fullscreen {display:none;}

savannahga
Feb-01-2007, 03:48 PM
Thanks Allen... :bow