• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization How to make images in ONE gallery non-clickable?

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
Old Oct-01-2012, 09:32 PM
#1
wibubba is offline wibubba OP
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
Old Oct-01-2012, 09:34 PM
#2
wibubba is offline wibubba OP
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.
Old Oct-02-2012, 02:12 PM
#3
Smug Eric is offline Smug Eric
Smug Hero
Smug Eric's Avatar
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.
__________________
Eric
Support Hero and Customeister
http://www.smugmug.com/help
Old Oct-02-2012, 11:39 PM
#4
wibubba is offline wibubba OP
Big grins
Thank you Eric!

Is there any way to increase the size of the images that are in my Journal galleries?
Old Oct-03-2012, 04:18 AM
#5
denisegoldberg is online now denisegoldberg
Major grins
denisegoldberg's Avatar
Quote:
Originally Posted by wibubba View Post
Is there any way to increase the size of the images that are in my Journal galleries?
In the journal gallery that you linked above, the largest size available is Medium - that means you limited the viewing size in that gallery to Medium. If you want larger photos you will need to change the largest available size in that gallery to something larger. That change can be made on the gallery settings page for that gallery.

--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com

Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+
Old Oct-03-2012, 09:26 AM
#6
wibubba is offline wibubba OP
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.
Old Oct-03-2012, 09:28 AM
#7
wibubba is offline wibubba OP
Big grins
I think your direction worked for me Denise. Very grateful.
Old Oct-03-2012, 09:33 AM
#8
wibubba is offline wibubba OP
Big grins
Eric....that's not working for me. Tried it in the top javascript and the CSS. Still clickable.
Old Oct-03-2012, 01:42 PM
#9
Smug Eric is offline Smug Eric
Smug Hero
Smug Eric's Avatar
Apologies, that was for the old journal style, use this instead:

if (YD.hasClass(document.body,"journal_new"))
{
useLightbox = false;
}
__________________
Eric
Support Hero and Customeister
http://www.smugmug.com/help
Old Oct-04-2012, 09:57 AM
#10
wibubba is offline wibubba OP
Big grins
Nope. Still not working for me Eric. Give it a look and see what you think:

http://www.insomniacdesignsphotograp...4108&k=Sw4SRv6
Old Oct-04-2012, 02:46 PM
#11
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by wibubba View Post
Nope. Still not working for me Eric. Give it a look and see what you think:

http://www.insomniacdesignsphotograp...4108&k=Sw4SRv6
See your post here.
http://www.dgrin.com/showthread.php?...98#post1822698
Old Oct-04-2012, 05:18 PM
#12
Smug Eric is offline Smug Eric
Smug Hero
Smug Eric's Avatar
I'm not sure why that code is not functioning properly. Try adding this to your CSS instead:

.gallery_20766450 #lightBoxStage {
display: none !important;
}
__________________
Eric
Support Hero and Customeister
http://www.smugmug.com/help
Old Oct-04-2012, 05:30 PM
#13
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
This does work, just tested it with one of my gallery numbers.
Code:
if (YD.hasClass(document.body,"gallery_20766450")) 
{
  useLightbox = false;
 }
Old Oct-04-2012, 08:55 PM
#14
wibubba is offline wibubba OP
Big grins
THAT did it Eric. Thanks man.
Old Oct-04-2012, 08:56 PM
#15
wibubba is offline wibubba OP
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 1044 May-24-2013 03:45 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

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