|
|
Thread Tools | Display Modes |
|
#101
|
|
|
Beginner grinner
|
I'm not getting a client login box, just the message "Please select the client login above or Contact Me directly for your password". I'd appreciate some help.
Liz www.madaboutgreys.com |
|
|
|
|
#102
|
||
|
Beginner grinner
|
Quote:
Liz www.madaboutgreys.com |
|
|
|
||
|
#103
|
||
|
Major grins
|
Quote:
/Clients Then be sure you have some galleries that are in this category, and that they are public. |
|
|
|
||
|
#104
|
|||
|
Beginner grinner
|
Quote:
Quote:
Last edited by elizab; Aug-03-2012 at 04:32 AM. |
||
|
|
|||
|
#105
|
||
|
Big grins
|
centering this code
Quote:
I have implemented this code on my page and it works perfectly, but I would like for it to be centered and for me to be able to change the color. Also, I have a WordPress site that I have incorporated with my SmugMug site so there is streamless flow into my galleries or portfolios. What URL, would I use on my WordPress site to direct clients to the same client login popup? Thanks for the awesome help you all always give!
|
|
|
|
||
|
#106
|
||
|
Big grins
|
another thing
Quote:
I got it to center, but then I didn't like the wording so I deleted the code for the view your memories HERE statement. I still want to have a link going from my Wordpress site to my SM client login popup. I thought I could just add galleries.kimashcraft.com/Clients, but that doesn't work. When I click on the Client Login on my wordpress pages (both seniors and maternity and beyond), it brings up my SM homepage of galleries, but I don't want that. Any insight into how I can accomplish the popup in both WP and SM so everything works the same for my clients? Thanks again. Last edited by Kimbo6891; Aug-03-2012 at 11:25 PM. Reason: wanted to add more. |
|
|
|
||
|
#107
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#108
|
||
|
Big grins
|
Quote:
Thanks, Allen. I do have the full URL, however I want it to go straight to the client login pop up. Regardless of which of my sites (kimashcraft.com, kimashcraft.com/seniors, or kimashcraft.com/maternity-and-beyond) I click the Client Login on, they all go to a screen that says "Please select the client login above or Contact Me directly for your password". Is there any way at all to bypass that and just go to the login popup? Thanks again! |
|
|
|
||
|
#109
|
||
|
Major grins
|
Quote:
You could just make a log-in page...see this thread |
|
|
|
||
|
#110
|
|
|
Major grins
|
|
|
|
|
|
#111
|
||
|
Big grins
|
Quote:
<div id="login-form"> <form name="customerproofs" id="customerproofs" action="#" method="get"><input class="inputleft" name="customerid" id="customerid" value="" size="30" maxlength="30" tabindex="1" onkeypress="return handleEnter(this, event)" type="text"></form> <a href="javascript:opensmugLinkWindow(document.custo merproofs.customerid.value);"><img src="http://www.joerallen.com/photos/i-fr.../i-fr9ZXNj.png" border="0"></a> Thanks again. |
|
|
|
||
|
#112
|
||
|
Major grins
|
Quote:
try this image: Code:
<div id="login-form"> <form name="customerproofs" id="customerproofs" action="#" method="get"><input class="inputleft" name="customerid" id="customerid" value="" size="30" maxlength="30" tabindex="1" onkeypress="return handleEnter(this, event)" type="text"></form> <a href="javascript:opensmugLinkWindow(document.customerproofs.customerid.value);"><img src="http://www.joerallen.com/photos/i-fr9ZXNj/0/O/i-fr9ZXNj.png" border="0"></a> </div> |
|
|
|
||
|
#113
|
||
|
Major grins
|
Quote:
Code:
/*Remove Photo Message*/
.notLoggedIn .nophotos {display:none}
|
|
|
|
||
|
#114
|
||
|
Big grins
|
Quote:
Perfect again! You're awesome! One more thing because I have no idea how to do any of this on my own. How do I get rid of the thing at the bottom of the login page saying the gallery has no photos to display yet? Do I just upload some graphic or something to get rid of it? I tried adding an image and it did get rid of that message, however if I keep the gallery style as SmugMug, there is a thumbnail of the picture and then the larger one to the right of it. If I change the style to journal, then the gallery I log into shows as journal style, which I hate. Any suggestions? Thanks, Kim |
|
|
|
||
|
#115
|
||
|
Major grins
|
Quote:
|
|
|
|
||
|
#116
|
|
|
Big grins
|
Thank you! It was another oversight on my part. Maybe I just need to go to bed! It works perfectly! I might just get my site the way I want it before I die. LOL!
|
|
|
|
|
#117
|
||
|
Major grins
|
Quote:
Code:
<br><br> <center> <div id="key-image"> <img src="/photos/i-QbPCf5H/1/200x185/key-200x185.png"border="0"> <span> <h3>Your gallery of images are password protected.</h3> </span> </div> </center> Then some CSS to hide some things in that gallery Code:
/*Remove Theme*/ .galleryPage, .boxBottom, .boxTop, .box {border:none !important}
.gallery_24589702 #breadCrumbTrail,
.gallery_24589702 .play_slideshow,
.gallery_24589702 #albumNav_top,
.gallery_24589702 #albumNav_bottom,
.gallery_24589702 .pageNav {display:none}
|
|
|
|
||
|
#118
|
||
|
Big grins
|
Quote:
Thanks, Joe! I think I will leave it the way it is. It works just fine without an images so I'm just not going to worry about it since you gave me the code to remove that message. You are awesome!!!
|
|
|
|
||
|
#119
|
||
|
Big grins
|
Does this work with the standard "Clients" category that is on smugmug or would i need to create a new one?
i have a client section already set up with subcategory? Quote:
|
|
|
|
||
|
#120
|
|
|
Major grins
|
If you want this to work for any gallery on your site...no matter what category or subcat.....try something like this...make a new unlisted gallery and add this to the album description area:
Code:
<html>
<div style="width:70%;text-align:center;border:1px solid #999999;background-color: #666666;margin:auto;padding:8px">
<form name="f_login">
<p style="font-size: 1.2em">To view your photographs, please enter your password.</p>
<p>
Note: Passwords are case-sensitive and should be entered exactly as provided.
</p>
<p>password: <input name="pword" onkeypress="return checkEnter(event)" size="30" type="password">
<input value="Login" onclick="Login()" type="button"></p>
</form>
<br>
<p>
If you need assistance, please <a href="/" onclick="return false;" class="customContactButton">Contact Me</a>
</p>
</div>
<script type="text/javascript">
<!--
function checkEnter(e){ //e is event object passed from function invocation
var characterCode; // literal character code will be stored in this variable
if(e && e.which){ //if which property of event object is supported (NN4)
e = e;
characterCode = e.which; //character code is contained in NN4's which property
}
else{
e = event;
characterCode = e.keyCode; //character code is contained in IE's keyCode property
}
if(characterCode == 13){ //if generated character code is equal to ascii 13 (if enter key)
Login(); //submit the form
return false;
}
else{
return true;
}
}
function Login(){
var done=0;
var pword=document.f_login.pword.value;
pword=pword.toLowerCase();
/////////////////// Add new galleries and passwords below here /////////////////
if (pword=="red") { window.location="XXXXX_XXXX"; done=1; }
if (pword=="green") { window.location="XXXXX_XXXX"; done=1; }
if (pword=="blue") { window.location="XXXXX_XXXX"; done=1; }
/////////////////// end galleries////////////////////////////////////////////////////
if (done==0) { alert("Password not accepted. Please try again."); }
}
-->
</script>
</html>
Last edited by J Allen; Jan-05-2013 at 02:03 PM. |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Please help with changing color of image display area in my galleries | RBgunner | SmugMug Customization | 1 | May-08-2009 12:43 PM | |
| Why Can't I see my Client Galleries in Firefox? | deegee | SmugMug Customization | 2 | Sep-22-2008 09:48 AM | |
| Your Proofing and Editing process | thenimirra | Mind Your Own Business | 5 | Aug-18-2008 11:41 AM | |
| Client proofing and bride picks her top 75 photos and I only see and print them. | aacreation | SmugMug Customization | 4 | Jul-23-2008 09:29 AM | |
| San Francisco Bay Area Photography Group | dkapp | The Big Picture | 3 | Nov-07-2004 07:35 PM | |
| Thread Tools | |
| Display Modes | |
|
|