Private Area

  • Posted in : Photographer
  • Rhidalga09
    Participant

    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.

    ahmetsali
    Keymaster

    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;

    https://codex.wordpress.org/Using_Password_Protection

    Rhidalga09
    Participant

    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.

    Rhidalga09
    Participant

    Sorry, this is the link to my web

    http://www.raulhidalga.com/department/area-privada/

    Thanks!

    ahmetsali
    Keymaster

    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;
    }
    
    Rhidalga09
    Participant

    Hi again,

    I’ve tried the css code but it’s not working.

    Rhidalga09
    Participant

    Sorry, I’m not very skilled with wordpress… where can I found the documentation and the localization section.

    Many many thanks.

    serkan
    Moderator

    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/
    Thanks

    Rhidalga09
    Participant

    Hi Serkan,

    I think I’m missing something because I still see the link to the next gallery at the bottom of the page.

    serkan
    Moderator

    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

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register