White - Creative Resume & Portfolio Template
Themeforest White - Creative Resume & Portfolio Template HTML Template



White – Creative Resume & Portfolio Template
This theme is a creative resume & portfolio template. It is based on Twitter Bootstrap and made to show your resume (education, work experience, skills, etc.), portfolio and blog in a wonderful way with an unique and beautiful piece of design
Customer Support. Very good. Could maintain code easily, fast support response.
satriaperm99
Design Quality
jari12
Design Quality
jill_tr
- 8 homepage styles
- Responsive Design
- Fullscreen Image Slider Background
- Fullscreen Video Background
- Minimal and creative design
- HTML5 and CSS3 techniques
- Full Screen Image/Video
- 8 homepage styles
- Ajax portfolio
- Bootstrap 3.3.2
- Great page transitions
- Work with any Youtube and Vimeo video
- Text rotate effects
- Easy to change
- Working ajax contact form
- Well documented
- Great support!!
- Elegant Icon Font
Fonts
Javascript
- Supersized – Full screen background
- Big Video
- jQuery mbytplayer
- gmaps
- imagesLoaded
- Isotope
- Easy Pie Chart
- Magnific Popup
- Twitter Feed
Images
Version 1.3: 19 May 2015
~ Added ajax content in the portfolio
~ Increased the website speed minimizing the css and javascript files
Version 1.2: 22 April 2015
~ Added the previous 'About me' design. Threre are two designs for the 'About me' section now.
Version 1.1: 21 April 2015
~ Improved the mobile design
~ 'About me' section design modified
Version 1.0: 19 April 2015
~ Initial release
Great work!! But whenever I open it said error 404. How do I make it stop.
ReplyDeleteHi tobran,
ReplyDeleteThat’s not a problem. You can check that the template looks fine. But to show the twitter feed you need a local server to load the php files correctly.
In your computer the tweets doesn’t load if you haven’t a local server, but when you upload the template to a server it will show correctly. You will not have that error.
Regards
Hi I have one problem. with wordpress. Pack could not be installed. The style sheet style.css does not contain a valid header theme. Can you prepare a correct file to import to wordpress? withoud that problem?
ReplyDeleteHi irafal,
ReplyDeletesorry but the theme White is not a wordpress theme. It is a html template, you can’t use it in a wordpress installation.
Regards
I have problem with email configuration. I have information – Could not instantiate mail function. Sorry, we can’t send this message. Configuration is corect
ReplyDeleteHi,
ReplyDeleteedit the file contact.php (it is in the folder php) and replace all the code by this one:
<?php
require_once('config.php');
require_once('phpmailer/phpmailer.php');
$name = trim($_POST['name']);
$email = trim($_POST['email']);
$message = trim($_POST['message']);
$err = "";
$pattern = "^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$^";
if(!preg_match_all($pattern, $email, $out)) {
$err = MSG_INVALID_EMAIL;
}
if(!$email) {
$err = MSG_INVALID_EMAIL;
}
if(!$message) {
$err = MSG_INVALID_MESSAGE;
}
if (!$name) {
$err = MSG_INVALID_NAME;
}
$body=include(TEMPLATE_PATH);
$mail=new PHPMailer();
$mail->SetFrom($email,$name);
$mail->AddAddress(TO_EMAIL);
$mail->IsSMTP(); // enable SMTP
$mail->SMTPSecure='ssl';
$mail->SMTPAuth=true;
$mail->Host=SMTP_HOST;
$mail->Port=25;
$mail->Username=SMTP_USERNAME;
$mail->Password=SMTP_PASSWORD;
$mail->Subject=SUBJECT;
$mail->MsgHTML($body);
if (!$err){
if ($mail->Send()) {
echo "SEND";
} else {
echo MSG_SEND_ERROR;
}
} else {
echo $err;
}
?>
Regards
I did so by now i Have information. SMTP Error: Could not connect to SMTP host. Sorry, we can’t send this message.
ReplyDeletemy config.php
<?
//define the receiver of the email
define('TO_NAME','Rafał'); //put your name
define('TO_EMAIL','name.surname@gmail.com'); //put your email
define('TEMPLATE_PATH','template/default.php');
define('SMTP_HOST','smtp.gmail.com'); //for example gmail: smtp.gmail.com
define('SMTP_USERNAME','name.surname@gmail.com'); //put your email
define('SMTP_PASSWORD','XXXXXXXXXXX'); //put your password
define('SUBJECT','Contact from your website White HTML'); //change if you want the subject
// Messages
define('MSG_INVALID_NAME','Please enter your name.');
define('MSG_INVALID_EMAIL','Please enter valid e-mail.');
define('MSG_INVALID_MESSAGE','Please enter your message.');
define('MSG_SEND_ERROR','Sorry, we can\'t send this message.');
?>
Hi,
ReplyDeletetry this solution.
I have modified the file contact.php. Open it in this link, copy all the code and replace it by yours.
Remember to change the options $emailTo and $subject
Regards
I completed the $emailTo =
ReplyDeleteon yoyr last version contact.pl.
Now when i push send i have information.
{valid for your message!”}
but i don’t have email on my mailbox
we are probably close
correct information
ReplyDelete{valid for your message!"}
i can’t paste the message
ReplyDelete({valid for your message!”})
Hi,
ReplyDeletecopy and paste the code again please.
Regards
{valid for your message!”}
ReplyDelete__{valid for your message!”}_
ReplyDelete{” valid ” : 1 , ” message ” : ” Thanks for your message ! ” }
ReplyDeleteI had to insert spaces This is the message when i used the “send”
Hi,
ReplyDeleteCould you give me your url to check it please? If you want, you can send me the url to my email admin@creabox.es
Regards
youtube version – the video doesn’t start on on mobile device in homepage.
ReplyDeleteHi irafal,
ReplyDeletethe video script has a lot fo problems in mobile and tablets devices. So, in these devices the video is replaced it by an image. The image is set up in the css styles, in the class ’.poster-image’.
If you want, this behaviour can be changed, but how I have said the video will not work correctly in some devices.
Regards
ok
ReplyDeleteBut whether can we change the image on the video? I want to see how it will work. How the code should look like?
ReplyDeleteIn the folder css, you have to edit the file styles.css and change the attribute background of the class .poster-image (over the line 161):
ReplyDelete.poster-image {
background: url('http://placehold.it/1280x720&text=Image+1');
.....
You can check how it works if you check the demo version on your mobile phone.
Regards
OK thank you. that’s all
ReplyDeleteHi, is it possible to change the opacity of the background so that when a visitor clicks on “About me” or “Contact” the vídeo is still visible playing on the background? If so, how hard it is to do so? Best regards. Pls answer fast, as i need to decide which template i’m buying today!
ReplyDeleteHi,
ReplyDeleteyes, that is possible. And it is very easy to change. If you purchase the theme, I can help you to get it.
Regards
Hello, thanks for the nice design, now i have some issues here,
ReplyDelete1. when it is open, it says error 404
2. the BG image is not showing and keeps saying 1280X720 [i tested with a pic with the same size, but not showing up, and change it is test location on my PC as desktop/drive c … ETC]
3. How can i set the author image in the main index ?
Regards
Hi,
ReplyDeletesorry for the delay to answer.
1. This problem happens because you didn’t load the website in a local server. This problem is brought about the twitter feed. It uses a php file to load the tweets. If you don’t load the website in a local server or a server online, the error happens.
2. Could you send me your url to check the problem?
3. You have to edit the file style.css and edit the class ’.aboutme .author-image-2’. This image is loaded as background.
Regards