@ eve
I just released the bug fix release, 0.8.2. This should resolve the issues you had with Tile Plus. FYI, I will be releasing an update to Tile Plus, likely within a week which will address a few minor bugs as well as adding support for a few new features built in to Connections.
Oh, if the update does not show up for you, go to the WordPress Updates admin page and click the Check Again button.
The update to Tile Plus to address the tiling issue… basically the break occurs after first character change of the last name.
Here’s how you can fix it now without waiting for an update to Tile Plus:
Login to you site with FTP.
Navigate to the ../wp-content/uploads/ folder.
In that folder create a new folder named:
connections-templates
In the connections-templates folder create a folder named:
tile-plus
In tile-plus folder create a new file named:
tile-plus-custom.css
Edit that file so the contents are:
#cn-tile-plus .cn-list-section-head.cn-clear {
clear: none;
}
Save the file.
When you refresh the page, the tiles should appear correct.
