01/27/2016 at 9:21 am
#362654
Keymaster
@ Alex
re: how do i get the title on top of the contact info instead of below the image?
You need to move this line to where you want the title.
if ( $atts['show_title'] ) $entry->getTitleBlock();
Now, if you mean the entry name, then it is this line:
<div style="font-size:larger;font-variant: small-caps"><strong><?php echo $entry->getNameBlock( array( 'format' => $atts['name_format'] ) ); ?></strong></div>
re: how do i have the tile capitalized instead of have in uppercase/
Remove this from the line of code above:
style="font-size:larger;font-variant: small-caps"
Hope that helps.
ps, you are making these changes using template override files, right? That is important because you will lose any changes when you updated Connections.
