Tip: Full screen background slider
-
Topic
-
This is cool… Sometimes it’s a nice “Wow” effect going to a site and seeing a full screen image slider on the home page. Below is an image link showing an example using Alyeska and the “Background Manager” plugin (http://wordpress.org/extend/plugins/background-manager/).
http://picturestack.com/504/660/TL5themesuggboRR.jpg
The CSS below can be placed in Theme Options > Style > Custom CSS. It does 2 things: 1) it removes the Alyeska background image which must be done, and 2) it also pushes down the page content (home page only) starting at the menu bar, leaving the header branding at the top. All other pages display in their normal position, with the background displayed around them.
/*if using background slider then hide tb bg and push down home pg*/ #wrapper {background-image: none} .home #branding #header_content {height:600px}
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.