Tuesday, 26 May 2015

CMS8 - bug when using live and staging sites

CMS8 - bug when using live and staging sites

When you update a page it only refreshes the page cache for the live site - NOT the staging site. Both caches need to be touched for correct operation

Tuesday, 19 May 2015

CMS8 Published 404 page - BUG

CMS8 Published 404 page

Bug - when you have live and staging sites it is not publishing the staging one, only the live one

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!

Tuesday, 17 March 2015

Bug in CMS8

Bug in CMS8  - Today i found an application items content where there were two sets of german content - with the same attributes - i had to delete one set of content rows !! (Different IDS obviously)

Monday, 16 March 2015

Bug in CMS8

Bug in CMS8

CMS8 allows you to create identical path application items - there needs to be a check and then add "-YYMMDD" on the end to the new conflicted one

Friday, 6 March 2015

Bug in CMS8

When  creating a new application item, the path cache is not automatically updated to reflect the new item. Even though i have added the correct code when adding the new item - this needs looking at - it should work but it does not