Custom Modal Help
Design and Skin Customization
Thanks Brian. Was there in change in JR6? This was working in JR5.
ok that leaves me trying to figure out the other step mentioned by Michael. Any suggestions would be appreciated
Uncaught TypeError: Cannot read property '1' of null
at g (verifyc.js:42)
at verifyc.js:42
visit.js:48 Uncaught TypeError: Cannot read property '1' of null
at g (https://tps30.doubleverify.com/visit.js?ctx=2809196&cmp=744087&ipos=&sid=45…rver=55&bridua=3&tstype=128&jsCallback=dvCallback_1484578422084873:48:4034)
at https://tps30.doubleverify.com/visit.js?ctx=2809196&cmp=744087&ipos=&sid=45…rver=55&bridua=3&tstype=128&jsCallback=dvCallback_1484578422084873:48:3928
<a onclick="MixAP_modal('#{$item._item_id}')" title="Reviews For {$item.audio_title}">{jrCore_icon icon="pen"}</a>
<div class="modal" id="{$item._item_id}" style="display: none">
<div style="padding: 1em 1em 0">
<h2>Reviews For {$item.audio_title}</h2>
<div style="float: right;">
{jrCore_icon icon="close" size="22" class='simplemodal-close'}
</div>
</div>
<div class="wrap">
<div style="max-height: 400px; overflow: auto">
{jrComment_form module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}
</div>
</div>
</div>