Friday, 24 April 2015

CMS8 Enhancements (2)

1 Added two new subtemplate tags


41 and 42

41 allows you to accomodate html like this, that has links that surround other editable elements:



<a href="#" class="overlay-image-link">
      <div class="overlay-image">
            <div class="overlay">Partnership Approach</div>
            <img src="img/overlay-2.png" class="overlay-img" />
            <img src="img/tmpgfx.jpg" class="img-responsive">
      </div>
      <p>Partnership is at the heart of how we behave. The Pemberton Team are entrepreneurs and have a proven track-record of building credit businesses in a collegial and team-oriented manner.</p> </a>

 This would transform into this as a subtemplate:

<CMSTAG.41.0.0.overlay-image-link>
    <div class="overlay-image">


          <div class="overlay"><CMSTAG.1.0.0.0></div>
          <img src="img/overlay-2.png" class="overlay-img" />
          <CMSTAG.22.300.200.0>
     </div>
     <CMSTAG.5.0.0.0>
<CMSTAG.42.0.0.0>

2 Allowed [ASSETSSITE]in subtemplates - Yeh Hey!

No comments:

Post a Comment