Template Errors
Design and Skin Customization
Most likely one of the blog entries, or artist entries, has HTML in it that is breaking the layout.
The first 4 pages from this link:
https://www.r-m-n.com/artists/by_newest , the layout is messed up, but every page after that isn't. It's the same for this link:
https://www.r-m-n.com/site_blogs , the first two pages are messed up, but after that they aren't.
Give this a try, in your artists_row.tpl, find this:
{if strlen($item.profile_bio) > 150}{$item.profile_bio|jrCore_format_string:$item.profile_quota_id|truncate:150:"...":false}{else}{$item.profile_bio|jrCore_format_string:$item.profile_quota_id}{/if}
and change it to this:
{$item.profile_bio|jrCore_format_string:$item.profile_quota_id:null:nl2br|truncate:150:"...":false}
And let me know if that fixes the artists page. If so, I'll get a fix in for those pages.
Thanks!
updated by @douglas: 11/03/15 01:26:42AM