Devoll - Multi-Purpose Theme powered by Jekyll
Themeforest Devoll - Multi-Purpose Theme powered by Jekyll Static Site Generators Theme
Fonts
Images(The sample images viewed in the live preview site are not included in your purchased files.)
Devoll is a creative responsive Jekyll theme for many purposes, it could be used as company, design studio, business or portfolio websites.
Features
- Creative and clean design
- Fully responsive
- Parallax Images
- CSS3 content animations
- sticky navigation
- Font Awesome icons
- Advanced portfolios
- Many layouts
- Free updates & support
- Free Google fonts
Fonts
Images(The sample images viewed in the live preview site are not included in your purchased files.)
Hi!
ReplyDeleteI m using the devol template for Jekyll. I was trying to make the contact form work and found the line url: ‘send.php’, as an action attribute in the file app.js.
Do you have an example of the code in that send.php file, or a hint where it can be downloaded?
With kind regards
Michael
PS: My Purchase code is 00f9fa18-1d82-4a95-aed2-deadb11d6fda
It is just a simple PHP script for sending email. The actual code are
ReplyDelete<?php
$to = "YOUR-EMAIL-ADDRESS";
$name = $_POST['name'];
$subject = $_POST['subject'];
$body = stripslashes($_POST['message'];
$from = $_POST['email'];
$headers = "Reply-To: " . $from;
$error_messages = array();
if( strlen($name) < 1 ) {
$error_messages[] = "name required";
}
if( strlen($body) < 1 ) {
$error_messages[] = "comment required";
}
if( strlen($from) < 1 ) {
$error_messages[] = "email required";
}
if(sizeof($error_messages) == 0 && mail($to, $subject, $body, $headers)) {
echo("success");
} else {
foreach( $error_messages as $error_message ) {
echo "$error_message <br />";
}
}
?>
Hi – I’m trying to download the wordpress theme for this site. My current theme gives the message – “Cheatin’ uh? Sorry, you are not allowed to customize this site”. Where can I download the wordpress files?
ReplyDeleteThe item you’ve purchased is a Jekyll theme, not a WordPress theme, the WordPress theme is available at https://themeforest.net/item/devoll-multipurpose-wordpress-theme/11951355
ReplyDeleteHello,
ReplyDeleteWe are using the devoll theme for our website – rocktopia.eu.
The page builder is not working. Nothing happens when I click on it.
I want to change a link in the footer of the website, but when I update it through widgets, the changes don’t take place on the website.
Please help and fix this problem.
Sorry for the late reply, the item you are posting on is Jekyll theme, but you are talking about WordPress version, please post it to the right item to show whether you are a purchaser and get item support.
ReplyDeleteAlso please provide some screenshots to make your issue more clear.
ReplyDeleteHi, I bought your “Devolt -Multi Purpose Theme powered by Jekyll” product. But actually, I was going to buy “Devoll-Multi-Purpose HTML Theme” product. I bought the wrong product. Is it possible to exchange the themes?
ReplyDeleteWhat version of Jekyll does this theme work with?
ReplyDelete