View Full Version : Suppress bubble...
rothschilddesign
Jan-03-2008, 07:52 AM
According to the FAQ:
http://www.smugmug.com/help/customize-faq.mg
Item #28 states that by placing the Javascript supplied in the FAQ into the Javascript box on the customization page, you can supress that popup window that appears when you mouse over a photo.
I did that, but it doesn't seem to work...
Any ideas?
rothschilddesign.smugmug.com
Thanks!
Mike
Allen
Jan-03-2008, 03:42 PM
According to the FAQ:
http://www.smugmug.com/help/customize-faq.mg
Item #28 states that by placing the Javascript supplied in the FAQ into the Javascript box on the customization page, you can supress that popup window that appears when you mouse over a photo.
I did that, but it doesn't seem to work...
Any ideas?
rothschilddesign.smugmug.com
Thanks!
Mike
You have no javascript. :scratch Did you delete it all?
rothschilddesign
Jan-03-2008, 03:49 PM
You have no javascript. :scratch Did you delete it all?
No, I didn't, at least not intentionally... although does putting anything in the "javascript" box on the customize page automatically replace the javascript that is there by default?
The item in the FAQ just says to put the supplied script in the box... did I do that wrong?
Thanks,
Mike
Allen
Jan-03-2008, 04:35 PM
No, I didn't, at least not intentionally... although does putting anything in the "javascript" box on the customize page automatically replace the javascript that is there by default?
The item in the FAQ just says to put the supplied script in the box... did I do that wrong?
Thanks,
Mike
Think I might have replied to the wrong post. You do have js but I do not get
any popup info on the photos though, at in Firefox.
rothschilddesign
Jan-03-2008, 06:28 PM
Think I might have replied to the wrong post. You do have js but I do not get
any popup info on the photos though, at in Firefox.
I'm using firefox, and I'm still getting popups on the photos both on the main site (rothschilddesign.smugmug.com) and the family album page -
http://rothschilddesign.smugmug.com/gallery/4089082
By popup, I mean the thing that comes out from the right side of the photos when you mouse over them, that says "photo sizes" and "save photo"..
Allen
Jan-03-2008, 06:45 PM
I'm using firefox, and I'm still getting popups on the photos both on the main site (rothschilddesign.smugmug.com) and the family album page -
http://rothschilddesign.smugmug.com/gallery/4089082
By popup, I mean the thing that comes out from the right side of the photos when you mouse over them, that says "photo sizes" and "save photo"..
Oh, the photobar.
This thread will give you the answer.
http://www.dgrin.com/showthread.php?t=52107
ELIMINATE THE PHOTOBAR? Add bold to javascript.
(caution, funcationality is missing when you do this!)
showPhotoBar = false;
rothschilddesign
Jan-03-2008, 08:25 PM
Oh, the photobar.
This thread will give you the answer.
http://www.dgrin.com/showthread.php?t=52107
ELIMINATE THE PHOTOBAR? Add bold to javascript.
(caution, funcationality is missing when you do this!)
showPhotoBar = false;
Excellent..!!! Thanks so much...
Any ideas about how to put the rounded corners back? See last post in the other thread: http://www.dgrin.com/showthread.php?t=80238
I really appreciate the help...
Mike
Allen
Jan-03-2008, 09:07 PM
Excellent..!!! Thanks so much...
Any ideas about how to put the rounded corners back? See last post in the other thread: http://www.dgrin.com/showthread.php?t=80238
I really appreciate the help...
Mike
Looks like the rounded top is part of the Smugmug header and you have that turned off.
This will add it to this gallery (http://rothschilddesign.smugmug.com/gallery/4089082), not sure about all the other galleries.
Add the bold to your header.
<div id="my_banner"> </div>
<div id="myHeader"> </div>
Add this to your CSS.
#myHeader {display: none;}
.gallery_4089082 #myHeader {
display: block;
background-image: url(http://cdn.smugmug.com/img/themes/OldFamilyAlbum/header.png);
_background-image: url(http://cdn.smugmug.com/img/themes/OldFamilyAlbum/headerIE.jpg);
background-repeat: no-repeat;
width: 770px;
height: 18px;
padding-left: 15px;
padding-right: 15px;
margin: -40px auto -30px;
}
Change to this and it might work for all galleries if you're setting them up in
the same style.
.galleryPage #myHeader {
display: block;
background-image: url(http://cdn.smugmug.com/img/themes/OldFamilyAlbum/header.png);
_background-image: url(http://cdn.smugmug.com/img/themes/OldFamilyAlbum/headerIE.jpg);
background-repeat: no-repeat;
width: 770px;
height: 18px;
padding-left: 15px;
padding-right: 15px;
margin: -40px auto -30px;
}
rothschilddesign
Jan-04-2008, 06:21 AM
Looks like the rounded top is part of the Smugmug header and you have that turned off.
}
Thank you SO much..! I really appreciate it!
I turned off the header so that my custom header wouldn't show up on these genealogy pages...
Will give this a try... have a great day!
Mike
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.