Axero's US team will be attending its annual summit from October 7 to October 10, 2024. During this time, we will continue to provide support through private cases, though there may be a slight delay in response times. We appreciate your understanding and patience.
Create a template for the Navigation Widget that displays links in a modern and clean carousel. You can use the Navigation widget to link to specific content, personal tools, external pages, and more.
<div class="item {{CustomCSSClass}}"> <a href="{{Contents.URL}}"> <div class="media"> <img alt="{{{WidgetTitle}}}" src="{{Contents.ForegroundImageURL}}" /> </div> <div class="carousel-caption"> <div class="carousel-caption-inner"> {{#if ShowWidgetHeader}}<h4>{{{WidgetTitle}}}</h4>{{/if}} <span class="xs-learn-more">{{{Resources.LearnMoreText}}}</span> </div> </div> </a> </div>
<div class="axero-widget axero-widget-carousel-banner-navigation axero-widget-hide-header axero-widget-no-border"> <div class="axero-widget-content"> <div class="carousel carousel-fade slide" id="myCarousel-{{WidgetID}}"> <ol class="carousel-indicators hide"></ol> <div class="carousel-inner"> {{{Contents.ChildWidgetHTML}}} </div> <a class="left carousel-control" href="#myCarousel-{{WidgetID}}" data-slide="prev">‹</a> <a class="right carousel-control" href="#myCarousel-{{WidgetID}}" data-slide="next">›</a> </div> <script type="text/javascript"> jQuery(function() { var html = '', carouselSelector = '#myCarousel-{{WidgetID}}', items = jQuery(carouselSelector).find('div.item'), carouselIndicators = jQuery(carouselSelector).find('ol.carousel-indicators'); for (var i = 0, len = items.length; i < len; i++) { html = html + '<li data-target="' + carouselSelector + '" data-slide-to="' + i + '"></li>'; } carouselIndicators.html(html); carouselIndicators.find('li:eq(0)').addClass('active'); jQuery(carouselSelector).find('div.item:eq(0)').addClass('active'); jQuery(carouselSelector).carousel({ interval: 10000 }); }); </script> </div> </div>
/*Styles for Carousel Banner Navigation*/ .axero-widget-carousel-banner-navigation .media { max-width: 30%; } .axero-widget-carousel-banner-navigation img { float: left; height: 150px; margin-top: 0% !important; object-fit: cover; } .axero-widget-carousel-banner-navigation .carousel .carousel-inner>.item .carousel-caption { background: none; margin-left: 30%; padding: 5% 2%; } .axero-widget-carousel-banner-navigation .carousel .carousel-inner>.item .carousel-caption h4 { text-shadow: none; font-size: 19px; line-height: 1.19048; font-weight: 600; color: black; } .axero-widget-carousel-banner-navigation .xs-learn-more { color: black; } .axero-widget-carousel-banner-navigation .item { background: white; height: 150px } .axero-widget-carousel-banner-navigation .carousel .carousel-control { opacity: .6; top: 60px; } .axero-widget-carousel-banner-navigation .xs-learn-more:after { font-family: var(--font-icon-family); content: "\f054"; margin-left: 5px; font-weight: 900; font-size: 10px; } /*End styles for Carousel Banner Navigation*/
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/81568/carousel-banner-navigation-template
Your session has expired. You are being logged out.