ThemeForest

Pink Parts

  • Has been a member for 3-4 years
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
shaneoc says

you trying to say this not coded ?

4 years ago
  • 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
cdavies says
Author

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.

4 years ago
  • 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
cdavies says
Author

Template will soon be available with a Black background!!

4 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Bought between 100 and 499 items
mia1rab says

I would be very interested in seeing the gallery section are the previews available?

4 years ago
  • 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
cdavies says
Author

Here is a link to the preview.

http://www.blisscms.com/themeforest/theme-2/3.html

4 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United States
bravoceo says
Purchased

Greetings ,,, can you customize the PS brushes for a cost. I suck at PS. Thanks!

4 years ago
  • 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
cdavies says
Author

Yes, please just drop me an email at cm4davies at gmail dot com and we can talk about what you need.

Chris

4 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
graceolsson says

can I use it on wordpress?

3 years ago
  • 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
cdavies says
Author

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.

3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
DrHone says
Purchased

How does one get the email to work?

3 years ago
Author
cdavies cdavies replied

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.

3 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • France
mykubewaves says

Hi,

I would be very interested by your template but the live preview is not working?

Thanks.

7 months ago

by
by
by
by
by