• 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 137  of  179
Old May-23-2012, 01:12 PM
#2721
Flashman is offline Flashman
Major grins
Flashman's Avatar
ok. thanks for all your help.

Quote:
Originally Posted by jfriend View Post
Just use an exact copy of what we just did in the weddings gallery with a change to the galleryURL and splashURL to point to the ones you want to use for that slideshow. There's nothing different. You should be able to edit the links and text to your liking.
__________________
http://www.blsphotoventures.com
Old May-29-2012, 04:14 AM
#2722
gmacalex78 is offline gmacalex78
gmacalex
JFriend Slideshow
Hello,

I have followed instructions as best I can (clearly not well) as I cannot view the slideshow, I have looked through the multiple questions but I can't see where I am going wrong, please can you help.

Thanks

www.photorammy.co.ukhttp://www.photorammy.co.uk
Old May-29-2012, 11:47 AM
#2723
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by gmacalex78 View Post
Hello,

I have followed instructions as best I can (clearly not well) as I cannot view the slideshow, I have looked through the multiple questions but I can't see where I am going wrong, please can you help.

Thanks

www.photorammy.co.ukhttp://www.photorammy.co.uk
Remove this from your bottom javascript as it is causing errors and stopping all scripts from working:

Code:
<script type="text/javascript">
google_ad_client = "ca-pub-5478750702135139";
/* photorammy website */
google_ad_slot = "7805213528";
google_ad_width = 728;
google_ad_height = 15;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
If you want that code in your site, then add that exact code to your custom footer. <script> tags do not go in the bottom javascript.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old May-29-2012, 12:11 PM
#2724
gmacalex78 is offline gmacalex78
gmacalex
Thank you, I have removed code, the slideshow now appears but is very small, should I delete all info in Bio, apologise for being a bit thick with this.
thanks
Old May-29-2012, 12:19 PM
#2725
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by gmacalex78 View Post
Thank you, I have removed code, the slideshow now appears but is very small, should I delete all info in Bio, apologise for being a bit thick with this.
thanks
Move the biobox to the top of your page (there should be a Move Up/Move Down indicator on the right when logged in) and the slideshow will get larger. Then, decide if you still want those other things on your homepage any more.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old May-29-2012, 01:15 PM
#2726
gmacalex78 is offline gmacalex78
gmacalex
Move Bio Box
Quote:
Originally Posted by jfriend View Post
Move the biobox to the top of your page (there should be a Move Up/Move Down indicator on the right when logged in) and the slideshow will get larger. Then, decide if you still want those other things on your homepage any more.
Thanks I have done this, but slideshow still small, think I have to big a bio, time for some harsh editing.
Old May-29-2012, 02:22 PM
#2727
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by gmacalex78 View Post
Thanks I have done this, but slideshow still small, think I have to big a bio, time for some harsh editing.
It's your very large banner image and all the text in the bio. The tall banner image doesn't leave vertical space for the slideshow. Large slideshows work best when there is very little space taken above them (see my site). Screens these days are normally wide and not as tall so vertical space is at a premium.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old May-29-2012, 02:32 PM
#2728
gmacalex78 is offline gmacalex78
gmacalex
Quote:
Originally Posted by jfriend View Post
It's your very large banner image and all the text in the bio. The tall banner image doesn't leave vertical space for the slideshow. Large slideshows work best when there is very little space taken above them (see my site). Screens these days are normally wide and not as tall so vertical space is at a premium.
I understand, Many Thanks.
Old May-29-2012, 05:23 PM
#2729
JayP is offline JayP
Major grins
How to use bioBox on another page ?
Hi John,

I want to use bioBox as a text box on another page to hold a table. How can I suppress the slide show in that box? If I put .keywords #bioBox {display: block;} I can get the box there but the slide show runs in it. Thanks.
__________________
Jay

Blue Water Prism - Underwater Photography
www.bluewaterprism.com
Old May-29-2012, 05:42 PM
#2730
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by JayP View Post
Hi John,

I want to use bioBox as a text box on another page to hold a table. How can I suppress the slide show in that box? If I put .keywords #bioBox {display: block;} I can get the box there but the slide show runs in it. Thanks.
To hide the slideshow on your keywords page, you can use this CSS:

.keywords #userBio .slideshowFrame {display: none;}
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old May-29-2012, 05:48 PM
#2731
JayP is offline JayP
Major grins
Quote:
Originally Posted by jfriend View Post
To hide the slideshow on your keywords page, you can use this CSS:

.keywords #userBio .slideshowFrame {display: none;}
Thanks as usual you are great.
__________________
Jay

Blue Water Prism - Underwater Photography
www.bluewaterprism.com
Old May-29-2012, 05:53 PM
#2732
JayP is offline JayP
Major grins
Quote:
Originally Posted by JayP View Post
Thanks as usual you are great.
I used bioBox as that is what I had called it in the slide show development. Now for a real dumb question (like the others aren't) -

how do I get my table in the box? I have it written but not sure how to get the code to show it there. I have a it defined in a div as MyLinksTable.
__________________
Jay

Blue Water Prism - Underwater Photography
www.bluewaterprism.com
Old May-29-2012, 06:07 PM
#2733
jfriend is offline jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by JayP View Post
I used bioBox as that is what I had called it in the slide show development. Now for a real dumb question (like the others aren't) -

how do I get my table in the box? I have it written but not sure how to get the code to show it there. I have a it defined in a div as MyLinksTable.
You just add the code right before the slideshow in your bio:

Code:
<html>
<div id="myLinksTable">
<table>
...
</table>
</div>

<script type="text/javascript">
JF.InsertSlideshowHere({
galleryURL: "http://www.bluewaterprism.com/Other/For-Slide-Show/21775760_9dSjSr#!i=1694940776&k=tv6PG2w",
slideBorderWidth: "3",
slideBorderColor: "#ffffff",
stretchy: "true"}
);
</script>
</html>
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old May-29-2012, 06:09 PM
#2734
JayP is offline JayP
Major grins
Quote:
Originally Posted by jfriend View Post
You just add the code right before the slideshow in your bio:

Code:
<html>
<div id="myLinksTable">
<table>
...
</table>
</div>

<script type="text/javascript">
JF.InsertSlideshowHere({
galleryURL: "http://www.bluewaterprism.com/Other/For-Slide-Show/21775760_9dSjSr#!i=1694940776&k=tv6PG2w",
slideBorderWidth: "3",
slideBorderColor: "#ffffff",
stretchy: "true"}
);
</script>
</html>
The table shows in the homepage bio as well. How do I suppress it there? Is there also a way to change the "Your Bio" in the header to "My Links"?
__________________
Jay

Blue Water Prism - Underwater Photography
www.bluewaterprism.com
Old May-29-2012, 06:15 PM
#2735
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by JayP View Post
And the table won't show in the homepage bio as it is before it here?
Add red to your CSS to defind where it shows.

#myLinksTable {display:none;}
.keywords #myLinksTable {display:block;}

.keywords #userBio .slideshowFrame {display: none;}


"Your Bio" only shows to you logged in.
Old May-29-2012, 06:21 PM
#2736
JayP is offline JayP
Major grins
Quote:
Originally Posted by Allen View Post
Add red to your CSS to defind where it shows.

#myLinksTable {display:none;}
.keywords #myLinksTable {display:block;}

.keywords #userBio .slideshowFrame {display: none;}


"Your Bio" only shows to you logged in.
Gotcha.

Thanks Al.
__________________
Jay

Blue Water Prism - Underwater Photography
www.bluewaterprism.com
Old May-29-2012, 06:29 PM
#2737
JayP is offline JayP
Major grins
Quote:
Originally Posted by JayP View Post
Gotcha.

Thanks Al.
I have a caption on the table. Is there a way to Left Align it and change the font color??
__________________
Jay

Blue Water Prism - Underwater Photography
www.bluewaterprism.com
Old May-29-2012, 06:44 PM
#2738
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by JayP View Post
I have a caption on the table. Is there a way to Left Align it and change the font color??
Like this?

<caption style="text-align:left; color:red;">
My Links
</caption>
Old May-29-2012, 06:48 PM
#2739
JayP is offline JayP
Major grins
Quote:
Originally Posted by Allen View Post
Like this?

<caption style="text-align:left; color:red;">
My Links
</caption>
Yep - thanks again.
__________________
Jay

Blue Water Prism - Underwater Photography
www.bluewaterprism.com
Old May-31-2012, 10:27 AM
#2740
TheBradford is offline TheBradford
Bradford
Ok followed this tutorial and nothign happend. I was originally using the FastLane slideshow from that sticky but that doesn't seem to load on an iPad and I want one that does. (or is Mobile site stuff something else completely?)

I have stuff in my about section and i'm sure some code that impacts that that is conflicting however I have no clue what it is where to look or what to change. I still want a full screen slideshow however one that will work on my iPad and mobile devices unlike the FL one...

Thanks!
__________________
Bradford

__________________________________
http://www.MakeItABradford.com
Page 137  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