0 Error Content Channel Item since Upgrade 2 Dillan Cagnetta posted 8 Years Ago Hi Since the update to version 4, my content item which worked before has broke. Any advice is appreciated ERROR: There was a problem getting content... Show Details Additional text encountered after finished reading JSON content: ". Path '', line 5, position 2 <div class="row announcement-list"> {% for item in Items %} <div class="col-md-4 col-sm-6"> <div class="thumbnails thumbnail-style thumbnail-kenburn"> {% assign directUrl = item | Attribute:'DirectURL' %} {% if directUrl != empty -%} <a class="fancybox" data-rel="fancybox-button" title="{{ item.Title }}" href="{{ item | Attribute:'DirectURL' }}"> <div class="overflow-hidden"> <a class="img-responsive" title="item.Title" href="{{ item | Attribute:'DirectURL' }}"> {{ item.Image }} </a> <a class="btn-more hover-effect" href="#">read more +</a> </div> </a> {% else %} <a class="fancybox" data-rel="fancybox-button" title="{{ item.Title }}" href="{{ LinkedPages.DetailPage }}?Item={{ item.Id }}"> <div class="overflow-hidden"> <a class="img-responsive" title="item.Title" href="{{ LinkedPages.DetailPage }}?Item={{ item.Id }}"> {{ item.Image }} </a> <a class="btn-more hover-effect" href="#">read more +</a> </div> </a> {% endif %} </div> </div> {% capture breakNow %}{{ forloop.index | Modulo:3 }}{% endcapture %} {% if breakNow == 0 -%} </div> <div class="row announcement-list"> {% endif -%} {% endfor -%} </div>
Dillan Cagnetta 8 years ago Thanks so much Nick! that worked. Thanks Jay as well. you guys are just amazing