PDA

View Full Version : I've lost slideshow?


ilbcnu
Sep-18-2009, 11:09 AM
I have been through thread after thread, redid the bio box from the tutorial and can not get the slideshow back? Help please
ok got it back but now with a slideshow below?
well, after 2 hours back to original i think. was trying to create full size slideshow but didn't get there oh well
If there is a tutorial for that pls let me know~
Thanks!

Allen
Sep-18-2009, 12:40 PM
I have been through thread after thread, redid the bio box from the tutorial and can not get the slideshow back? Help please
ok got it back but now with a slideshow below?
well, after 2 hours back to original i think. was trying to create full size slideshow but didn't get there oh well
If there is a tutorial for that pls let me know~
Thanks!
Looks like it's running now, get it solved?

btw, there is no such thing as center only top

imgAlign: 'center',

http://wiki.smugmug.net/display/SmugMug/Flash+Slideshow

imgAlign: 'top/<blank>'

* Aligns the displayed image at the top of the slideshow area
* Default: <blank>

ilbcnu
Sep-18-2009, 01:06 PM
Thank you Allen, I went in and changed the imageAlign
now I am working on removing the white line 1/2 looking border on the gallery page -any suggestions there? I see if I change the theme it will remove it and do something different but when I make a change there it does it to my intro/slideshow page also- behind the slideshow I don't want that black changed so I need to work around that somehow?

ilbcnu
Sep-18-2009, 02:03 PM
I found this and think it may work!!!:barb
#bioBox .boxBottom {background:none; border:none !important;}

not working?

Allen
Sep-18-2009, 02:23 PM
I found this and think it may work!!!:barb
#bioBox .boxBottom {background:none; border:none !important;}

not working?
This one on your galleries page?

#categoriesBox,
#bioBox .boxBottom {background: none !important; border: none !important;}

ilbcnu
Sep-18-2009, 02:43 PM
inserted that into css didn't work? still white line on gallery page horizontal/vertial one side only

Allen
Sep-18-2009, 02:58 PM
inserted that into css didn't work? still white line on gallery page horizontal/vertial one side only First fix some errors.

Change the 's to comment tags to disable that parameter.

#my_banner {
'display: none;'
width: 750px;
height: 100px;
....

like this and your banner will center. Also add the red ' around the link in the filter part.

#my_banner {
/* display: none; */
width: 750px;
height: 100px;
margin: 0 auto;
background: url(http://www.behindthezoom.com/photos/523337807_JLcQu-L.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,
src='http://www.behindthezoom.com/photos/523337807_JLcQu-L.png');
}


Looks like you switched themes, add this to your CSS

#categoriesBox .boxBottom {border: none;}

ilbcnu
Sep-18-2009, 03:12 PM
YEA!!! that worked THANK YOU!!!!
Last question for the night as my eyes are popping out of my head
the about and info galleries now seem to have lost the controls for me to change the themes and add photos etc...?

Allen
Sep-18-2009, 03:20 PM
YEA!!! that worked THANK YOU!!!!
Last question for the night as my eyes are popping out of my head
the about and info galleries now seem to have lost the controls for me to change the themes and add photos etc...?
Add the .notLoggedIn to these

/* get rid of breadcrumb and slideshow button in About Me page */
.notLoggedIn .gallery_6194133 #breadcrumb {display:none;}
/* get rid of breadcrumb and slideshow button in About Me page */
.notLoggedIn .gallery_5717670 #breadcrumb {display:none;}

ilbcnu
Sep-18-2009, 03:42 PM
:bow :bow :bow :bow :bow

YOU ROCK!! THANK YOU!!

ilbcnu
Sep-18-2009, 04:29 PM
Alas I thought I was done and felt good about my site, logged off and went in as a visitor clicked on galleries..looks great click on portraits - looks bad as it cuts of the quick info for the galleries. Do I have to go back to 2 across or is there code to expand their areas a little more so they are readable?

Allen
Sep-18-2009, 05:36 PM
Alas I thought I was done and felt good about my site, logged off and went in as a visitor clicked on galleries..looks great click on portraits - looks bad as it cuts of the quick info for the galleries. Do I have to go back to 2 across or is there code to expand their areas a little more so they are readable?
It's all in the height adjustment. You can change it for all boxes or just add
this specifically for the Portraits category page. Put it below the general one.

.miniBox {width:122px; text-align:center; height:210px; margin:0 28px;}
.category_Portraits .miniBox {height:350px;}

ilbcnu
Sep-18-2009, 06:14 PM
Allen, Thank You!! that worked and looks much better:clap :clap :clap