CodeHunk
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
357
Purchases
Buyer Rating:
4.68 stars
4.68 average based on 56 ratings.
-
5 Star
4275%
-
4 Star
1119%
-
3 Star
23%
-
2 Star
11%
-
1 Star
00%
| Created | 3 January 11 |
| Last Update | 11 January 11 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PNG, Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
© All Rights Reserved CodeHunk -
Contact Envato Support


The landing page looks great !!! I also liked the Superlander landing page. What motivated me to buy both of your landing themes was reading the comments here and your fast and good support.
I will customize the living daylights out of this template
Thanks
Hey RickSpindler,
Thanks A Lot for the kind words. This is my work and I will continue doing the same.
Do let me know if you need any help.
Take care.
Hi Codehunk
Can you tell me what I need to do if I want to use foreign language chracters in the wording on the page? The current font does not supprt the foreign chracters.
Thanks
hi krzyzu,
thank you for purchasing land-o-mania…
Kindly send us an email from my profile page so that i can send you the proper javascript font files…
Take care….
Do you lose functionality of this template if I convert it to Wordpress? Will the flash gallery still work? Will the contact form work? Thanks very interested in both your templates to buy them soon!
Hi lucidwebcrew,
The functionality is not lost by any means. Image Galleries or Contact Forms or Everthing will work as described. Be sure that it is not a Wordpress Theme and just a HTML / CSS Landing Template and can be used by editing basic HTML in a Text Editor.
The Image Gallery is not a Flash gallery but a jQuery Gallery enhanced by prettyPhoto.
Do let me know if you need any other help.
Great landing page! Just purchased it, and have been very pleased with the results, but am having one problem. When I remove the table beneath “Why Choose Us?”, then click on any of the navigation (i.e. Features, Gallery, Testimonials, etc.), the page no longer stays static. What happens is the page drops down so that the navigation is near the bottom of the screen. I then need to scroll down to read more on that page. When clicking to navigate to another tab, the same thing happens.
I’ve spent hours on this and can’t figure out how to fix it and can use your help.
Thankis!
Hi Srounds,
The page is still static and has a default behavior. As there is no content below the tabbed content, by default the Tabbed navigation becomes the center of attraction and whenever a Link is clicked on the Tabbed Navigation, it points to the default tab rather than the tabbed content.
I have just found a fix for this, not very awesome but very good at certain extent. You can use it by following the instructions below:
1. Go to the /js/ directory and find out custom.js .
2. Find the following line of code:
$(“ul.tabnav li”).removeClass(“active”); //Remove any “active” class $(this).addClass(“active”); //Add “active” class to selected tab $(”.details-content”).hide(); //Hide all tab content
var activeTab = $(this).find(“a”).attr(“href”); //Find the href attribute value to identify the active tab + content $(activeTab).fadeIn(600); //Fade in the active ID content return false;
3. Insert $(‘html,body’).animate({scrollTop: $(“ul.tabnav li”).offset().top},’slow’);
between
$(activeTab).fadeIn(600); //Fade in the active ID content
&
return false;
4. Thats it… I hope it will work for you.
Do let me know if you need any other help.
Thank You. Take care.
Thank you for the quick response! I just tried what you suggested, so now when you click on any of the tabs, the page drops down a bit, then rises back to the top. Still too much animation with the page, and really need for for it to just not move like in the demo. Any other suggestions on what I might try?
Thanks again for your response and quick turn around!
Scott
Hi Srounds,
I understand your issue but there is no other fix. You will have to keep some content below the Tabbed widget in order to make it work the way you want to.
But I will make sure that I find a solution to this as soon as possible. I will keep you updated.
Take Care..
Does the form work upon installation? What has to be done if not?
Hi robanderson,
You get the Form Data to your Email Address. You will just need to edit the relevant files and replace it with your email address to make it work. Thats it.
Let me know if you need any other help.
Is there any way to retrieve the contact data?
Hi robanderson,
You get the Form Data to your Email Address. You will just need to edit the relevant files and replace it with your email address to make it work. Thats it.
Let me know if you need any other help.
Nice landing page, very nice.
Seems as if there is a bug in the jquery tabs portion in Chrome 10.0.648.114 beta for mac – The text overruns the boxes
You can see it here: http://www.obrhi.com/hawaii/landing/4/default/index-2.html
Any thoughts?
Runner2009
Hi runner2009,
Thank You for Purchasing Land-o-Mania and for the kind words.
I just checked out your website and didn’t seem to have any issues. It would be best if you kindly send me a screenshot of the Page where you are facing problems to my email address so that i can look at the exact problem.
Thanks Again, Let me know if you need any other help.
Take Care.
Yes, I sent you a PM with a link to four screen shots of the page using chrome for Mac – problem is in latest version and beta version of Chrome for Mac Here are the links again http://www.obrhi.com/hawaii/landing/issues/screen1.jpg http://www.obrhi.com/hawaii/landing/issues/screen2.jpg http://www.obrhi.com/hawaii/landing/issues/screen3.jpg http://www.obrhi.com/hawaii/landing/issues/screen4.jpg
They look great in any other browser
Hi runner2009,
I am still uncertain as why it doesn’t work in the Chrome for MAC as it is working perfectly fine for every other Leading Browser in every Platform.
I am still to Find a Fix for this and I will keep you updated.
Sorry for the Trouble.
Let me know if you need any other help.
Take Care.
Hi, Thanks for the great theme.
I have an issue with the tabbed widgets.
When I click on any of the tabs, it moves the page up, but the content is in the middle of the page, so, each time a tab is selected, half the content is not seen because it automatically anchors UP to the top of the page.
Any help would be appreciated, thanks.
Hi soph,
The page is still static and has a default behavior. As there is no content below the tabbed content, by default the Tabbed navigation becomes the center of attraction and whenever a Link is clicked on the Tabbed Navigation, it points to the default tab rather than the tabbed content.
I have just found a fix for this, not very awesome but very good at certain extent. You can use it by following the instructions below:
1. Go to the /js/ directory and find out custom.js .
2. Find the following line of code:
$(“ul.tabnav li”).removeClass(“active”); //Remove any “active” class $(this).addClass(“active”); //Add “active” class to selected tab $(”.details-content”).hide(); //Hide all tab content var activeTab = $(this).find(“a”).attr(“href”); //Find the href attribute value to identify the active tab + content $(activeTab).fadeIn(600); //Fade in the active ID content return false;
3. Insert $(‘html,body’).animate({scrollTop: $(“ul.tabnav li”).offset().top},’slow’); between
$(activeTab).fadeIn(600); //Fade in the active ID content & return false;
4. Thats it… I hope it will work for you.
Do let me know if you need any other help. Thank You. Take care.
Thanks for your prompt reply, unfortunately it doesn’t work.
Hey soph,
What problems exactly are you facing.?
Let me know if you need any other help.!
Hi again codehunk:
This works for me (and for any others attempting):
Place the above code in between
$(activeTab).fadeIn(600); //Fade in the active ID content AND return false; });
e.g.
$(activeTab).fadeIn(600); //Fade in the active ID content $(‘html,body’).animate({scrollTop: targetOffset}, 1000);
return false; });
Hi soph,
If you still get difficulties, then do inform me.
Take care.
Thanks, I have fixed it = themeforest didn’t put the whole code up (for others):
Instructions:
Place:
var targetOffset = $target.offset().top; $(‘html,body’).animate({scrollTop: targetOffset}, 1000);
in between
$(activeTab).fadeIn(600); //Fade in the active ID content
and
return false;
});
Hi soph,
Alright Thanks.
Take Care.
Hi again codehunk
For the life of me I have tried to add in another field in the quote form – “address”. I have amended custon.js and getquote.php and cannot get it to work. Is there anything I should know about before continuing to adjust and test.
It looks easy enough, but I am not having any luck.
thanks.
Hi soph,
Kindly email me from http://themeforest.net/user/codehunk so that I can elaborate you on the usage of the Forms.
Take Care.
Hi codehunk, managed to work it out, think I had been looking at code for too long.
Hello, Im trying to switch the layout so the video ‘offerslide’ is the right and the buttons ‘offerleft’ are on the right but the video seems to not aligned in the box, i tried everything but its still the same.
Hi Anoesis,
Send me the HTML Files to my Email Address where you have been facing problems.! I will solve it for you.!
Let me know if you need any other help.! Take Care.!
I sent you a link to download the files did you get that email?
Hi Anoesis,
I have received your Email, will reply back within 2 Days.
Sorry for the Delay.
Hey, great looking theme…but my email is not working…help!
Dear billyflowers,
Thank you for the Kind Words..
Please send me your Files to my Email Address, so that I can FIX it..
Let me know if you need any other help..
hi there.. when I install the theme, Wordpress says it’s broken.. What to do? I uploaded the main zip file.. Please your help. thanks
Hi hansrothem,
This is not a Wordpress Theme but a HTML / CSS Template.
You will need to edit the HTML and upload it to your Servers..
Let me know if you need any other help.
that helps a lot LOL
thanks!!
I just purchased this landing page. I have a question. Is it possible to setup the lightbox for the gallery to open a YouTube video instead of the images?
How can i do that?
Hi webfective,
Yes it works..! You just need to modify the a Tags and set the href parameter point to your Youtube / Vimeo Video. Thats all you have to do.
Are there included Layered PNG ? I work with Firework.
Hi webridder,
Sorry no Layered PNGs are provided.
Hello, is it possible to translate all elements in another language? Thanks, Luca
Hello lukeguitar,
Yes you can Translate it yourself according to your Usage.
There is no way to do it programmatically.
I’m having a problem with the Youtube video in the theme, when I change the source code with another video it still keeps showing the Envato marketplace video that you used in the page.
Is there anything else that needs to be changed in order to show the right youtube video?
This is really weird.. You just need to Copy/Paste the Youtube/Vimeo Link URL of your Video..
Let me know if you need any other help..