by David Anderson | Mar 8, 2016
Vantage has built in support for Meta Slider. Using the Vantage theme settings you can easily choose a Meta Slider slideshow to display on your homepage. Vantage slightly modifies the default output of Meta Slider to: Ensure the content within the slides lines up with...
by David Anderson | Jan 21, 2015
Recommended slideshow settings: Type: Flex Slider Width: 990 Height: 620 Stretch: On Arrows: On Navigation: Filmstrip Steps Go to Appearance > Editor. Select header.php from the right. Find: <div id=”content” class=”site-content”>...
by David Anderson | Aug 29, 2014
Recommended slideshow size: 1102 x 350. Go to Appearance > Editor. Select header.php from the right. Find (line 42): if ( is_singular() && Replace with: if ( is_front_page() ) { echo “” . do_shortcode(““) . “”; // replace...
by David Anderson | Aug 29, 2014
Recommended slideshow size: 1100 x 350. Go to Appearance > Editor. Select Theme Functions (functions.php) on the right. Find (very last line in file): ?> Add Above: function metaslider_output_header_slideshow() { echo do_shortcode(““); // replace 123 with...
by David Anderson | Aug 29, 2014
Recommended slideshow size: 950 x 390. Go to Appearance > Editor. Select front-page.php from the right. Find Lines 11-58: