This item is by an Elite Author
mikemcalister
- Sold between 250 000 and 1 000 000 dollars
- Elite Author
- Has been a member for 5-6 years
- Author was Featured
- Exclusive Author
- Author had a File in an Envato Bundle
- Item was Featured
- Referred between 200 and 499 users
- Bought between 50 and 99 items
- Attended a Community Meetup
- United States
182
Purchases
Buyer Rating:
4.35 stars
4.35 average based on 17 ratings.
-
5 Star
1058%
-
4 Star
423%
-
3 Star
211%
-
2 Star
15%
-
1 Star
00%
| Created | 17 January 12 |
| Last Update | 23 January 12 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
© All Rights Reserved mikemcalister -
Contact Envato Support


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:)
Looks cool!
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!
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/supportMike
Thanks!
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
Hi Anita, If you hop on the support forum I can help get you fixed up!
http://okaythemes.com/supportMike
Hi,
How can link an image to the ‘news and update’ page?
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/Looks to be working fine, sir!
Mike
No it isn’t. Today (10-2) there are 19 days left before 1-3 comes. The website shows 26 days.
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
I would like to buy the template. Does the contact form works? Is it a php form? I’m not very good with HTML .
The contact form is PHP and it does work.
Mike
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?
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
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!
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
Can you please add an attachment field in the contact form? If so, I’ll purchase it immediately!
Nice theme. regards
Hi, Probably won’t be adding an attachment field to the contact form.
Mike
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.
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/supportMike
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.comHi 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
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
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