However, I had an artist who had songs but no videos. Her half size video category was still showing, but by itself with nothing to the right. Songs were full page.
So I rewrote the code to this, and it fixed it. Hey, you guys are turning me into a programmer lol
{* Latest Music and Latest Videos Row *}
<div class="row">
<div class="{if $profile_jrVideo_item_count > 0}col6{else}col12 last{/if}">
{if $profile_jrAudio_item_count > 0}<div class="block">
{jrCore_include template="profile_index_music.tpl"}{else} {/if}
</div>
</div>
<div class="{if $profile_jrAudio_item_count > 0}col6{else}col12 last{/if}">
{if $profile_jrVideo_item_count > 0}<div class="block">
{jrCore_include template="profile_index_video.tpl"}{else} {/if}
</div>
</div>
</div>
--
Ken Rich
indiegospel.net
updated by @ken-rich: 07/09/16 09:21:02AM