|
|
Thread Tools | Display Modes |
|
#81
|
|
|
Big grins
|
Client Proofing URL
Am I correct?
Category: Clients Gallery Nicename: ClientExample12 Gallery Password: Client Example12 URL: www.alexandramanning.com/Clients/ClientExample12 Is there a way to disguise the URL? Otherwise, there is simply the option for a viewer to type a url into their address bar. This is going to be where clients have access thought the navigation bar. I'm setting up that mock gallery for potential client examples. I have CSS overriding a variety of my portfolio settings. I'd like some different settings within the password-protected client pages than what are there for a portfolio page. On this page: I'd like /Clients to show all pw-protected galleries. I'd like to use the lightbox, and photo ranking. I'd like to use image comments not gallery comments. --OR-- Use Facebook Comments for the photos Take off the FB like button for these galleries in Category "Clients"
__________________
www.AlexandraManning.com Last edited by Alexandra88; Jul-17-2012 at 06:14 PM. Reason: additional info |
|
|
|
|
#82
|
||
|
Major grins
|
Quote:
|
|
|
|
||
|
#83
|
|
|
Beginner grinner
|
I've tried following this and adding the code to bottom javascript, but I still can't figure out what I need to do. I want this http://www.butterflykissesphotography.me/Portraits to come up when Clients is clicked on the home page. And then the clients can click on their locked gallery if need be. What is the best way to do this? Thanks!
|
|
|
|
|
#84
|
||
|
Major grins
|
Quote:
This is a lot more simple than you think from this: Code:
<li><a href="/Clients" title="">Clients</a></li> to this: Code:
<li><a href="/Portraits" title="">Clients</a></li> |
|
|
|
||
|
#85
|
||
|
Beginner grinner
|
Quote:
Thanks! Carmen |
|
|
|
||
|
#86
|
|
|
Connie
|
Help?
Ok, I've added the code as suggested in the beginning of the thread. Clients shows up in my nav bar but when I click it takes me to my home screen. Can you tell me what I might have wrong in the code?
www.ConnieAndersonPhotography.com Thanks!!
__________________
Connie http://www.ConnieAndersonPhotography.com Texas Interior | Architectural Photography |
|
|
|
|
#87
|
||
|
Beginner grinner
|
Quote:
|
|
|
|
||
|
#88
|
||
|
Major grins
|
Quote:
In your custom header box, you need to change the link in your li: From this: Code:
<li><a href="http://www.connieandersonphotography.com">Clients</a></li> Code:
<li><a href="/Clients">Clients</a></li> You also have the code in your bottom java-script twice...which is making the "error" screen render twice ![]() .....you can change the wording on that screen in the code if you'd like..... Also, if you choose to keep the smugmug password on the galleries, then your clients will have to enter a password twice....the code will hide all these galleries from visitors, it's a low security option...you set the "nicename" in the gallery settings and that becomes the password. |
|
|
|
||
|
#89
|
||
|
Connie
|
Thank you Joe! I have removed the passwords on the galleries and created new nicenames for them but I still can't access them when in visitor view. I'm not sure what I'm doing wrong.
Quote:
__________________
Connie http://www.ConnieAndersonPhotography.com Texas Interior | Architectural Photography |
|
|
|
||
|
#90
|
||
|
Major grins
|
Quote:
You are not supposed to be able to see them as a visitor...that's how it works... |
|
|
|
||
|
#91
|
|
|
Connie
|
Ok sorry maybe I'm not making myself understood lol. When I'm in visitor view and try to access a gallery with the nicename it won't let me in. That's what I'm trying to understand what I might be doing wrong. I've tried several of the galleries.
__________________
Connie http://www.ConnieAndersonPhotography.com Texas Interior | Architectural Photography |
|
|
|
|
#92
|
||
|
Major grins
|
Quote:
If I manipulate your CSS, I can see only one gallery in the "Clients" category, by looking at the URL the nicename for this gallery is: Clarks This gallery has a smugmug password on it. If you have any other galleries in this category, they must be public, not unlisted. So when I enter the name Clarks into the pop-up login, it takes me directly to that gallery |
|
|
|
||
|
#93
|
||
|
Connie
|
Thanks! I think I got the hang of it now :)
Quote:
__________________
Connie http://www.ConnieAndersonPhotography.com Texas Interior | Architectural Photography |
|
|
|
||
|
#94
|
||
|
Connie
|
Joe I'm not sure what happened but I did have this working but now my galleries are visible on my home page again. Can you tell me what I've done wrong?
www.ConnieAndersonPhotography.com Quote:
__________________
Connie http://www.ConnieAndersonPhotography.com Texas Interior | Architectural Photography |
|
|
|
||
|
#95
|
||
|
Major grins
|
Quote:
Change your view from "galleries" to "Categories": ![]() And be sure to test it in "visitor view" |
|
|
|
||
|
#96
|
|
|
Connie
|
Thanks Joe, soooo I have to remember to change the gallery view each time I leave my site ore it will show all those other galleries only meant for clients? I work in the other view alot so while I'm there those other galleries are seen by anyone viewing my site? If so I'm not sure that this will work for me :(
I have another silly question but how do you find the threads you have posted on when coming to dgrin? I have never been able to figure that out but I'm sure its right under my nose. QUOTE=J Allen;1800820]Change your view from "galleries" to "Categories": ![]() And be sure to test it in "visitor view"[/QUOTE]
__________________
Connie http://www.ConnieAndersonPhotography.com Texas Interior | Architectural Photography |
|
|
|
|
#97
|
|
|
Connie
|
ok I'm realizing something else now which I don't like. Its creating an extra click through to my galleries. I know I don't like that set up. So let me ask this. I now have the clients gallery in my navbar. Is it possible to just create a page of password protected galleries there? I can work with that much better I think. Should I remove all that other code or is there a simple way to make this change?? Thanks so much Joe.
__________________
Connie http://www.ConnieAndersonPhotography.com Texas Interior | Architectural Photography |
|
|
|
|
#98
|
|
|
Major grins
|
I followed the setup instructions posted from the first page, created 1 test gallery under Clients category and it seemed to be working. So from within Lightroom 4 I dragged 2 other galleries from a different category to the Clients category and republished. I also changed them from Private to Public.
When I enter the name of the gallery, such as "Lucy", which worked earlier, I now get the error for incorrect login. I had made a few changes to the code, which should have only been for text displayed, such as changing user password to Login Name. My site is http://mrhoni-photography.smugmug.com All features and tweeks I had put in the CSS, Bottom Javascript, etc was working as expected and still seems to work as expected. Just the Client Login went from working to not working. Thanks |
|
|
|
|
#99
|
||
|
Major grins
|
Quote:
Log out of your account...be sure to clear your browser out...then try entering this: Jamaica ...it's working for me on my end...remember, the "nicename" is the password |
|
|
|
||
|
#100
|
||
|
Major grins
|
Quote:
Glad it was something simple. Thanks. |
|
|
|
||
| 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 | |
|
|