04/29/2015 at 5:46 pm
#332933
Participant
This was all working great then connections had an update now I have the following The contact name block repeating: http://ashiww.personalseo.com/snohomish/ I have tried removed and replacing the code above (and even editing) and it duplicates the contact name block
echo ‘
<h3 class=”cn-accordion-item” data-div-id=”cn-detail-‘ , $uuid , ‘”‘ , ‘ style=”border-bottom: ‘ , $atts[‘color’] , ‘ 1px solid; color:’ , $atts[‘color’] , ‘;”>‘ , $entry->getNameBlock( array( ‘format’ => $atts[‘name_format’])) .”.$entry->getContactNameBlock().”.$entry->getPhoneNumberBlock( array( ‘limit’=> 1 ) ),'</h3>
‘;
This was my working code before the update:
echo '<h3 class="cn-accordion-item" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid; color:' , $atts['color'] , ';">' , $entry->getNameBlock( array( 'format' => $atts['name_format'])) .''.'' . $entry->getContactNameBlock() .' '.$entry->getPhoneNumberBlock( array( 'limit'=> 1 ) ),'</h3>';
-
This reply was modified 7 years, 9 months ago by
Tim Emineth.
-
This reply was modified 7 years, 6 months ago by
Steven Zahm.