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 Content List widget that displays content in a simple vertical stack.
<div class="axero-widget {{CustomCSSClass}} {{#if HideContainerBorder}}axero-widget-no-border{{/if}}"> {{#if ShowWidgetHeader}} <div class="axero-widget-header"> <h3>{{{WidgetTitle}}}</h3> </div> {{/if}} <div class="axero-widget-content axero-widget-content-padded"> <ul class="x-post"> {{#each Contents}} {{#if @first}} <li class="x-post-first clr"> <div class="x-post-first-media clr"> <a href="{{ContentURL}}" title="{{{Title}}}"> <img src="{{ContentImageURL}}" alt="{{{Title}}}"> </a> <div class="entry-cat-tag"> <a href="#" title="{{{ContentCategoryName}}}">{{{ContentCategoryName}}}</a> </div> </div> <h3 class="x-post-first-title"> <a href="{{ContentURL}}" title="{{{Title}}}">{{{Title}}}</a> </h3> <div class="x-post-first-counts"> <ul class="inline"> <li><i class="icon-calendar"></i> {{DatePublishedString}}</li> <li><i class="icon-eye-open"></i> {{PageViews}}</li> <li><i class="icon-comment"></i> {{CommentCount}}</li> </ul> </div> <p>{{{Summary}}}</p> </li> {{else}} <li class="x-post-other clr"> <a href="{{ContentURL}}" title="{{{Title}}}">{{{Title}}}</a> </li> {{/if}} {{/each}} </ul> </div> {{#if ShowWidgetFooter}} <div class="axero-widget-footer"> </div> {{/if}} </div>
/*Style for Vertical Stacked List template*/ .x-post{margin: 0;} .x-post li{list-style:none;} .x-post-first-title{margin: 0;line-height: normal;font-size: 20px;font-weight: 600;} .x-post-first-title a{color:inherit;} .x-post-first-media{position:relative;margin-bottom:15px;border-radius:4px;} .x-post-first-media a, .x-post-first-media img{display:block;border-radius:4px;} .x-post-first-counts{margin: 5px 0 0;} .x-post-first-counts ul.inline{font-size: .85em;opacity: 0.5;} .x-post-first-counts ul.inline li{padding: 0 10px 0 0;} .x-post-first-media img{width:100%;height:auto;} .x-post-first p{margin:5px 0 10px;} .x-post-other{list-style:none;} .x-post-other a{display: block;position: relative;border-top: 1px solid #efefef;padding: 10px 0 10px 0;color: inherit;font-weight: 500;} .entry-cat-tag{display:block;position:absolute;top:0;left:0;background:#000;padding:4px 6px;z-index:2;border-top-left-radius: 4px;border-bottom-right-radius: 4px;} .entry-cat-tag a{display:block;color:#fff!important;text-decoration:none;text-transform:uppercase;font-size:.769em;font-weight:500;letter-spacing:.25px;text-shadow:none;} .entry-cat-tag a:hover{color:#fff;text-decoration:underline;}
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/29688/vertical-stacked-list-template
Your session has expired. You are being logged out.