04/29/2014 at 1:32 pm
#289696
Keymaster
@ Spinland
I’ll have to release an update to Tile Plus to address this… 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.
Hope that helps!