Please enable JavaScript to use file uploader.
Our HR Space will have 10 subspaces, and rather than listing them with the "stacked list" template, (or the other 2 template options), we would like to view them the way I have articles displayed in the "Content List (Card Deck - 3 across)" template on our Product page. Is there a way a 'card deck template' can be applied to sub space listing? Thank you!
Hi Anna,
I added a Space List template called "Card Deck Spaces (3 Across)" to your site that displays spaces with the Card Deck (3 Across) design. A Space List widget using this template will look like this:
You can now use this template when you add a Space List widget to a page.
The full template code is below.
<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="thumbnails ax-magazine-hero three-across"> {{#each Contents}} <li class="span4"> <div class="thumbnail"> <a href="{{SpaceURL}}"><img src="{{SpaceImageURL}}" style="width:100%;" alt="{{{SpaceName}}}" /></a> <div class="hero-overlay"> <h4><a title="{{{trim SpaceName ../TitleCharacterLength}}}" href="{{SpaceURL}}">{{{trim SpaceName ../TitleCharacterLength}}}</a></h4> <p class="description">{{{trim Description ../SummaryCharacterLength}}}</p> </div> </div> </li> {{/each}} </ul> </div> {{#if ShowWidgetFooter}} <div class="axero-widget-footer"> {{{FooterHTML}}} <a class="small hide" href="#">{{Resources.GlobalAllSmallText}} <i class="icon-double-angle-right"></i></a> </div> {{/if}} </div>
Grace
Perfect!! Thank you very much
Choose a location
Forum :