-
Posted in : Photographer
-
Hi,
It is possible to create a private area? I am a photographer and I would like to create a private area where my clients could watch their photos with a personal pasword.
Thanks a lot!
Raúl.Hi, yes you can make your pages/posts or portfolio posts password protected, and send the password to your client and only your client see the content; please check this post for more;
Hi,
I managed to create a portfolio named “Area privada” where a want to post different photo galleries for my different clients. I just need to correct a couple of things.
1) The title in the thumbnail of the only gallery I have in this private area says “PROTEGIDO: GALLERY 1”. I don’t know why the word “PROTEGIDO” is there, I only want there the text that I put as a title (GALLERY 1).
2) When I enter into the gallery, at the right corner of the bottom there is a link to other gallery named “STUDIO”. I don’t want any link there, I only want to show this gallery and no more.
Sorry I have a very poor knowledge of wordpress.
Many thanks!Raúl.
Hi,
1-) you can localize that string and leave it blank, please check out the Documentation > Localization section.
2-) you can use this custom css code to hide navigation;
.post-password-required .nav-single { display: none; }Hi again,
I’ve tried the css code but it’s not working.
Sorry, I’m not very skilled with wordpress… where can I found the documentation and the localization section.
Many many thanks.
Hi @Raúl;
The custom css code is working, i can see in your post.
You can also try these plugins for localize that string.
https://wordpress.org/plugins/qtranslate/
http://poedit.net
https://wordpress.org/plugins/loco-translate/
ThanksHi Serkan,
I think I’m missing something because I still see the link to the next gallery at the bottom of the page.
Hi @Raúl;
The custom css code which we gave you is deleting the nav link at the bottom in the protected gallery. For example;
http://www.raulhidalga.com/portfolio/patri/
Do you want to hide all the next gallery link in your galleries? ( without protected galleries )
If the answer is yes; you can use this custom css code;.nav-single { display: none; }Thanks
You must be logged in and have valid license to reply to this topic.