• 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 141  of  179
Old Jun-20-2012, 11:35 AM
#2801
soccermom103 is offline soccermom103
Big grins
I got it ....Thank you!!!!
Old Jun-20-2012, 01:49 PM
#2802
soccermom103 is offline soccermom103
Big grins
Hello,

I can't seem to get to my second homepage which should be my gallery categories page.

www.allstarspics.com

Thank you,
laura
Old Jun-20-2012, 01:55 PM
#2803
jfriend is online now jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by soccermom103 View Post
Hello,

I can't seem to get to my second homepage which should be my gallery categories page.

www.allstarspics.com

Thank you,
laura
First, the URL in your navbar is wrong, it should be:

http://www.allstarspics.com/galleries

Second, I don't see the galleries page javascript part of the customization installed.

Third, you have an error in your CSS. Remove the part in red:

Code:
CSS: .smuglogo {

width: 300px !important;

height: 100px !important;

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,

sizingMethod=image src='http://www.smugmug.com/photos/8812844_itwG5') !important;

}
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Jun-21-2012, 02:35 AM
#2804
jclguru is offline jclguru
Major grins
Won't Start Using IE 7

My site...http://www.thebirdphotographer.com is using the JFriend
slideshow on the homepage.

Works great at home where I have the latest IE and FF.

At work, we're still on IE 7. The slideshow doesn't start.

At first I thought it could've been a firewall issue, but I'm
seeing some of the other's sites' slideshows in this thread.

Doesn't make sense since this doesn't use flash and works great
at home.

Can anybody else not see my slideshow? I think I only have 3 or
4 images.

Thanks
Doug

Last edited by jclguru; Jun-22-2012 at 03:22 PM.
Old Jun-21-2012, 04:53 AM
#2805
soccermom103 is offline soccermom103
Big grins
I am seeing it on my iPad. Your slideshow photos are beautiful and I like the border around it.
Old Jun-21-2012, 08:50 AM
#2806
jclguru is offline jclguru
Major grins
Quote:
Originally Posted by soccermom103 View Post
I am seeing it on my iPad. Your slideshow photos are beautiful and I like the border around it.
Thanks. I figured it had to do something with work. What's funny is, we also have FF and it shows on FF at work.

As far as the frames, its just a free action I found somewhere that I use in Photoshop.

Doug
Old Jun-22-2012, 06:08 AM
#2807
soccermom103 is offline soccermom103
Big grins
Thank you Jfriend ( John) for all your help! My website is working great!

Laura
www.allstarspics.com
Old Jun-22-2012, 06:21 AM
#2808
Bryans12v is offline Bryans12v
Major grins
Bryans12v's Avatar
Im running this slideshow but an older version I think. Version 0.9.6 and need to fix somehting. I was trying to clean up some mobile version css to speed up my homepage for mobile users as Ive been having lots of problems and seemed to have wiped out my HP slideshow altogether.

I have updated all my CSS with an email of a saved copy and still no luck. I dont mind as it gives me the oppotunity to uppdate to 1.1.1 (I think).

Is this the same version of what I was using (Version 0.9.6) with newer features? Im not sure what the differance was between 0.9.6 & 1.1.1

Any light on my situation would help me here.
Old Jun-22-2012, 07:28 AM
#2809
jfriend is online now jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by Bryans12v View Post
Im running this slideshow but an older version I think. Version 0.9.6 and need to fix somehting. I was trying to clean up some mobile version css to speed up my homepage for mobile users as Ive been having lots of problems and seemed to have wiped out my HP slideshow altogether.

I have updated all my CSS with an email of a saved copy and still no luck. I dont mind as it gives me the oppotunity to uppdate to 1.1.1 (I think).

Is this the same version of what I was using (Version 0.9.6) with newer features? Im not sure what the differance was between 0.9.6 & 1.1.1

Any light on my situation would help me here.
The latest JF slideshow is 100% compatible with earlier versiosn. You do need to make sure all the pieces are from the same version though (top javascript, bottom javascript, css).

In can walk you through the errors you have in your site right now and see if that gets you going. We often can only see a few errors at a time and have to fix those before we can see the next layer of errors. Here's what I can see now:

Remove this from your top javascript as you should not need it:

Code:
RedirectIfNoFlash("http://www.bryanbargerphotography.com/Photography");
Remove this from the top javascript as this is not where it belongs:

Code:
HEAD TAG: <!-- Force gallery thumbnails to be larger version 6 -->
<!-- Ref: http://www.dgrin.com/showthread.php?t=207570 -->
<script type="text/javascript">
if (typeof SM.Homepage != 'undefined')
SM.Homepage.RandomThumbManager = function(config) {
 var _defaultConfig = {};
 var _config = YAHOO.lang.merge(_defaultConfig, config);
 var _getRandomThumbInfo = function(albumsInfo) {
 var postArray = [];
 var postData = "tool=getAlbumRandomThumbsInfo";
 
albumsInfo = albumsInfo.replace(/Tiny/g, "Thumb");
 
postArray.albumsInfo = albumsInfo;
 var handleSuccess = function(response) {
 try {
 var returnedData = YAHOO.lang.JSON.parse(response.responseText);
 var thumbsInfo = returnedData.randomThumbsInfo;
 _drawRandomThumbs(thumbsInfo);
 } catch (x) {
 }
 return;
 };
 var handleFailure = function(response) {
 return;
 };
 var callback = {
 'success' : handleSuccess,
 'failure' : handleFailure,
 'scope' : this
 };
 for ( var i in postArray) {
 postData += "&" + i + "=" + postArray[i];
 }
 var xhr = YAHOO.util.Connect.asyncRequest('POST', '/rpc/homepage.mg',
 callback, postData);
 };
 var _drawRandomThumbs = function(randomThumbsInfo) {
 var numberOfThumbs = randomThumbsInfo.length;
 var currentThumb;
 var imageElement;
 for ( var i = 0; i < numberOfThumbs; i++) {
 currentThumb = randomThumbsInfo[i];
 imageElement = YD.get(currentThumb.albumID + '_'
 + currentThumb.albumKey);
 if (imageElement && imageElement !== 'undefined') {
 YD.setStyle(imageElement, 'background', 'url('
 + currentThumb.url + ') center no-repeat');
 imageElement.height = currentThumb.height;
 imageElement.width = currentThumb.width;
 }
 }
 };
 this.drawRandomThumbs = function(albumsInfo) {
 _getRandomThumbInfo(albumsInfo);
 };
};
</script>
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Jun-22-2012, 08:41 AM
#2810
Bryans12v is offline Bryans12v
Major grins
Bryans12v's Avatar
Quote:
Originally Posted by jfriend View Post
The latest JF slideshow is 100% compatible with earlier versiosn. You do need to make sure all the pieces are from the same version though (top javascript, bottom javascript, css).

In can walk you through the errors you have in your site right now and see if that gets you going. We often can only see a few errors at a time and have to fix those before we can see the next layer of errors. Here's what I can see now:

Remove this from your top javascript as you should not need it:

Code:
RedirectIfNoFlash("http://www.bryanbargerphotography.com/Photography");
Remove this from the top javascript as this is not where it belongs:
Ahhhh.... Thank you soo much! Back to normal!

It seems to be working great now. No need to check for other errors unless its really easy for you superheroes! Now that I have it working correctly Im going to attempt an update to the newer version! Im sure Ill have no problem. Just have to pay attention!

..and maybe even get a services link in my navbar if i'm feeling frisky.
Old Jun-22-2012, 12:27 PM
#2811
Craig831 is offline Craig831
Big grins
Quote:
Originally Posted by jfriend View Post
No. Because some browsers leak memory, I decided it was safer to not allow the slideshow to run forever as that can exhaust all the memory on a computer and eventually crash the browser (yes, that does happen sometimes on the Smugmug flash-based slideshow). Also, I rather doubt that anyone was going to sit there and watch images go for a really long time.

The slideshow will currently run for 200 images and then stop. It can be restarted again (for another 200 images) with the space bar.

Thank you, John. And thanks for your slideshow. We are in the pre-owned furniture business and are not photographers. I am working on having our newer Home Page pics have the proper aspect ratio for your show. In the meantime, you can check our implementation of your fine work here if you like: www.fredsfurniture.com.

Any thoughts or suggestions will be carefully considered.

Our thanks to you.

Craig
Fred's Unique Furniture
Old Jun-22-2012, 06:14 PM
#2812
Cloud Chaser is offline Cloud Chaser
Peace and B-Wild
Slidshow is there but not full screen
Hi all, I've been trying off and on for almost a year now to get a full screen slideshow, but nothing I have done so far seems to get the job done. I have a feeling there is a conflict somewhere in the CSS and/or JS.

Any help is greatly appreciated. I'm at the point of just giving up.

http://www.mariahumphreysphotography.com/
Old Jun-22-2012, 07:14 PM
#2813
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by Cloud Chaser View Post
Hi all, I've been trying off and on for almost a year now to get a full screen slideshow, but nothing I have done so far seems to get the job done. I have a feeling there is a conflict somewhere in the CSS and/or JS.

Any help is greatly appreciated. I'm at the point of just giving up.

http://www.mariahumphreysphotography.com/
Check out the Fastline slideshow sticky thread at the top of this forum. It's built for homepage full screen.
Old Jun-23-2012, 12:26 PM
#2814
atomicmom is offline atomicmom
Big grins
I just started working on getting the stretchy slideshow, but I am curious if there is a place to run it from other than the bio box which I currently use for... ummm.... my bio.
__________________
RedheadStef
http://atomicmom.smugmug.com
Old Jun-23-2012, 12:36 PM
#2815
jfriend is online now jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by atomicmom View Post
I just started working on getting the stretchy slideshow, but I am curious if there is a place to run it from other than the bio box which I currently use for... ummm.... my bio.
If you want the slideshow on your homepage, it is most efficient to switch the bio to be a modified gallery page and use the bio for the homepage slideshow.

If you don't want to go that way, the slideshow reference doc around the bottom of page 2 describes how to use javascript to insert a slideshow into any page (though a multi-used homepage is a more difficult) because you will also have to use CSS to make it show only on one particular use of your homepage.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Jun-23-2012, 01:47 PM
#2816
atomicmom is offline atomicmom
Big grins
Thanks. In that case, can you point me in the direction of making another type of bio page? (I definitely want to use the most efficient way of displaying the slideshow on my homepage.)

EDIT: Found Allen's tutorial.
__________________
RedheadStef
http://atomicmom.smugmug.com

Last edited by atomicmom; Jun-26-2012 at 03:37 AM.
Old Jun-23-2012, 02:01 PM
#2817
rogerchester is offline rogerchester
Big grins
rogerchester's Avatar
can get slideshow to stretchy
I checked all my css codes and i figure out how get it to stretchy. any suggestions on were to look or what to look for
__________________
canon 40D EF70- 200mm 1:2.8 l is usm EF28-135mm F3.5-5.6 IS USM
Old Jun-23-2012, 02:34 PM
#2818
jfriend is online now jfriend OP
Scripting dude-volunteer
Quote:
Originally Posted by rogerchester View Post
I checked all my css codes and i figure out how get it to stretchy. any suggestions on were to look or what to look for
You are missing the first line of the CSS from the tutorial to make it stretchy (shown in red below):

Code:
/* make homepage stretchy so slideshow can be larger */
#homepage {width: auto; margin-left: 15px; margin-right: 15px;}

/* format bioBox */
#userBio {text-align: center;}
#bioBox .photo {display: none;}
#bioBox {width: auto !important;} 
#bioBox,
#bioBox .boxTop,
#bioBox .boxBottom,
#userBio {border: none !important; background: none !important;} 
/* restore width of galleries page */
.galleries #homepage {width: 750px; margin-left: auto; margin-right: auto;}

.galleries #bioBox {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 Jun-23-2012, 03:06 PM
#2819
rogerchester is offline rogerchester
Big grins
rogerchester's Avatar
yhea haa
you got it thanks looks cool.
__________________
canon 40D EF70- 200mm 1:2.8 l is usm EF28-135mm F3.5-5.6 IS USM
Old Jun-24-2012, 01:57 PM
#2820
atomicmom is offline atomicmom
Big grins
Hi! I've run through the tutorial and am pleased with how the slideshow is looking - except - I don't think my pictures have changed size. I can tell the page is stretchy because my tool bar when logged in moved all the way to the left. But pics stayed the same size??

EDIT: fixed. Thanks!
__________________
RedheadStef
http://atomicmom.smugmug.com

Last edited by atomicmom; Jun-26-2012 at 03:36 AM.
Page 141  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