Over the past few month’s we have deployed a couple of new landing pages using the Instapage platform that integrates seamlessly and easily with WordPress in under 60 secs.
Our results have been fantastic, as we have been able to get many new leads and the highest conversion rates that we have ever seen.
Our favorite features are the easy to use page builder/editor and the mobile optimization capabilities.
]]>I have a Simone theme that Im making a childtheme of as a one-page page following the Lander tutorial in Lynda.com.
When I add the javascript to the responsive menu and everything looks good in the laptop wiev. (code below)
But in a smaller window with the “burger” menu it scrolls to far. Do I need to write a media query in the function-code? Or where to change this?
$(‘html,body’).animate({
scrollTop: (target.offset().top – 80)
}, 1000);
It doesn’t occur on the blog page, but after clicking “Read More” and then going to the post page, the content shifts and covers the author and post date information.
Suggestions?
]]>