Black&White - Responsive Photo Portfolio HTML Template
Themeforest Black&White - Responsive Photo Portfolio HTML Template
Responsive WP version – Here
If you got any questions or feedback, feel free to contact me via email or the comments section and I will get back at you as fast as possible.
I’d be happy to customize the template according to your needs or make the unique webpages for a small additional payment. Please, contact me by email form on our profile page.
If you like our product, don’t forget to rate it





Thank you





Black&White is a premium one page responsive HTML5 & CSS3 site template and it is great for portfolio and personal websites. It has a clean design and a new vision styled elements with calm and relaxing colors. The full layered PSD file included have been customized easily. Black&White HTML template perfect to promote your work or your business.
Features:
- Perfect jQuery and CSS3 animation
- Responsive design
- Unique design elements
- Awesome fullscreen image slider, cool effects
- 2 Portfolio pages
- Social integration
- Valid HTML5 code
- Crossbrowser compatible (IE8+)
- Lightbox gallery
- Drop-down navigation
- Easy to customize
- Google Maps
- Free Google Fonts
- Working PHP contact form
- 7 Layered PSD Included
- Short documentation included
Responsive WP version – Here
The online samples images belong to their respective owners and are only used for demo purposes. Included images are only for preview and are not included in PSD files
Support
If you got any questions or feedback, feel free to contact me via email or the comments section and I will get back at you as fast as possible.
I’d be happy to customize the template according to your needs or make the unique webpages for a small additional payment. Please, contact me by email form on our profile page.
If you like our product, don’t forget to rate it
Thank you
Hi,
ReplyDeleteI’ve bought this template but there are 2 functions in the supersized slider which aren’t working.
Autoplay and paus-hover. I want to put autoplay of and pause-hover on, but this isn’t working. Here’s a piece of the code:
<script type=”text/javascript”>
jQuery(function($){
$.supersized({
// Functionality
autoplay : 0,
pause_hover : 1,
Hello! We provide real help to our customers directly. Let your client login with his account and ask the same question. Thanks.
ReplyDeleteHello
ReplyDeleteBefore you buy a very nice template you would like to ask if we can show first the about page or some other instead of the description of the slide show.
Thank you
Hi! Current template doesn’t support this feature. Thanks.
ReplyDeleteHi,
ReplyDeleteJust found your theme yesterday and saw today that there’s also a Wordpress-version. Before buying one of them I would like to know if there are differences (besides Wordpress itself) in functionality between them.
Thanks!
Hi!
ReplyDeleteSome differences: unlimited colors theme, multilanguage ready, touch swipe support, widgets & shortcodes, video documentation. Thanks
hi Email works
ReplyDeletebut success email message it’s no show.
div class succes it’ not displayed
after few seconds i see empty form.
i try to change $(’#ContactForm’).forms({
ownerEmail:’info@mail.com’,
successCl:’success’,
successShow:’4000’
})
but nothing
Hi!
ReplyDeletePlease send a link to your website. We will try to help you.
Thanks
untouched i just change form js
ReplyDeleteCheck the style.css file you may have there is not a closed tag. Specify font size for the div .success.Example:
ReplyDelete#ContactForm .success {
font-size: 13px;
}
thanks now works
ReplyDeletebefore retail was
#ContactForm .success{display:none; position:absolute; left:0; bottom:10px;}
now is
#ContactForm .success{ font-size: 13px; position:absolute; left:0; bottom:10px;}
ContactForm .success{ font-size: 13px; position:absolute; left:0; bottom:10px;}
Glad to help.
ReplyDeleteIn the main archive for download no need to add the font size in the code. He takes it from the parent div. Thanks
Hi I am having some trouble getting the contact form to work; when the form is filled out and the submit button is pressed nothing happens. I have updated the line of code in the form.js with my email as well as the second owner email location.
ReplyDelete$(’#ContactForm’).forms({ownerEmail:’samuel.trevino@ymail.com‘})})