• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization New - JFriend HTML5 Slideshow beta release!

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Page 152  of  179
Old Sep-13-2012, 07:51 PM
#3021
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by jdwl View Post
...
- can I change the position of the splash image?
right now its on the top of the slideshow and I would like to have it in the middle?
you remember my idea to have an entry site with only the splash image, than the typed "photography" and all together than vanishing and entering to the main site? I think this will take longer to materialize and I would keep the splash image for now - but in the middle?
...
Create a new png splash image with enough blank area on top to push the visible part to the middle.
Old Sep-14-2012, 06:56 AM
#3022
genix is offline genix
Beginner grinner
Quote:
Originally Posted by jfriend View Post
In your slideshow options in the bio, you have specified:

selectOrientation: "landscape",

which means to display only the photos from the gallery that are the landscape orientation, thus it displays only a subset of the photos in that gallery. Remove that option if you want all photos to display.
Thank you so much!
Old Sep-14-2012, 07:01 AM
#3023
RKnecht is offline RKnecht
Major grins
Quote:
Originally Posted by jdwl View Post
hey that looks very smooth and nice - I am not sure if I would use a gradient background but having a white/silver shadow would be nice!

thanks!
br
HJS
Sorry this took so long. Here is a link the the CSS generator I used for the drop shadow and gradient:


http://css3gen.com/

Here is what my CSS looks like for the drop shadow:

.slideOuter {box-shadow: 5px 10px 16px rgba(10, 10, 10, 0.75)}
__________________
A few Nikon bodies and some fast Nikon glass

www.richknechtphotography.com
Old Sep-14-2012, 07:38 AM
#3024
jdwl is offline jdwl
Major grins
jdwl's Avatar
Quote:
Originally Posted by RKnecht View Post
Sorry this took so long. Here is a link the the CSS generator I used for the drop shadow and gradient:


http://css3gen.com/

Here is what my CSS looks like for the drop shadow:

.slideOuter {box-shadow: 5px 10px 16px rgba(10, 10, 10, 0.75)}
thanks! do you see any possibility to make a white shadow?
Old Sep-14-2012, 07:39 AM
#3025
jdwl is offline jdwl
Major grins
jdwl's Avatar
Quote:
Originally Posted by RKnecht View Post
Sorry this took so long. Here is a link the the CSS generator I used for the drop shadow and gradient:


http://css3gen.com/

Here is what my CSS looks like for the drop shadow:

.slideOuter {box-shadow: 5px 10px 16px rgba(10, 10, 10, 0.75)}
pls forget my last question - RGB is the key
Old Sep-14-2012, 09:50 AM
#3026
Jpoulson is offline Jpoulson
Beginner grinner
Jpoulson's Avatar
Obviously I am new to this customization. I love the possibilities, but am stuck on small beginning detail.
1) I would like to full screen my slide show, but when I put the code superSize "true" in my bio box text over the stretchy code.. I get no slide show at all.
2) I also want my pics to randomize and when I insert the codes provided in my bio box, again nothing until I remove it back to bare bones.

What am I missing? I am also sure this has been answered before but for the life of me I can not find it.

Thanks for any help.
Old Sep-14-2012, 12:03 PM
#3027
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by Jpoulson View Post
Obviously I am new to this customization. I love the possibilities, but am stuck on small beginning detail.
1) I would like to full screen my slide show, but when I put the code superSize "true" in my bio box text over the stretchy code.. I get no slide show at all.
2) I also want my pics to randomize and when I insert the codes provided in my bio box, again nothing until I remove it back to bare bones.

What am I missing? I am also sure this has been answered before but for the life of me I can not find it.

Thanks for any help.
It sounds like you are not using the correct syntax when you add the new options which causes a script error which causes the whole thing to stop executing. This is javascript code so the syntax has to be perfect or the language interpreter will reject it. I can help, but you will need to provide a link to your site so I can see what you have so far.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Sep-14-2012, 03:30 PM
#3028
raskolniikov is offline raskolniikov
Big grins
Hello

I have installed the slideshow to work on one of my gallery pages. It is working, but the page is also displaying the filmstrip slideshow below it, so i now have 2 slideshows running together. May I ask what I need to do to remove the filmstrip below?

Here is a link to the page:

http://www.cinderella-photography.co...2635414_2dqWh7

Thank you all for any help with this.
Old Sep-14-2012, 03:50 PM
#3029
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by raskolniikov View Post
Hello

I have installed the slideshow to work on one of my gallery pages. It is working, but the page is also displaying the filmstrip slideshow below it, so i now have 2 slideshows running together. May I ask what I need to do to remove the filmstrip below?

Here is a link to the page:

http://www.cinderella-photography.co...2635414_2dqWh7

Thank you all for any help with this.
You can add this CSS:

/* hide parts of filmstrip that are not my custom slideshow */
.gallery_22635414 #filmstrip > div {display: none;}
.gallery_22635414 #filmstrip #albumDescription {display: block;}
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Sep-15-2012, 01:23 AM
#3030
raskolniikov is offline raskolniikov
Big grins
Quote:
Originally Posted by jfriend View Post
You can add this CSS:

/* hide parts of filmstrip that are not my custom slideshow */
.gallery_22635414 #filmstrip > div {display: none;}
.gallery_22635414 #filmstrip #albumDescription {display: block;}

thank you so much. that worked superbly.
Old Sep-15-2012, 06:09 PM
#3031
PhotoKaz is offline PhotoKaz
Beginner grinner
Thanks for the slideshow script. I got it up and running with the options I wanted in no time. I'm new to Smugmug, just building my page now: http://photokaz.smugmug.com/
Is there a way to add a list of thumbnails along the bottom so the user can just jump to an image rather than have it wait to go through the slide show?

Thanks,
Mike
Old Sep-16-2012, 09:56 AM
#3032
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by PhotoKaz View Post
Thanks for the slideshow script. I got it up and running with the options I wanted in no time. I'm new to Smugmug, just building my page now: http://photokaz.smugmug.com/
Is there a way to add a list of thumbnails along the bottom so the user can just jump to an image rather than have it wait to go through the slide show?

Thanks,
Mike
This slideshow does not have an option for a list of thumbnails.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Sep-16-2012, 09:35 PM
#3033
quagmire321 is offline quagmire321
Psychotic Photographer
Great job~!
Beautiful slideshow... probably one of the best I have ever seen, Javascript or otherwise; very efficient and with enough options to make most people go crazy.

Had loads of fun "massaging" 4 (yes, FOUR) slideshows onto my Bio too...

Alright... now... I have been trying to hack on swipe / touch support on the slideshow but... unfortunately is about as good with Javascript as an untrained monkey.

So, JF... could you be so kind as to put in swipe/touch support on the slideshow? Swipe left for previous, swipe right for next; single tap to start, double tap to pause would be nice.
Old Sep-16-2012, 09:37 PM
#3034
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by quagmire321 View Post
So, JF... could you be so kind as to put in swipe/touch support on the slideshow? Swipe left for previous, swipe right for next; single tap to start, double tap to pause would be nice.
Excellent idea. I will look into it.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Sep-16-2012, 09:51 PM
#3035
quagmire321 is offline quagmire321
Psychotic Photographer
Quote:
Originally Posted by jfriend View Post
Excellent idea. I will look into it.
Old Sep-17-2012, 05:48 AM
#3036
Couldbe is offline Couldbe
Central Florida
Slideshow is Now Missing!
I was adding Drop Down Nav bar to my site and now the slideshow is missing. I can see the show when logged in, but cannot otherwise. I checked the bio box and the proper setting are there, I think.. It was working last night and I'm now in need Help. Was getting ready to assign names and gallery location to the new, but this problem just surfaced.
Thanks for any help,
Mike
__________________
Regards,
Mike
http://mddowns.smugmug.com/
Old Sep-17-2012, 08:37 AM
#3037
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by Couldbe View Post
I was adding Drop Down Nav bar to my site and now the slideshow is missing. I can see the show when logged in, but cannot otherwise. I checked the bio box and the proper setting are there, I think.. It was working last night and I'm now in need Help. Was getting ready to assign names and gallery location to the new, but this problem just surfaced.
Thanks for any help,
Mike
It appears to me like you've hidden your bio box. Go to the homepage layout button on the homepage (when logged in) and make sure the bio is shown. Then, I think the HTML you've added recently has some mismatched begin and end HTML tags causing problems with other stuff in your page that comes after it. Remember, in the HTML you add, every <div> must have exactly one matching </div> and so on for almost every other HTML tag except for a few like <br> or <img>.

If your biobox was already properly marked to show, then it may be because you have no public galleries. Smugmug requires you to have at least one public gallery on your site for the homepage to work normally.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Sep-17-2012, 09:02 AM
#3038
Couldbe is offline Couldbe
Central Florida
Thanks,
Quote:
Originally Posted by jfriend View Post
It appears to me like you've hidden your bio box. Go to the homepage layout button on the homepage (when logged in) and make sure the bio is shown. Then, I think the HTML you've added recently has some mismatched begin and end HTML tags causing problems with other stuff in your page that comes after it. Remember, in the HTML you add, every <div> must have exactly one matching </div> and so on for almost every other HTML tag except for a few like <br> or <img>.

If your biobox was already properly marked to show, then it may be because you have no public galleries. Smugmug requires you to have at least one public gallery on your site for the homepage to work normally.
Didn't have a Public Gallery, Thanks for all you do,
Mike
__________________
Regards,
Mike
http://mddowns.smugmug.com/
Old Sep-17-2012, 11:00 AM
#3039
vbar is offline vbar
Beginner grinner
I followed the instruction on the pixel99.com website to create a slideshow on my homepage, the problem is that i would like to have the images in the slideshow bigger though and i do not know what to modify in the code, can any1 help me?

my website is www.vladbarin.com

Thanks,
V.
Old Sep-17-2012, 01:26 PM
#3040
Couldbe is offline Couldbe
Central Florida
Lowering Slideshow Container
I would like to lower the slideshow on Homepage. Tried several different things ,but no luck.
Any ideas?
Mike
__________________
Regards,
Mike
http://mddowns.smugmug.com/
Page 152  of  179
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

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump