|
|
Thread Tools | Display Modes |
|
#21
|
||
|
Major grins
|
Quote:
And thanks for all of this BTW. It's lovely. |
|
|
|
||
|
#22
|
|
|
Big grins
|
I thought I would give this a try as I am definately a rookie at customizing. I got the Javascript in, but steps 2 and 3 are throwing Dropbox errors. Not sure if the content moved or what might have happened.....
Thanks for all you do here. I am learning quite a bit from reading all your replies and posts! |
|
|
|
|
#23
|
||
|
"tweak 'til it squeaks"
|
Quote:
the biobox or album description. Could be a common error. Also might remind them to click "email" button for backup before any changes.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#24
|
||
|
"tweak 'til it squeaks"
|
Quote:
So that works now.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#25
|
|
|
Major grins
|
John -
Just FYI - the dropbox links are a bit flakey. I'm often getting an error (5xxx) when I click on the links. Refreshing the page usually corrects the problem. I'm not sure that you can do anything about it, just wanted to let you know. --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#26
|
||
|
Scripting dude-volunteer
|
Quote:
Edit: Yeah, I see that dropbox seems intermittent now. Works sometimes, doesn't work other times. Bummer. Hopefully they'll clean up their act in the next few hours. These are supported public links from dropbox and are supposed to work. If they don't fix it by later today, I'll find another place to host the files.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question Last edited by jfriend; Jan-22-2011 at 09:01 AM. |
|
|
|
||
|
#27
|
|
|
"tweak 'til it squeaks"
|
I have the top overlay caption applied, can it be moved up some and the
background h/w decreased? Was also looking for a way to format the font, size, type, color, etc.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
|
#28
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
.slideCaptionTop .slideCaptionHolder {
top: 25px;
}
The transparent overlay comes from a transparent PNG background image (so it will work in older browsers). You can supply your own and override the CSS. It's applied in this CSS: Code:
.slideCaptionOverlay .slideCaptionHolder {
position: absolute; /* has to be absolute to be on top of the image */
left: 8.5%;
width: 80%;
padding-left: 1.5%;
padding-right: 1.5%;
padding-top: 10px;
padding-bottom: 10px;
color: #FFF;
overflow: hidden;
text-shadow: 1px 1px 1px #000;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
background: transparent url(http://jfriend.smugmug.com/photos/1155231379_dvqbp-O.png) repeat;
/* no transparent background in IE6 because it looks bad, can't use filters for PNG transparency
because it interacts poorly with the filter based slide transitions */
_background: none;
zoom: 1;
z-index: 8;
}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#29
|
||
|
"tweak 'til it squeaks"
|
Quote:
More playing around here adding frame and background.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#30
|
||
|
Scripting dude-volunteer
|
Quote:
If you're using more than one slideshow on your site, you may want to set the slideshow parameter cssClass on each slideshow to give your slideshows unique top level classes. You can then reference that class in your CSS so can target specific slideshows with your CSS without having to use the page level CSS to distinguish them and worry about where you put each slideshow on your site. For example, you could have a "ss-small" class for the little slideshow you have on your homepage, make any customizations for it using ss-small as a scope identifier in your CSS and then you can get all the same customizations on any other small slideshows by just setting the cssClass to ss-small.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#31
|
||
|
Major grins
|
Quote:
http://www.janicebrowne.com/SamplerS...15540925_QtGow
__________________
Jan Janice Browne Photography = http://www,janicebrowne.com Reflecting Nature = http://www.reflectingnature.com |
|
|
|
||
|
#32
|
|
|
Major grins
|
As soon as I started testing this, I'm being forced to re-login much more frequently than usual. Any connection?
__________________
Jan Janice Browne Photography = http://www,janicebrowne.com Reflecting Nature = http://www.reflectingnature.com |
|
|
|
|
#33
|
|
|
Major grins
|
John: Would you like suggestions on the documentation too, or is it too early? (I'm an editor by profession and just can't help myself -- sorry!)
__________________
Jan Janice Browne Photography = http://www,janicebrowne.com Reflecting Nature = http://www.reflectingnature.com |
|
|
|
|
#34
|
||
|
Scripting dude-volunteer
|
Quote:
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#35
|
|
|
Scripting dude-volunteer
|
I know the doc is rough - not my favorite way to spend time. I'm open to suggestions. Might be best to just email them to me (via my dgrin profile) if you have thoughts.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#36
|
||
|
Scripting dude-volunteer
|
Quote:
JF.InsertSlideshow({config options}, ".gallery_xxxxx #breadcrumb", after);
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#37
|
|
|
"tweak 'til it squeaks"
|
Any thoughts on popular or keyword feeds?
The "real old" slideshow required something, anything in the bioBox to run. I think that activates the box like you suggested. Otherwise the show will only be seen logged in.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
|
#38
|
||
|
Scripting dude-volunteer
|
Quote:
For keyword feeds, I'd suggest making an unlisted virtual gallery based on keywords and just using the gallery URL for that. Seems like a capable substitute. I don't currently have a replacement for the popular or recent feed. On the empty bioBox, I'll look into that. I'm already going to change the doc to NOT recommend using the albumDescription for a slideshow in a gallery. It's better to put it after the breadcrumb (which is always present and basically the same position as the albumDescription). There is no real need to reference the bioBox tag at all. In fact, just putting as first child of #homepageBoxes works fine and then the bioBox is free to be used (or not used) for something else. I started out referring to the bioBox just to be "like" the old custom slideshow and make it compatible with the existing galleries page code (which hides the biobox on the galleries page). But, it may make more sense to just split from it entirely. I'll think about that. This is definitely what a beta is for - getting all the recommendations and documentation tuned.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#39
|
|
|
Major grins
|
John, do you know of a way I can have the very first photo have a transition at the start of the slide (like a simple fade up transition)?? I think this would look much more elegant than it just appearing on the screen. Thanks.
|
|
|
|
|
#40
|
|
|
Scripting dude-volunteer
|
No way to do it right now via configuration, but it's on my todo list because I agree with your observation. I was thinking about making the first actual slideshow image be a short fade-in. The splash image is already a short fade-out for much the same reason.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
| Tell The World! | |
| Tags | |
| advanced , custom header , flash , help me , slideshow | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| JFriend HTML5 Slideshow | Linisa | SmugMug Customization | 3 | Sep-10-2011 04:57 AM | |
| JFriend Slideshow Covering up Main body and smugmug navbar | stormy315 | SmugMug Customization | 1 | Aug-15-2011 04:47 PM | |
| Clean up bio before installing JFriend HTML5 slideshow | DougG | SmugMug Customization | 6 | Jun-03-2011 12:00 PM | |
| New BETA release | onethumb | SmugMug Support | 64 | Jan-10-2007 05:14 PM | |
| Adobe Camera Raw 2.4 beta (update-full release 1/31/05) | patch29 | The Big Picture | 3 | Jan-31-2005 02:12 PM | |
| Thread Tools | |
| Display Modes | |
|
|