I think I can manage this by just editing the line in the card.php to display
, $entry->getNameBlock( array %city%
but i don’t know.. can you see if you can parse this (this is example)
echo '<div><h3 class="cn-accordion-item" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid; color:' , $atts['color'] , ';"><span class="cn-sprite' . $open . '" style="background-color: ' , $atts['color'] , ';"></span>' , $entry->getNameBlock( array( 'format' => $atts['name_format'] ) ) , '</h3></div><div style="float:none; padding-right: 20px; font-size:12px !important;">' . $entry->getAddSOMETHING'</div>';
Can you see if you can do anything with that? i want it to work really badly and it doesnt seem to be very complicated… :(
