File: /var/www/dhoistage.concertium.com/wp-content/themes/vantage/slider/demo.php
<div class="flexslider" id="metaslider-demo">
<ul class="slides">
<li>
<div class="content">
<img src="<?php echo get_template_directory_uri() ?>/slider/backgrounds/slide-responsive-overlay.png" width="1080" height="420" alt="<?php esc_attr_e('Demo Slide', 'vantage') ?>" />
</div>
<img src="<?php echo get_template_directory_uri() ?>/slider/backgrounds/slide-4.jpg" class="ms-default-image" width="1080" height="420" alt="<?php esc_attr_e('Demo Slide', 'vantage') ?>" />
</li>
<li>
<div class="content">
<img src="<?php echo get_template_directory_uri() ?>/slider/backgrounds/slide-plugins-overlay.png" width="1080" height="420" alt="<?php esc_attr_e('Demo Slide', 'vantage') ?>" />
</div>
<img src="<?php echo get_template_directory_uri() ?>/slider/backgrounds/slide-1.jpg" class="ms-default-image" width="1080" height="420" alt="<?php esc_attr_e('Demo Slide', 'vantage') ?>" />
</li>
</ul>
</div>