embed issues
Using Jamroom
This has been fixed in the latest Audio module and on your site izhmel.
<script type="text/javascript">
$(document).ready(function(){
jrSkinInit();
});
</script>
<script type="text/javascript">
$(document).ready(function(){
jrLoad('#sm',core_system_url +'/index_artists');
jrLoad('#top_artists',core_system_url +'/top_artists');
jrLoad('#top_songs',core_system_url +'/top_songs');
jrSetActive('#default');
});
</script>
{if isset($option) && $option != 'all'}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="_user_id = 1" search2="blog_category = `$option`" search3="profile_id != 30'" template="blogs_row.tpl"}
{else}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="blog_category not_in about,news,welcome,latest,featured,exclusive" search2="profile_id != 30" template="blogs_row.tpl"}
{/if}
{if isset($option) && $option != 'all'}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="_user_id = 1" search2="blog_category = `$option`" template="blogs_row.tpl"}
{else}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="blog_category not_in about,news,welcome,latest,featured,exclusive" search2="profile_id != 30" template="blogs_row.tpl"}
{/if}
search2="profile_id != 30"