Carousel Slider Image Not Showing
-
I am trying to use a Carousel Slider in a Header Widget in my Child Theme. I would like to replace the original photos with my own photos. I have tried to use the Appearance/Widgets/Header1 – Div Container to change the image name to my own…but it is not working.
I have uploaded my /slider_img_Business.jpg to the wordpress1/wp-content/themes/evolve-child/library/media/images/slider Folder.
I have changed:
<img src=’https://03c8c57.netsolhost.com/wordpress1/wp-content/themes/evolve/library/media/images/slider/slider_img_01.jpg’ alt=” />
<div class=’carousel-caption’>
To:
<img src=’https://03c8c57.netsolhost.com/wordpress1/wp-content/themes/evolve/library/media/images/slider/slider__img_Business.jpg’ alt=” />
<div class=’carousel-caption’>Entire Div in Container:
<div id=’myCarousel’ class=’carousel slide’ data-ride=’carousel’>
<ol class=’carousel-indicators’>
<li data-target=’#myCarousel’ data-slide-to=’0′ class=’active’>
<li data-target=’#myCarousel’ data-slide-to=’1′>
<li data-target=’#myCarousel’ data-slide-to=’2′>
<li data-target=’#myCarousel’ data-slide-to=’3′><div class=’carousel-inner’>
<div class=’item active’>
<img src=’https://03c8c57.netsolhost.com/wordpress1/wp-content/themes/evolve/library/media/images/slider/slider__img_Business.jpg’ alt=” />
<div class=’carousel-caption’>
<h4>Built-in Bootstrap Elements and Font Awesome let you do amazing things with your website</h4>
</div>
</div><div class=’item’>
<img src=’https://03c8c57.netsolhost.com/wordpress1/wp-content/themes/evolve/library/media/images/slider/slider_img_02.jpg’ alt=” />
<div class=’carousel-caption’>
<h4>Easy to use control panel with a lot of options</h4>
</div>
</div><div class=’item’>
<img src=’https://03c8c57.netsolhost.com/wordpress1/wp-content/themes/evolve/library/media/images/slider/slider_img_03.jpg’ alt=” />
<div class=’carousel-caption’>
<h4>Fully responsive theme for any device</h4>
</div>
</div><div class=’item’>
<img src=’https://03c8c57.netsolhost.com/wordpress1/wp-content/themes/evolve/library/media/images/slider/slider_img_04.jpg’ alt=” />
<div class=’carousel-caption’>
<h4>Unlimited color schemes</h4>
</div>
</div></div><!–/.carousel-inner–>
<img src=’https://03c8c57.netsolhost.com/wordpress1/wp-content/themes/evolve/library/media/images/left-ar.png’ />
<img src=’https://03c8c57.netsolhost.com/wordpress1/wp-content/themes/evolve/library/media/images/right-ar.png’ />
</div><!–/#myCarousel–>
- The topic ‘Carousel Slider Image Not Showing’ is closed to new replies.