1 Star 0 Fork 0

xiaomlove / huajuan

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
sidebar-hero.php 1.05 KB
Copy Edit Raw Blame History
xiaomlove authored 2018-05-22 20:57 . init
<?php
/**
* Sidebar - hero setup.
*
* @package understrap
*/
?>
<?php if ( is_active_sidebar( 'hero' ) ) : ?>
<!-- ******************* The Hero Widget Area ******************* -->
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<?php dynamic_sidebar( 'hero' ); ?>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only"><?php esc_html_e( 'Previous', 'understrap' ); ?></span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only"><?php esc_html_e( 'Next', 'understrap' ); ?></span>
</a>
</div><!-- .carousel -->
<script>
jQuery( ".carousel-item" ).first().addClass( "active" );
</script>
<?php endif; ?>
1
https://gitee.com/xiaomlove/huajuan.git
git@gitee.com:xiaomlove/huajuan.git
xiaomlove
huajuan
huajuan
master

Search