|
|
Thread Tools | Display Modes |
|
#1921
|
||
|
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 |
|
|
|
||
|
#1922
|
|
|
Workaholic
|
I added the slideshow to this gallery: http://www.rinkshots.com/gallery/5589352_Ybwu6. But my drop down navbar does not seem to be compatible with it. Is that a common issue? The drop down works until you get in to the area where the slideshow is, and then it disappears.
__________________
RinkShots.com - Photography by Scott Cooley |
|
|
|
|
#1923
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
#topnav li ul { /* second-level lists */
position: absolute;
width: 130px;
left: -999em;
z-index: 30;
}
__________________
--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 |
|
|
|
||
|
#1924
|
|
|
Workaholic
|
That worked beautifully. Thank you.
__________________
RinkShots.com - Photography by Scott Cooley |
|
|
|
|
#1925
|
||
|
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 |
|
|
|
||
|
#1926
|
||
|
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 |
|
|
|
||
|
#1927
|
||
|
Big grins
|
Thank you
Quote:
The slideshow works fine now. Is this a temporary fix only or a robust one? By this I mean if I change some parameters in the slideshow will it resurface again? Thanks again, you guys rock!
__________________
http://www.brisk-photography.com/ |
|
|
|
||
|
#1928
|
|
|
Big grins
|
Wow! This slideshow took 3 minutes to install and works great! Love it! Thanks for creating this, it works SO much faster than the standard Flash slideshow!
__________________
"The key to immortality is to first live a life worth remembering." ~Bruce Lee~ "Everyone has a photographic Memory, some just don't have film." ~Steven Wright~ Pono Photo |
|
|
|
|
#1929
|
||
|
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 |
|
|
|
||
|
#1930
|
|
|
SmugMug Support Hero
|
Beautiful slideshow - just implemented it. I love it to bits. Thank you for that!
__________________
SmugMug Support Hero | Customizer | My SmugMug site - http://www.photom.me | My portfolio - http://www.tomnovicki.com |
|
|
|
|
#1931
|
|
|
Beginner grinner
|
Thumbnails beneath slideshow off center
I installed the slide show as well as the "as many galleries as will fit across the page" code from this post
http://www.dgrin.com/showthread.php?t=17946 (Mike Lane's 08:49 PM post on Mar-31-2006) The spacing works great until I insert the slideshow above them (see here http://nhallphoto.smugmug.com/Events). As soon as that happens they seem to move to the left. I'd also like to get rid of the Category title on just this page and have the ability to adjust the relative vertical position of the gallery thumbnails to the slide show. Can anyone help??? |
|
|
|
|
#1932
|
||
|
Scripting dude-volunteer
|
Quote:
.category_Events #subcategoriesBox {width: 575px; margin: 20px auto;} .category_Events #subCatGalleryTitle {display: none;} If you add more thumbnails and want it centered again, you will have to manually adjust the 575 number. Given the way Smugmug generates the HTML for these thumbnails, there is no automatic way to have it centered for any number of thumbnails.
__________________
--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 |
|
|
|
||
|
#1933
|
||
|
Beginner grinner
|
Thanks!
Quote:
That worked awesome, thanks! It didn't work for my Portfolio page, but then I figured out that it was because that page doesn't have subcategories. With that knowledge, I was able to fix it and get it working, although I couldn't figure out the correct code to eliminate the title. I think this is because the title above galleries is called something different than the title above subcategories (makes sense). I tried just "#GalleryTitle" and a few versions of galleriesGalleryTitle (i.e. plural, singular, capitalized) but can't get it right. Is there a way to show object names so I can figure out want the word is for any particular object? I think I figured out how to move the thumbnails closer to the slideshow as well...although I haven't tried it yet. I read a bit of code that Allen wrote that I think will do the trick now that I know what the object name is. This stuff is pretty fun once you start getting the hang of it. But MAN is it frustrating when you can't figure it out. Thanks a million for straightening out the centering...looks great! |
|
|
|
||
|
#1934
|
||
|
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 |
|
|
|
||
|
#1935
|
||
|
Beginner grinner
|
Quote:
Awesome, thanks! Fixed my issue and I think I'm getting the hang of this thing. Well, at least enough get by...thanks to all the support on these forums. GREATLY appreciated!!! |
|
|
|
||
|
#1936
|
|
|
Beginner grinner
|
Hide the slide show in Subcategories?
I tried using the right click/inspect tool to hide the slideshow, but it apparently isn't an object in the same way that the original website components are because nothing happens.
I have a slideshow in my "Portraits" gallery that runs through the best of my portrait shots, but I wanted to put a slideshow of only the kids portraits when someone clicks on the "Children" subcategory in the "Portraits" category. I've figured out how to add the new slideshow to the subcategory only, but can't figure out how to get rid of the slide show in the subcategory. Is this possible? |
|
|
|
|
#1937
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
"#category.category_Portraits #breadcrumb" Code:
".category.category_Portraits:not(.subcategory) #breadcrumb"
__________________
--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 |
|
|
|
||
|
#1938
|
||
|
Beginner grinner
|
Quote:
Excellent...thanks!!!! |
|
|
|
||
|
#1939
|
|
|
Big grins
|
slideshow not showing up
for some reason the slideshow isn't showing up. I think I followed all of the directions. haven't changed anything, just copy and paste, then inserted the gallery link into the code in the bio box.
www.photography-by-jana.com any help would be great. thanks |
|
|
|
|
#1940
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
<script type="text/javascript">
JF.InsertSlideshowHere({
galleryURL: "http://www.photography-by-jana.com/Portfolio/Portfolio/11471891_QS4W7R#806998387_4L9f8",
stretchy: "true"}
;(
</script>
Code:
<script type="text/javascript">
JF.InsertSlideshowHere({
galleryURL: "http://www.photography-by-jana.com/Portfolio/Portfolio/11471891_QS4W7R#806998387_4L9f8",
stretchy: "true"}
);
</script>
__________________
--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 | |
|
|