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>
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!
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
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
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.
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.
Subscribe to:
Posts (Atom)