Often you will want to have a footer on landing pages. And if you have a video or image background on that page you will probably want the footer to be less obtrusive. You also may want less information or different information in that footer. Pre-Requisite – A Footer Plugin For this tutorial you will…More
How To Hide The Footer On Landing Pages
With earlier versions of the Footer Putter plugin you needed to use the Widget Logic plugin to hide the footer widgets on landing pages. This involved typing in specific PHP which evaluated to true if the page is not a landing page: [php] !is_page(‘landing_page.php’) [/php] Footer Widget Visibility Now, it is a lot easier, you…More
How To Add A Mobile Responsive Background Image To A Landing Page
The demo squeeze page shown below uses the backstretch jQuery script to make the background image of the page mobile responsive. The image is not in fact a background image in CSS terms but is a foreground image that it placed in the background. And by virtue of being a foreground image it will resize…More