ThemeForest

Deploy HTML Template

  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Bought between 100 and 499 items
  • Has been a member for 4-5 years
  • Exclusive Author
  • Germany

Congratulations :) Looks awesome!

Why does this theme have such a horrible, miss representing icon? I clicked it with accident but fell in love with it:)

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users
  • Romania
  • Sold between 5 000 and 10 000 dollars

Looks cool!

  • Bought between 10 and 49 items
  • Chile
  • Exclusive Author
  • Has been a member for 2-3 years
Lhuis Purchased

You can change the text to another language twitter… About 6 hours, follow on twitter, About 10 hours ago and clock… hours, minutes, etc… For example, there are some file to change, I am aware of your comments, thanks!

mikemcalister

You can sift through includes/js/jquery.tweet.js if you want to change a few of those lines. To change the clock, check out the help file.

Please use the forum for support questions!

http://okaythemes.com/support

Mike

  • Bought between 10 and 49 items
  • Chile
  • Exclusive Author
  • Has been a member for 2-3 years
Lhuis Purchased

Thanks!

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

Thank you for your template it help me a lot. I have question though. How to I link back from one page to another. For example on the news page I want to have link that refers to content on the about page, so that users can jump from news page to about page. Hope this make sense Anita

mikemcalister

Hi Anita, If you hop on the support forum I can help get you fixed up!

http://okaythemes.com/support

Mike

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
uniekwerk Purchased

Hi,

How can link an image to the ‘news and update’ page?

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
uniekwerk Purchased

I think the countdown is not working as it should.

In the code i have

austDay = new Date(new Date(2012, 3-1, 8));

The website show too many days. See yourself.

http://www.heleenvandenbos.nl/
mikemcalister

Looks to be working fine, sir!

Mike

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
uniekwerk Purchased

No it isn’t. Today (10-2) there are 19 days left before 1-3 comes. The website shows 26 days.

mikemcalister

Hi, To get the date to March 1st, you’d have to set it like this:

austDay = new Date(new Date(2012, 3-1, 1));

Mike

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

I would like to buy the template. Does the contact form works? Is it a php form? I’m not very good with HTML .

mikemcalister

The contact form is PHP and it does work.

Mike

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
glassuse Purchased

Hello,

I was wondering if there is a way to make the contact form send a copy of the message sent to me to their email as well “the one they entered”. If so, can you please let me know?

mikemcalister

Hi, Unfortunately not an easy way to do that. If you were using the WP version you could make that happen, but not with the HTML unfortunately.

Mike

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
glassuse Purchased

Sorry another comment, It seems that the contact form only accepts English. What should I change to make it accept other language specially Arabic. I had an author do it for a previous theme and I tried to see what he changed and it seems he is using this line at the end of the php “mail($to, ’=?UTF-8?B?’.base64_encode($subject).’?=’, $body,$headers);”

How do I implement it in your php file? I tried something like “mail($recipient, ’=?UTF-8?B?’.base64_encode($subject).’?=’, $subject, $content, “From: mail@yourdomain.com\r\nReply-To: $email\r\nX-Mailer: DT_formmail”);” but it didn’t work.. still it shows text weird like this هلااا.

Thanks!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
glassuse Purchased

base64_encode does the trick I think but I don’t know how to apply it to the name field and message field. can you help please.

Refrence: http://0v0.me/56575

  • Has been a member for 1-2 years

Can you please add an attachment field in the contact form? If so, I’ll purchase it immediately!

Nice theme. regards

mikemcalister

Hi, Probably won’t be adding an attachment field to the contact form.

Mike

  • Bought between 50 and 99 items
  • Has been a member for 4-5 years

Cannot for the life of us get the contact form working. Which instance of @yoursite.com should we be changing?

Line numbers if you can even tell us that.

And that’s it, just that address?

Thank yah kindly.

mikemcalister

Hi there, Off the top of my head, I think it’s just this line you need to change:

$mail->AddAddress(“your_email_here@yoursite.com”,”Name 1”);

But hop on the forum if that doesn’t work. I may have answered this for another user recently.

http://okaythemes.com/support

Mike

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I purchased this template so that I could use the Twitter section with a HTML website template that I am working on since I have been having a problem with finding a recent tweet widget, and the Twitter section of the Deploy template would be a good match with my layout. I downloaded the package, and find that this is actually a PHP template, and the only HTML file that I received is the help index for the help documentation.

I tried messing around and integrating the Twitter section into my other template, but I don’t think that it worked. I added the JS, CSS , and PHP directories from Deploy to the other template directory, and made sure that the script paths are correct, etc. But it caused a problem with another section of the website. I know that of course I will have to mess around with the styles and positioning, etc to get it to display correctly on a different template than the original.

I copied the code from the Twitter section of the Deploy PHP index into my HTML index, and I think that is where it is getting messed up somehow. Is there a different code that I need to use in HTML to make it load the PHP files or run the script or something, such as “script /script” or “script type=javascript src=”, etc? I think that might be what I need to get it working. Also, I was thinking that I might have to have some of the other files from Deploy in my directory for this to work, but I don’t know.

I know that this template is meant to be it’s own thing and maybe not designed to be integrated into another template, but thanks for any assistance that you can provide. I will also keep messing around and see if I can get this working.

Joe esjoeproductions@gmail.com
mikemcalister

Hi Joe, Unfortunately we don’t really help with customizations! We can help if the theme is broken or not functioning as shown.

It sounds like you just need to make sure all the proper pieces of code are connected. The Twitter widget requires the javascript shown around line 113. This may not just fit into your current template, so you may have to adjust the javascript accordingly. For example, maybe you would need to reformat the javascript to look something like this: http://snippi.com/s/7pdchk0

Mike

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Thanks. I found that my home page did not load properly unless I removed those two lines with the function and document stuff. I also assumed that I don’t need the one PHP in the widgets folder that seems to be for Wordpress.

I also thought that I might need the same menu codes if it is required to click on the Deploy twitter menu to load the tweets, but I didn’t attempt that yet and don’t want to mess up the menu that I already have.

Another question that I have, if you can answer, is should I add the twitter section of the Deploy style.css to my templates’ main stylesheet, or keep it a separate stylesheet? And I am wondering if any of the twitter stuff utilizes other parts of the syle.css or any of the other js files.

Thanks again for the help, I understand that you could only provide support for technical stuff with your own template. I’ll mess around with it some more with that code. I might also use the Deploy template later after upgrading my hosting so I can have more websites.

Joe

mikemcalister

You should be fine adding the twitter styles into your current stylesheet. You won’t need any menu code for the twitter widget. You’ll just need the javascript and the twitter script!

Mike


by
by
by
by
by