hey, i purchased a while back i love this theme i edited it and now uploaded to a server. i really need your help though, the contact form how do i set it to send the messages to an email address that i desire??
thank you
hey, i purchased a while back i love this theme i edited it and now uploaded to a server. i really need your help though, the contact form how do i set it to send the messages to an email address that i desire??
thank you
thank you so much for the fast reply! but i cant find the file :S it doesnt seem to be in the file included…and if it was maybe i lost it?? somehow could you possibly send it to this email address hamoodi.j@hotmail.co.uk
thank you very much
Hi,
its been a while since i was on here, i have one question for you if you dont mind
i asked my hosting company if PHP is activated on their servers and they replied with:
Yes, php is active on our servers. Please make sure the following are present:
1) Set the “from:” address in the email, to be a valid email account under your account/domain on the server 2) Setup your script so that it will authenticate (login) to the server to send mail
im sorry if i sound like a complete noob, but i guess thats the reason why im here purchasing 
what am i supposed to do to get this working now?!
thank you very much!
Hi, sorry but no preview with Firefox 3.5.9. Bugs…
An idea ?
regards
Hi Segen,
Question around the eShop page. How do I show the “Buy Now” Button? Do I need to hard code it, add an image to the “features” value? Please advise on the best method.
I did not see anything in the PDF that addressed this.
I love the theme- supper simple to use and very clean.
NOTE : To everyone- IT WORKS IN FIREFOX . Enough with the comments about the preview not working, we get it- if you take time to read the rest of the posts you’ll learn that this has already been addressed and has nothing to do with the actual Wordpress theme. It works perfect.
Thanks in advance.
Can you help me to incorporate this if I buy the templte?
jQuery Lightbox Plugin, f leandrovieira.com/projects/jquery/lightbox/ f
Thanks
Where I configure the different cotact forms?
Thanks for your help! G.
I see that the template have a “Need Help? form and a “Get in touch” form.
How I choose to witch email the diferent forms go?
OK , thanks
How can I get some pixels down the main menu on the top??
(HOME – ABOUT – SERVICES – BLOG – SHOP – CONTACT )
Thanks again, G.
THe website compatible with iPad??
Hello Segen
I have a special require for you…. I need to add a different jquery roatating banner inside every slide of the home page.
I don’t know if I explain myself well, I am going to send you a email …it;s that ok???
Thanks. Guido
http://beta.viewcms.info/idea/index.html
I can’t get the demo to work in Firefox, just a lot of random text, such as:
5\x25ekirq>&ii`g#\x3C?e\x25oc5#nlcj$’`sge9’\x25\x256hffe$&`uoo&;Dkgf>,e;:(dh\x3C4mk=8d&ozdd>&vnhx/jwii$9[ims8g94.nj:>om;:f(ipfb8$dgovbgq(o|ln!:Fii|`aw8g94.nj:‘(!\x22#$\x25&;’tn= \x0A8aoq(hf>&ii`ao]ekwkXknlwelhbz#\x3C4eku$lb:mmdmkYagso\x5Ch``s?>,`lp9\x0A\x0D9bn!kg9’jhohl\x5CbjtjWskdlq$9\x0A\x0D?bjtj(hf>&ii`ao #efrngo?!&;\x0D\x0A\x0D9bn?>ppwiio?Nlclh=(=ppwiio? \x0D=kmtpr’|xrf9’rbpu #jdkb5#wpawhfed #ma;\x25}rgqjdkb!tbhpc:tqfvkgjm#\x22,:\x0A8lhw}u\x22w}uc:qcpwriul#\x22mehc:qcpwriul#\x22j`8$wirqtkwb\x25(wcoq`;\x25x`qpsjtc!= ?mkvr|src="vzt`;\x25jtvwkk$'~`nva8$@G#\x22j`8$kgfkm[vseehv" alt="\"\"">$8;’eku:?+ciue? \x0D;’eku:=-gms8\x0A;),/#gjbf(rnj``t’\x25,\x3C\x0A!\x22#$\x25&’(=fjr\x25oc5#qomacu? &’(!\x22#$\x25&’(!>gms&dd`qp9’udznno&;\x0D\x25&’(!\x22#$\x25&’(
aoevu:raqkijDgovbmkcu? \x0D\x0A\x0D;lht#gigt{\x3C sekck*!kg9’vffdn\x5C44$9\x0A\x
Not exactly the answer I was looking for. Love the design, but guess I have to look for something else which works in both.
Question,
The “screenshot” on the frontpage, right side. Is that from another theme of yours? Would be interrested in that one.
Hi Segen can you send me an example of the PHP for the contact forms Thanks! G
Here, you need to adjust to fit your form.
if(isset($_POST['send'])){
$lastname = htmlspecialchars($_POST['lastname'], ENT_QUOTES);
$mail = htmlspecialchars($_POST['mail'], ENT_QUOTES);
$subject = htmlspecialchars($_POST['subject'], ENT_QUOTES);
$message = htmlspecialchars($_POST['message'], ENT_QUOTES);
$emaile = explode('@', $mail);
if($emaile[0] != '' && $emaile[1] != ''){
$to = 'youremail@gmail.com'; //CHANGE THE E-MAIL HERE
$subj = 'Someone sent me a message'; //subject
$headers = 'From: '.$to.'' . "\r\n";
$headers .= 'Reply-To: '.$to.'' . "\r\n";
//$headers .= 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
$mess = '<html><head><title>Contact</title></head><body><p>';
$mess .= '</p><p><b>Contact</b></p><br />';
$mess .= '<b>Name: </b>'.$lastname.'<br />';
$mess .= '<b>E-mail: </b>'.$mail.'<br />';
$mess .= '<b>Title: </b>'.$subject.'<br />';
$mess .= '<b>Message: </b>'.$message.'<br />';
$mess .= '</body></html>';
$mailsend = mail($to,$subj,$mess, $headers);//Slanje poruke
unset($_POST['lastname'],$_POST['mail'],$_POST['subject'],$_POST['message']);
}else{
$error = 'Ivalid e-mail. Please try again. Thank you';
}
}
if (isset($error)) {
print '<div>'.$error.'</div>';
}
?>
Hi There,
I am having some difficulties to integrate a slideshow on the #panel1
it uses “easing.js” so when i have this file implemented the sliding panels do not work.
Is there a solution or may be a work around to this issue.
I had tried updating easing.js which did not make any diffirence.
Please any help will be much appreciated. Thanks. T.
it does but i really like this slideshow, do you know another a substitute of this script that i can work around this problem.
Thanks
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
Hi there.
Please open contact.php file and look for PHP code (appears orange/red in Dreamweaver) and look for code comments. You will find the part with email address, just change to point to your email address. That’s it!