View Full Version : Confused about 'Share'
caroline
Apr-23-2007, 02:07 AM
I want to enable share photo for some galleries but I have the following in my css:-
/* REMOVING THINGS */
.play_slideshow, /* remove the play slideshow buttons */
#altViews.nav, /* remove the buttons (themes, addphotos etc) */
#stylebar.nav {
display: none;
}
which removes the buttons ??
However using this gallery as an example
http://www.carolineshipsey.co.uk/gallery/2745436/
If I set the style to either all thumbs or traditional and enable sharing etc in the gallery customization, 'share photo' etc appears below keywords for the selected image.
I generally have all my galleries set to smugmug, why doesn't this work with those styles?
and other than removing the code which then messes up the rest of my customization, how can the 'share photo' be enabled.
Help would be very much appreciated, thanks
Caroline
Andy
Apr-23-2007, 05:35 AM
removing altviews removes the share button
you have this
/* REMOVING THINGS */
.play_slideshow, /* remove the play slideshow buttons */
#altViews.nav, /* remove the buttons (themes, addphotos etc) */
#stylebar.nav {
display: none;
}
make it this
/* REMOVING THINGS */
.play_slideshow, /* remove the play slideshow buttons */
#stylebar.nav {
display: none;
}
caroline
Apr-23-2007, 08:31 AM
removing altviews removes the share button
you have this
/* REMOVING THINGS */
.play_slideshow, /* remove the play slideshow buttons */
#altViews.nav, /* remove the buttons (themes, addphotos etc) */
#stylebar.nav {
display: none;
}
make it this
/* REMOVING THINGS */
.play_slideshow, /* remove the play slideshow buttons */
#stylebar.nav {
display: none;
}
Thanks Andy but....
I had already tried this and it messes up the customization so would prefer another method if poss please :)
Using this gallery as an example
http://www.carolineshipsey.co.uk/gallery/2745436/
With the style to either all thumbs or traditional and enable sharing etc in the gallery customization, 'share photo' etc appears below keywords for a selected image.
I generally have all my galleries set to smugmug, why doesn't this work with those styles? Can it be enabled with smugmug style ?
Caroline
Allen
Apr-23-2007, 08:46 AM
Thanks Andy but....
I had already tried this and it messes up the customization so would prefer another method if poss please :)
Using this gallery as an example
http://www.carolineshipsey.co.uk/gallery/2745436/
With the style to either all thumbs or traditional and enable sharing etc in the gallery customization, 'share photo' etc appears below keywords for a selected image.
I generally have all my galleries set to smugmug, why doesn't this work with those styles? Can it be enabled with smugmug style ?
Caroline
Do you have a gallery that's in Smugmug view and has share turned on?
It would help in troubleshooting.
caroline
Apr-23-2007, 08:52 AM
Do you have a gallery that's in Smugmug view and has share turned on?
It would help in troubleshooting.
hi Allen
http://www.carolineshipsey.co.uk/gallery/2422851
Caroline
Allen
Apr-23-2007, 09:46 AM
Thanks Andy but....
I had already tried this and it messes up the customization so would prefer another method if poss please :)
Using this gallery as an example
http://www.carolineshipsey.co.uk/gallery/2745436/
With the style to either all thumbs or traditional and enable sharing etc in the gallery customization, 'share photo' etc appears below keywords for a selected image.
I generally have all my galleries set to smugmug, why doesn't this work with those styles? Can it be enabled with smugmug style ?
Caroline
Ok got it figured out. Copy all this and paste over the bold. This is for only
this gallery for testing. If it works like you want we can next tackle all
galleries. It's only for the smugmug and smugmug_small views.
/* REMOVING THINGS */
.play_slideshow, /* remove the play slideshow buttons */
/* #altViews.nav, */ /* remove the buttons (themes, addphotos etc) */
#stylebar.nav {
display: none;
}
.gallery_2422851 #navcontainer {
margin-top: 10px;
margin-bottom: -40px !important;
}
.gallery_2422851 .smugmug #shareLinkWrapper {
display: block;
position: relative;
left: -210px;
top: 10px;
}
.gallery_2422851 #smugmug_small #shareLinkWrapper {
display: block;
position: relative;
left: -180px;
top: 10px;
}
.gallery_2422851.smugmug.galleryPage #mysearch {
position: relative;
top: 40px;
left: 90px;
}
.gallery_2422851.smugmug_small.smugmug_ajax.galleryPage #mysearch {
position: relative;z-index:99;
margin: 0 auto;
top: 60px;
_top: 20px;
left: 290px;
_margin-top: 35px;
width: 180px;
}
.gallery_2422851 #breadcrumb {
margin-top: 20px;
_margin-top: -20px;}
Edit: new code in red above, fix for IE6 in smug_small, also activates navbar links
caroline
Apr-23-2007, 09:52 AM
Ok got it figured out. Copy all this and paste over the bold. This is for only
this gallery for testing. If it works like you want we can next tackle all
galleries. It's only for the smugmug and smugmug_small views.
[code]
Hi Allen - take a look now, don't think this is what you wanted ?
Caroline
http://www.carolineshipsey.co.uk/gallery/2422851
Allen
Apr-23-2007, 10:00 AM
Hi Allen - take a look now, don't think this is what you wanted ?
Caroline
http://www.carolineshipsey.co.uk/gallery/2422851 Don't see where you put in the code.:scratch Not in your CSS.
I just copied and pasted in the code and it worked. Scroll the window, there's
six groups to put in.
The top group has #altViews disabled.
Allen
Apr-23-2007, 10:17 AM
You need this
/* REMOVING THINGS */
.play_slideshow, /* remove the play slideshow buttons */
/* #alt Views.nav, */ /* remove the buttons (themes, addphotos etc) */
#stylebar.nav {
display: none;
}
Allen
Apr-23-2007, 11:27 AM
See message #6. Look at the new code in red at the bottom. It positions
buttons IE6 and also fixes the navbar button activation.
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.