When I click a portfolio item , there is a popup with the thumbnail  but I want to show the description of this picture. This is possible with this theme?
And images are duplicated... when the popup. I wanna see one thumbnail  with the project and this gallery not the thumbnail of the other project related  with category
My last question is about Field Upload w/ Contact form 7 , I can't personnalize this button... with the css. It makes a color at the background... But it isn't what I want. Thnks you
                 
                
Comments
1) You can only display image in popup window. It is not possible to display description.
2) How exactly images are duplicated? Any url to page where images are duplicate?
3) Please send us url to page where you have this button.
Button file upload - if you want to make it's background transparent, you should use below css:
input[type="file"] { background: inherit !important; }