you trying to say this not coded ?
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 50 and 99 items
- Canada
- Referred between 1 and 9 users
The site is definitely coded. All sites submitted to ThemeForest are coded in HTML and reviewed by the administrator. I uploaded a working sample of the site but it is not showing up for preview. I will create a preview on my own server for you… should be up by end of day.
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 50 and 99 items
- Canada
- Referred between 1 and 9 users
Template will soon be available with a Black background!!
I would be very interested in seeing the gallery section are the previews available?
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 50 and 99 items
- Canada
- Referred between 1 and 9 users
Greetings ,,, can you customize the PS brushes for a cost. I suck at PS. Thanks!
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 50 and 99 items
- Canada
- Referred between 1 and 9 users
Yes, please just drop me an email at cm4davies at gmail dot com and we can talk about what you need.
Chris
can I use it on wordpress?
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 50 and 99 items
- Canada
- Referred between 1 and 9 users
I am not too familiar with word press at this point. It definitely won’t just ‘plug into’ wordpress. Templates need to be specifically coded for WP. Sorry.
How does one get the email to work?
Hi, thanks for purchasing the template. It is currently just an HTML template. You would need to host the site on a server that has PHP or Coldfusion so that you can program the contact form to send. Most servers support PHP . You can convert the contact.html page to contact.php and use the code below at the top of the page.
<?PHP
if (isset($_POST['contactname'])) {
$contactname = $_POST['contactname'];
$email = $_POST['contactemail'];
$phone = $_POST['contactphone'];
$comments = $_POST['comments'];
$to = "cm4davies@gmail.com";
$subject = "Website Contact Form";
$body = "Hi,\n\nA contact form has been submitted.\n\nName: $contactname\n\nEmail: $email\nPhone: $phone\nMessage: $comments";
$headers = "From: $to \r\n" .
"Reply-To: $to \r\n" .
"X-Mailer: PHP/" . phpversion();
if (mail($to, $subject, $body, $headers)) {
echo("<p><div style='color:#9ec13b;'>Thanks, your message has been sent!</div></p>");
} else {
echo("<p><div style='color:red;'>Message delivery failed. A website administrator has been contacted.</div></p>");
}
}
?>
You will also need to change the form action to action=”contact.php”. You can email me directly at cm4davies@gmail.com if you have further questions.
Thanks.
Hi,
I would be very interested by your template but the live preview is not working?
Thanks.


60 Purchases
11 Comments