All right I am totally challenged in this area. I see where I can drag CSS onto my site but when I drag it out and set the box below the footer there is nothing there to allow me to paste the code into.
"Christianity, if false, is of no importance,
and if true, of infinite importance. The only
thing it cannot be is moderately
important." C. S. Lewis http://www.photosbyjimclark.com/
Weird I tried to put the code in and couldn't figure it out and just made a slight change to my site (going lighter) and now there is a right click message. Now just need to figure out how to change the text. Looks like Sumgmug did an update
here is my site
jimclark.smugmug.com
"Christianity, if false, is of no importance,
and if true, of infinite importance. The only
thing it cannot be is moderately
important." C. S. Lewis http://www.photosbyjimclark.com/
So glad you posted this! One less customization on my to-do list!
Photographic Artist Amber Flowers of Soul Gaze Photography, LLC.
SmugMug setup & customization services. Contact me! Proud & helpful Smugger since 2009. Please hire me for Support Hero!!
I first contacted Jill V. in April 2011 & I even wrote a poem.
Use the updated code in 1st post. But for that code you are using now if your not logged out you will not see your message.
Bingo! When i loged out in Chrome I saw the new msg. I usually edit in Chrome and see the "visitor view" in IE, which is the browser window where i'm not logged in.
So I have not been able to update the code in my page but somehow the right click has shown up in my page. I found message by looking at the page but don't know enough about it. Looks like is is a script in mine? The Right Click message is in the last three lines
"Christianity, if false, is of no importance,
and if true, of infinite importance. The only
thing it cannot be is moderately
important." C. S. Lewis http://www.photosbyjimclark.com/
So I have not been able to update the code in my page but somehow the right click has shown up in my page. I found message by looking at the page but don't know enough about it. Looks like is is a script in mine?
"Christianity, if false, is of no importance,
and if true, of infinite importance. The only
thing it cannot be is moderately
important." C. S. Lewis http://www.photosbyjimclark.com/
I've added the code and my custom message but I still get Smugs generic message. Must have something blocking this CSS but no idea what it could be. Site is unveiled.
I've added the code and my custom message but I still get Smugs generic message. Must have something blocking this CSS but no idea what it could be. Site is unveiled.
I had to put in a site wide CSS block on my home page for it to work. Not sure why, but mine would not work in the theme CSS either.
I've added the code and my custom message but I still get Smugs generic message. Must have something blocking this CSS but no idea what it could be. Site is unveiled.
Yes it has to be in the css block of the entire site.
I noticed in FireFox (ONLY) I have a menu from the browser that pops up above my right click. Any way to disable it, or move mine to the front? Not sure if it's a FF setting I have enabled or not.
I noticed in FireFox (ONLY) I have a menu from the browser that pops up above my right click. Any way to disable it, or move mine to the front? Not sure if it's a FF setting I have enabled or not.
I'm not seeing that issue in Firefox 23. Which version of Firefox are you using?
/* Right Click Protection code */
/* Your Message */
.sm-user-ui .sm-right-click-message:after {
content: 'YOUR Custom Message Here';
}
/* To Block SM Message */
.sm-user-ui .sm-right-click-message .sm-tooltip-content {
display: none;
}
Thank you!! I was having an issue understanding where the CSS code was... completely different from legacy. But I've figured it out. Very much appreciate your help! It worked and it looks great. THANK YOU!
Ok did a update on this here is the new code needed
Thanks to dallasw
CODE goes in css box on Entire Site
For example
Custom message in green
Right click tooltip look and feel in blue
/* Right Click Protection code */
/* Your Message */
.sm-user-ui .sm-right-click-message:after {
content: '[COLOR=PaleGreen]YOUR Custom Message Here[/COLOR]';
}
/* To Block SM Message */
.sm-user-ui .sm-right-click-message .sm-tooltip-content {
display: none;
}
/* used for changing background-color and Radius AND color of Text In some Themes */
[COLOR=DeepSkyBlue].sm-user-ui .sm-right-click-message {
background-color: #fff;
border-radius: 10px;
box-shadow: -4px 5px 10px #000;
color: black;
}[/COLOR]
Big thank you for this code, was stunned that SM had not given us this feature
/* Right Click Protection code */
/* Your Message */
.sm-user-ui .sm-right-click-message:after {
content: 'YOUR Custom Message Here';
}
/* To Block SM Message */
.sm-user-ui .sm-right-click-message .sm-tooltip-content {
display: none;
}
All this CSS coding is new to me but I'm trying to get to grips with it. By following mainly this thread (and looking at a few others) I managed to create my own version of the right click message and got it working just as I wanted, a few nights ago. I have not unveiled yet.
Over the past few nights I've been tweaking other aspects of my site but now find that the right click has defaulted back to the SM version, although my specific coding still shows under the entire site, edit theme option. I cannot fathom out what I have done but I did add a CSS App placeholder at the All Galleries level. Is there a hierarchy of coding between Settings, Content, Theme and Layout? I feel I've added or changed something somewhere which is blocking my customised code and I find these various layers of customisation really confusing. I've trawled through a few threads but can't find any help on this subject - there are so many ideas, suggestions and solutions floating about Dgrin now under the overall New SM Customisation heading that it is getting harder and harder to find anything.
To check that my coding was correct, I created another version of my whole site using another design option, customised the right click option with the personal code and it worked first time so it does seem like something is blocking it on the site I am trying to finalise.
Any ideas or suggestions of what area to look at would be greatly appreciated.
All this CSS coding is new to me but I'm trying to get to grips with it. By following mainly this thread (and looking at a few others) I managed to create my own version of the right click message and got it working just as I wanted, a few nights ago. I have not unveiled yet.
Over the past few nights I've been tweaking other aspects of my site but now find that the right click has defaulted back to the SM version, although my specific coding still shows under the entire site, edit theme option. I cannot fathom out what I have done but I did add a CSS App placeholder at the All Galleries level. Is there a hierarchy of coding between Settings, Content, Theme and Layout? I feel I've added or changed something somewhere which is blocking my customised code and I find these various layers of customisation really confusing. I've trawled through a few threads but can't find any help on this subject - there are so many ideas, suggestions and solutions floating about Dgrin now under the overall New SM Customisation heading that it is getting harder and harder to find anything.
To check that my coding was correct, I created another version of my whole site using another design option, customised the right click option with the personal code and it worked first time so it does seem like something is blocking it on the site I am trying to finalise.
Any ideas or suggestions of what area to look at would be greatly appreciated.
No I still have some things I want to do before that - I appreciate it is difficult to help if you cannot see it but I just wondered if there was any clue from the details I gave earlier
I noticed in FireFox (ONLY) I have a menu from the browser that pops up above my right click. Any way to disable it, or move mine to the front? Not sure if it's a FF setting I have enabled or not.
Right click protection is a good thing. I do want to suggest, though, that everyone should be aware that more or less anything you can see on screen can be copied - by someone with minimal computer skills, unfortunately . Any of the large stock royalty free photography sites (Getty et al) demonstrate about the only way to show images that cannot be copied - for them it is a necessity, of course. Thanks for reading. Bill Wilson (gbear) http://bill-wilson.smugmug.com/
Right click protection is a good thing. I do want to suggest, though, that everyone should be aware that more or less anything you can see on screen can be copied - by someone with minimal computer skills, unfortunately . Any of the large stock royalty free photography sites (Getty et al) demonstrate about the only way to show images that cannot be copied - for them it is a necessity, of course. Thanks for reading. Bill Wilson (gbear) http://bill-wilson.smugmug.com/
Yes. I think this is more of a way to show them to purchase your photos. A nice way at least.
ok..i just tried to add the code from the 1st post and it is isn't working. it showed up like the below with a few lines hightlighted. any ideas why? and this is an unveiled site. thx!
ok..i just tried to add the code from the 1st post and it is isn't working. it showed up like the below with a few lines hightlighted. any ideas why? and this is an unveiled site. thx!
Comments
and if true, of infinite importance. The only
thing it cannot be is moderately
important." C. S. Lewis
http://www.photosbyjimclark.com/
here is my site
jimclark.smugmug.com
and if true, of infinite importance. The only
thing it cannot be is moderately
important." C. S. Lewis
http://www.photosbyjimclark.com/
SmugMug setup & customization services. Contact me!
Proud & helpful Smugger since 2009. Please hire me for Support Hero!!
I first contacted Jill V. in April 2011 & I even wrote a poem.
Bingo! When i loged out in Chrome I saw the new msg. I usually edit in Chrome and see the "visitor view" in IE, which is the browser window where i'm not logged in.
Much appreciated.
<script>
if(typeof SM==='undefined'){var SM={};}
var noop=function(){};if((typeof window==="undefined")){var console={log:noop,debug:noop,info:noop,warn:noop,error:noop,assert:noop,dir:noop,dirxml:noop,trace:noop,group:noop,groupCollapsed:noop,groupEnd:noop,time:noop,timeEnd:noop,profile:noop,profileEnd:noop,count:noop};}else if(console&&!console.group){console.debug=console.dirxml=console.trace=console.group=console.groupCollapsed=console.groupEnd=console.time=console.timeEnd=console.count=noop;}else if(console&&console.group&&!console.groupCollapsed){console.groupCollapsed=console.group;}
SM.namespace=function(){var a=arguments,o=null,i,j,d;for(i=0;i<a.length;++i){d=a.split(".");o=SM;for(j=(d[0]==="SM")?1:0;j<d.length;++j){o[d[j]]=o[d[j]]||{};o=o[d[j]];}}
return o;};SM.env||(SM.env={});SM.env.host={http:"http://",cdn:"cdn.smugmug.com",main:"www.smugmug.com",ssl:"secure.smugmug.com",upload:"upload.smugmug.com",photos:"photos.smugmug.com",session:".smugmug.com",maps:"maps.smugmug.com",api:"api.smugmug.com",cartUrl:"https://secure.smugmug.com/cart/",imgUrl:"http://cdn.smugmug.com/img/",sslImgUrl:"https://secure.smugmug.com/img/",spacerGif:"http://cdn.smugmug.com/img/spacer.gif",customDomain:false};SM.env.js={base:"/include/",root:"js/lib/build/",appRoot:"js/app/build/",libRoot:"js/lib/build/",userFunctions:{}};SM.env.yui2={version:"2.8.1",base:"/include/",root:"yui/2.8.1/",assets:"assets/",skin:"skins/sam/"};SM.env.yui3={version:"3",base:"/include/",root:"yui/3/",assets:"assets/",skin:"skins/sam/",commit:"1fa88e91"};SM.env.yui2in3={version:"2.8.1",base:"/include/",root:"yui/2in3/2.8.1/",assets:"assets/",skin:"skins/sam/"};SM.env.macDaddy={version:"3.0.4.510"};SM.env.slideshow={version:"2013072402"};SM.env.ninjaLoader={version:"2010100701"};SM.env.videoPlayer={version:"2013070601"};SM.env.clipboardSmuggler={version:"2008110602"};SM.env.flashUploader={version:"2011102702"};SM.env.facebook={connectAPIKey:"7528d1bb7f7a685bc080054d9bc154d2",appId:"51756880368",serviceId:"1",serviceType:"2",permissions:"email,status_update,publish_stream"};SM.env.tracking={ga:{smugmug:"UA-138402-3",domain:SM.env.host.session.substr(1)},quantcast:{smugmug:"p-33GsugQTR-pOM"},xgraph:{users:"597",order:"590",pro:"594",portfolio:"836",power:"595",standard:"596",cart:"599",awesomize:"600"}};SM.env.readOnly=false;SM.env.loggedInUser=null;SM.env.pageOwner={"homepage":"http:\/\/jimclark.smugmug.com","isTrial":false,"countDown404":0,"isPro":false,"nickName":"JimClark","profileName":"James Clark","plan":"Power","rootNodeId":"mRmhf","siteName":"JimClark"};SM.env.rightClickMessage="These photos are copyrighted by their respective owners. All rights reserved. Unauthorized use prohibited.";SM.env.logoutURL="https://secure.smugmug.com/logout?s=87667&goTo=http://jimclark.smugmug.com/Landscapes/Lincoln-Park-Sunset-08172009";</script>
and if true, of infinite importance. The only
thing it cannot be is moderately
important." C. S. Lewis
http://www.photosbyjimclark.com/
That is the SM standard. Put CSS code in CSS block on entire site.
Thanks much
Sent from my SGH-T989 using Tapatalk 2
and if true, of infinite importance. The only
thing it cannot be is moderately
important." C. S. Lewis
http://www.photosbyjimclark.com/
www.jingleimages.com
Tickled Pixels
Tickled Pixels Blog: "A walk in Gamla stan, the old town of Stockholm"
I had to put in a site wide CSS block on my home page for it to work. Not sure why, but mine would not work in the theme CSS either.
Yes it has to be in the css block of the entire site.
Tickled Pixels
Tickled Pixels Blog: "A walk in Gamla stan, the old town of Stockholm"
Is it live ?
Yes, I have unveiled. Tickled Pixels link below my signature. This gallery has right click protection on: http://www.tickledpixels.com/Yukon-History/Clinton-Creek-Yukon
Tickled Pixels
Tickled Pixels Blog: "A walk in Gamla stan, the old town of Stockholm"
I'm not seeing that issue in Firefox 23. Which version of Firefox are you using?
This is way less code than your first one - so is this ALL we enter now? And, where do I enter it? I need the very beginner explanation, please
It's one of those things that was so easy to change in the legacy and seems like the hardest thing to find a straight answer to for the new one...
need this and it goes in the entire site css box
Thank you!! I was having an issue understanding where the CSS code was... completely different from legacy. But I've figured it out. Very much appreciate your help! It worked and it looks great. THANK YOU!
Big thank you for this code, was stunned that SM had not given us this feature
John
All this CSS coding is new to me but I'm trying to get to grips with it. By following mainly this thread (and looking at a few others) I managed to create my own version of the right click message and got it working just as I wanted, a few nights ago. I have not unveiled yet.
Over the past few nights I've been tweaking other aspects of my site but now find that the right click has defaulted back to the SM version, although my specific coding still shows under the entire site, edit theme option. I cannot fathom out what I have done but I did add a CSS App placeholder at the All Galleries level. Is there a hierarchy of coding between Settings, Content, Theme and Layout? I feel I've added or changed something somewhere which is blocking my customised code and I find these various layers of customisation really confusing. I've trawled through a few threads but can't find any help on this subject - there are so many ideas, suggestions and solutions floating about Dgrin now under the overall New SM Customisation heading that it is getting harder and harder to find anything.
To check that my coding was correct, I created another version of my whole site using another design option, customised the right click option with the personal code and it worked first time so it does seem like something is blocking it on the site I am trying to finalise.
Any ideas or suggestions of what area to look at would be greatly appreciated.
Charles
Is it live yet ?
No I still have some things I want to do before that - I appreciate it is difficult to help if you cannot see it but I just wondered if there was any clue from the details I gave earlier
Charles
Finally figured this out. It was a setting I had changed long ago in Firefox's about:config settings.
Yes. I think this is more of a way to show them to purchase your photos. A nice way at least.
Try moving the ' up to the same line of code
Also it's for new SM and needs to be live.
www.jingleimages.com