Friday, 24 April 2015

CMS8 Enhancement - Added Bootstrap style nav as a TOPNAV tag option:

Added Bootstrap style nav as a TOPNAV tag option:

<CMSTAG.105.2.0.0>

Third number switches Home on and off, as per the other TOPNAV tag options:

Puts out code like this:

<li class="dropdown">
    <a href="/about-us/">About us</a>
    <ul class="dropdown-menu">
        <li><a href="/about-us/our-heritage/">Our Heritage</a></li>
    </ul>
</li>
<li><a href="/investment-approach/">Investment approach</a></li>
<li class="active"><a href="/strategies/">Strategies</a></li>
<li><a href="/the-team/">The team</a></li>
<li class="dropdown">
    <a href="/media-and-insight/">Media and insight</a>
    <ul class="dropdown-menu">
        <li><a href="/media-and-insight/our-news/">Our news</a></li>
    </ul>
</li>
<li><a href="/contact-us/">Contact us</a></li>


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!