|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
How to make images in ONE gallery non-clickable?
I've got this gallery that I'm trying to set up like a blog using JOURNAL style. I'd like to make these images non-clickable. Can anyone give me the code to make that happen?
http://www.insomniacdesignsphotograp...3466&k=LpNmjG9 |
|
|
|
|
#2
|
|
|
Big grins
|
I'd also like to make it so that when the pointer rolls over the image that the line doesn't show up. Not sure how to do that.
I'll also need this for other galleries. |
|
|
|
|
#3
|
|
|
Smug Hero
|
If you add this to your top javascript box it will remove the lightbox clicking in your journal style galleries:
if (YD.hasClass(document.body,"journal")) { useLightbox = false; } Then for the border, in your Easy Customizer if you select the checkboxes for the Photo borders to None and publish that it will get rid of that on all your pages. |
|
|
|
|
#4
|
|
|
Big grins
|
Thank you Eric!
Is there any way to increase the size of the images that are in my Journal galleries? |
|
|
|
|
#5
|
||
|
Major grins
|
Quote:
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#6
|
|
|
Big grins
|
Thank you Denise....I know the clickable size is Medium, but I'm wondering if there is a way to get the images to display larger in the journal itself. Or maybe that's what you said already. I'll give it a try.
|
|
|
|
|
#7
|
|
|
Big grins
|
I think your direction worked for me Denise. Very grateful.
|
|
|
|
|
#8
|
|
|
Big grins
|
Eric....that's not working for me. Tried it in the top javascript and the CSS. Still clickable.
|
|
|
|
|
#9
|
|
|
Smug Hero
|
Apologies, that was for the old journal style, use this instead:
if (YD.hasClass(document.body,"journal_new")) { useLightbox = false; } |
|
|
|
|
#10
|
|
|
Big grins
|
Nope. Still not working for me Eric. Give it a look and see what you think:
http://www.insomniacdesignsphotograp...4108&k=Sw4SRv6 |
|
|
|
|
#11
|
||
|
"tweak 'til it squeaks"
|
Quote:
http://www.dgrin.com/showthread.php?...98#post1822698
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#12
|
|
|
Smug Hero
|
I'm not sure why that code is not functioning properly. Try adding this to your CSS instead:
.gallery_20766450 #lightBoxStage { display: none !important; } |
|
|
|
|
#13
|
|
|
"tweak 'til it squeaks"
|
This does work, just tested it with one of my gallery numbers.
Code:
if (YD.hasClass(document.body,"gallery_20766450"))
{
useLightbox = false;
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
|
#14
|
|
|
Big grins
|
THAT did it Eric. Thanks man.
|
|
|
|
|
#15
|
|
|
Big grins
|
Finally. Thanks to all those that tried to help. Eric got it with some CSS. I'll just replicate that code for each gallery I want to turn the Lightbox off in right?
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Get a Sneak Peek at SmugMug's new design! | onethumb | SmugMug Support | 1050 | Jun-15-2013 07:25 PM | |
| Gallery panorama viewer integration -- beta release! | Lamah | SmugMug Customization | 22 | Mar-13-2013 04:45 AM | |
| FS: 18 Sony/Minolta AF Zooms (lot) $650 | Bifurcator | The Other Guys | 0 | Mar-18-2012 09:16 AM | |
| How to make a gallery thumbnail a photo not from that gallery? | DanielTMiller | SmugMug Customization | 2 | Sep-27-2011 08:33 PM | |
| Need ideas for how to present new type of gallery | jfriend | SmugMug Support | 8 | Mar-17-2010 08:12 AM | |
| Thread Tools | |
| Display Modes | |
|
|