• This plugin is just what I was looking for – a way for my clients to proof, select, and download the images they want. The plugin installed fine but my theme (Darkroom premium theme) insisted on displaying a sidebar. I opened a ticket with PixelGrade and was contacted by Radu. With his help, I was able to figure out how to get rid of the sidebar and some other stuff via custom CSS. That wasn’t so hard. See custom CSS below

    .single-proof_gallery .container .float-left {
        width: 100%;
    }
    
    .single-proof_gallery .container .float-left .post--wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .single-proof_gallery .container .sidebar {
        display: none;
    	visibility: hidden;
    }

    Well I also wanted to display the text above the thumbnail part as this layout makes more sense in giving clients directions or displaying a message for them. See below image

    Well I could not for the life of me, figure out how to do this. I asked Radu for some guidance on how I can do this. To my surprise, he created a new version that allows the user to choose the placement of the text content – before or after the pixproof gallery. Certainly wasn’t expecting him to create a whole new version based only on my feedback! And certainly not for a free plugin!

    Awesome plugin. Even better support. Kudos to Radu and PixelGrade!

  • The topic ‘Plugin is great. Just what I was looking for. Devs behind it are even better!’ is closed to new replies.