|
|
Thread Tools | Display Modes |
|
#2801
|
|
|
Big grins
|
I got it ....Thank you!!!!
|
|
|
|
|
#2802
|
|
|
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 |
|
|
|
|
#2803
|
||
|
Scripting dude-volunteer
|
Quote:
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 Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#2804
|
|
|
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. |
|
|
|
|
#2805
|
|
|
Big grins
|
I am seeing it on my iPad. Your slideshow photos are beautiful and I like the border around it.
|
|
|
|
|
#2806
|
||
|
Major grins
|
Quote:
As far as the frames, its just a free action I found somewhere that I use in Photoshop. Doug |
|
|
|
||
|
#2807
|
|
|
Big grins
|
Thank you Jfriend ( John) for all your help! My website is working great!
Laura www.allstarspics.com |
|
|
|
|
#2808
|
|
|
Major grins
|
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.
__________________
http://www.bryanbargerphotography.com |
|
|
|
|
#2809
|
||
|
Scripting dude-volunteer
|
Quote:
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");
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 Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#2810
|
||
|
Major grins
|
Quote:
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.
__________________
http://www.bryanbargerphotography.com |
|
|
|
||
|
#2811
|
||
|
Big grins
|
Quote:
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 |
|
|
|
||
|
#2812
|
|
|
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/ |
|
|
|
|
#2813
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#2814
|
|
|
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.
|
|
|
|
|
#2815
|
||
|
Scripting dude-volunteer
|
Quote:
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 Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#2816
|
|
|
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. Last edited by atomicmom; Jun-26-2012 at 03:37 AM. |
|
|
|
|
#2817
|
|
|
Big grins
|
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 |
|
|
|
|
#2818
|
||
|
Scripting dude-volunteer
|
Quote:
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 Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#2819
|
|
|
Big grins
|
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 |
|
|
|
|
#2820
|
|
|
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! Last edited by atomicmom; Jun-26-2012 at 03:36 AM. |
|
|
|
| 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 | |
|
|