PDA

View Full Version : Slideshow Does Not Work in Firefox, Off-center in IE


bwhysel
Mar-08-2008, 06:53 AM
Hello, I've attempted to add a navbar and slideshow tonight. The slideshow does not work in Firefox 2.0. All that appears in the box is the smugmug logo. In IE 7.0, the slideshow appears, but some of the images are off-center. How can I get this working in both browsers?

Also, how do I shift down the double-line box around each category of gallery so that it's 1/4" below the navbar ? Thanks!

www.whysel.smugmug.com (http://www.whysel.smugmug.com/)

Ed_M
Mar-08-2008, 07:15 AM
Just noticed I have the same problem. Slideshow does not work in Firefox or Safari but it works fine in IE7.


Ed
edmartens.smugmug.com

Allen
Mar-08-2008, 07:17 AM
Hello, I've attempted to add a navbar and slideshow tonight. The slideshow does not work in Firefox 2.0. All that appears in the box is the smugmug logo. In IE 7.0, the slideshow appears, but some of the images are off-center. How can I get this working in both browsers?
Make sure external links are on for the source gallery.

Add this to your CSS to center show.

#userBio {text-align: center !important;}
Also, how do I shift down the double-line box around each category of gallery so that it's 1/4" below the navbar ? Thanks!

www.whysel.smugmug.com (http://www.whysel.smugmug.com/)
Change the bold in your CSS to increase gap.

#navcontainer ul {
margin: 0 auto 10px; /* top right/left bottom */
padding: 0;
list-style-type: none;
text-align: center;
}

Ed_M
Mar-08-2008, 07:57 AM
External links on did the trick.

Thanks,

Ed

bwhysel
Mar-08-2008, 08:52 AM
Worked for me too. Thank you.

One more question: I'd like set it up so that a new link in the navbar points to a page that is password protected and presents galleries of a certain category called "Private".

Allen
Mar-08-2008, 11:46 AM
Worked for me too. Thank you.

One more question: I'd like set it up so that a new link in the navbar points to a page that is password protected and presents galleries of a certain category called "Private". Only galleries can have passwords so you'll need to use a private gallery as
this "landing" page from you navbar link. In the "landing" page gallery
description you can then link to any combination of galleries and categories.

See this page (http://allen-steve.smugmug.com/gallery/3539056) for an example. If pointing to a category, all the galleries
under the category will need to be public with a password so they appear
on the category/browse page. Use the same PW for each and it won't have
to be re-entered.

This landing page will allow you to point to multiple categories preserving
the number of layers allowed. cat > sub-cat > gal

Holler back if you need any help or have any questions.