tvdathemes
- Sold between 10 000 and 50 000 dollars
- Referred between 10 and 49 users
- Bought between 10 and 49 items
- Europe
- Exclusive Author
- Has been a member for 0-1 years
1,162
Purchases
Buyer Rating:
4.55 stars
4.55 average based on 69 ratings.
-
5 Star
5376%
-
4 Star
811%
-
3 Star
45%
-
2 Star
11%
-
1 Star
34%
| Created | 17 November 12 |
| Last Update | 7 February 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files |
- clean
- creative
- css3
- fullscreen
- html5
- modern
- parallax
- photo
- portfolio
- responsive
- showcase
- single page
- slider
- studio
- white
© All Rights Reserved tvdathemes -
Contact Envato Support


Is there a limit to slides in the slider? Any chance for a blog?
1. No limit.
2. A blog in the new version of template.
Great! Very simple setup and quality coding! Cheers.
Thank you.
Love it, very clean and easy to customize. When is the new template expected?
Thanks.
Rudermann HTML Responsive Template – the end of november. Kutcher Studio WP Theme – december.
And more other HTML Templates in december.
Well organized and very good code, Goodluck for your sale.
Thanks
Just one issue on my end…how do I set up twitter? Tried to follow comments back but was unsuccessful. Thanks.
Sorry. Change code of parallax2 section (index.html):
<!-- Start Second Parallax Background (Twitter) --> <div id="parallax2"> <div class="bg2" /> <div class="pattern" /> <div class="container"> <div class="eleven columns"> <div class="vertical-text"> <div id="lasttweet" /> <img alt="" src="images/social-icons/follow.png" style="margin-top: 36px;" /> </div> </div> </div> </div> <!-- End Second Parallax Background (Twitter) -->PERFECT ! Thanks. Maybe add this to FAQ ’s or Documentation. Cheers!
... what size in pixel you use for the slider-images for a perfect resolution?
Width of 1200px or higher. Recommend 16:9.
Great theme. Is there a way to have the logo centered instead of left side oriented? Thanks
Change .logo in style.css
.logo { display: block; margin: 40px auto 0 auto; opacity: 0; filter: alpha(opacity=50); }Thanks for that. Is it possible to make a text and or image link on the homepage slider?
Hi. Thanks for your great work on this theme.
Could you please include step-by-step instructions for setting up the Twitter feed? I’ve tried downloading the files you included earlier in this thread and adding the script call to the bottom of the page but it doesn’t seem to work.
Thanks
Download and replace files. http://themes.tvda.eu/demos/kutcherstudio/usernametweet.zip
Change (index.html): to If you do not want to replace the index.html. Change code of Parallax2 section (in index.html):<!-- Start Second Parallax Background (Twitter) --> <div id="parallax2"> <div class="bg2" /> <div class="pattern" /> <div class="container"> <div class="eleven columns"> <div class="vertical-text"> <div id="lasttweet" /> <img alt="" src="images/social-icons/follow.png" style="margin-top: 36px;" /> </div> </div> </div> </div> <!-- End Second Parallax Background (Twitter) -->And add script to the bottom of the page (before )Many thanks – working now – much appreciated.
Hello!! First of all, and its never enough, congrats for this template!!! I have just two questions: - will you include blog in the next update? - if i have any trouble “installing” the theme are you available to help? thanks you!
1. The blog in version 1.3. Now uploading version 1.2.
2. Yes.
What is the best way to loss the hover overlay with social icons on the “Team Profiles” – Thanks!
Delete from index.html
<div class="overlay-wrp"> <div class="overlay" /> <ul class="social-icons overlay-content"> <li><a href="#"><img alt="" src="images/social-icons/facebook-green.png" /></a></li> <li><a href="#"><img alt="" src="images/social-icons/twitter-green.png" /></a></li> <li><a href="#"><img alt="" src="images/social-icons/linkedin-green.png" /></a></li> </ul> </div>Thanks…Did you know that there is a weird issue with using the apostrophe is the slider description…it breaks the slider. Maybe I’m missing something but I’m unable to use it.
Great work! I have one problem though: if I make an edit to the index.html source code, the parallax teaser images create a small border around them on the top and bottom. These borders are actually showing a small portion of the the slider images above. In fact, if you click on it, it links back here. Here’s my site: www.collectively.co, so you can see what I mean. You will notice a small border on the top and bottom of each of the three teaser images. Once again, that bug is generated by making any edit to the index.html source code. Any thoughts?
Ok, I figured it out. It’s the difference between editing the source directly and uploading a newly edited index.html file to the host. My mistake
Thanks for all your help. Quick question: Why am I seeing the top and bottom of my photo in the last Parallax? I’ve tried all different image sizes and still seeing the same image twice…awesome theme!
THanks.
http://new.wesleysoccer.comWhat is your browser?
Chrome.
$('.bg1').parallax("50%", 0.4);50% – position. 0.4 – parallax speed.Thanks for the great support. works great at 0.2 – parallax speed,
For some reason it looks a bit jumpy as well in chrome..;I don’t notice it on the demo but on my site. Any thoughts? Thanks. Love this theme!
In Safari, too. Your images are very large. Recommend width 1200-1400px. JPG quality: 65-75%.
Thanks so much for all the support. If anyone is thinking about purchasing this theme…Buy It! Great job @tvdathemes
Is it possible to make a text link on the homepage slider? Also, any idea why you cannot use an apostrophe in the slider text?
Thanks
{image : './images/slider/image1.jpg', title : '<a href="themes.tvda.eu" target="_blank">Responsive Design <div class="slidedescription">Lorem ipsum dolor sit amet.</div></a>', thumb : '', url : ''},For style.css
#slidecaption a { text-decoration: none; color: white; } #slidecaption a:hover { color: #a5ad25; transition: color 0.5s; -moz-transition: color 0.5s; -webkit-transition: color 0.5s; -o-transition: color 0.5s; } a:hover .slidedescription { color: white; }To apostrophe use code
(delete spaces)Hello, sorry for my bad English. I need fonts that are accent so I could use the Brazilian Portuguese.
Example: ’^, ~ ...
I believe they are, “latin”, “Punctuation” ...
Thanks, greetings Brazilian.
Try other Google Web Fonts with Extended Latin.
@ wesleysoccer your site looks great!!!! can you tell me how you did that with the “learn more” button on the startsite?
that whould be very helpfull thanks
Add button in supersized.images.js
Example:{image : './images/slider/image1.jpg', title : 'Responsive Design <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<a class="button large slider" href="#">Button Name</a></div> ', thumb : '', url : ''},And add in style.css:.button.slider { font-family: 'Open Sans', sans-serif; }By the way, thanks for your quick response to my questions.
Here’s one more: is it possible to have links to external or new pages in the mobile drop menu rather than the #about etc.
Thanks
Use javascript.
Good example: http://i-code.co.uk/javascript/selectoptionmenu.php
You rock! I’ve been looking all morning for the solution, works like a charm.
Thanks
Nice template. Congrats! Good luck with your sales!
Sweet looking theme. Is there a way to have pages so this isn’t just a one page theme?
Sorry. It is one-page template. But you can duplicate index.html and change this.