Thursday, 26 November 2015

CMS8 - need to add keywords and description fields to application items

CMS8 - need to add keywords and description fields to application items

Then the meta tag can pull this data through automatically

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

Wednesday, 11 February 2015

CMS8 Publishing bug

CMS8 Publishing bug

When changing images in a content page the page cache is not immediately updated, as it is for text fields and other fields

Thursday, 5 February 2015

CMS8 Page Meta form - improvements

CMS8 Page Meta form - improvements

The problem with this page is the "Update Meta Data" button, which does almost all the work. There is no signposting that this is what it does - the forms needs to be laid out better so that this is obvious.

Thursday, 22 January 2015

CMS8 refresh paths in applications is not refreshing sites paths

When creating a new application item that uses paths - when clicking "Refresh Paths" on the applications page, the new page is not in the paths list - resulting in a 404 page. This did not happen locally only remotely

Monday, 19 January 2015

CMS4 and CMS8 Links

Perhaps have a parameter that means that only the link itself gets rendered = rather than the whole shebang - if the link type is open then the output does this: [http://www.yahoo.co.uk" target="_blank] - so the templater would have to use double quotes OR ELSE
Already done for CMS8 - just add a 1 to the second tag int:

<CMSTAG.40.0.1.0>