Hi oigroig,
To hide the red “feedback” button on the right side,
“[FONT=”Courier New”]Templates/ja_teline_iii/layouts/blocks/footer.php[/FONT]” file delete the following code:
[PHP]<!– END: JA Voice Widget –>
<script type=”text/javascript” src=”http://template15.joomlart.com/ja_teline_iii_extra/components/com_javoice/asset/js/ja.widget.js”></script>
<script type=”text/javascript”>
JAV_Widget.show({
url: ‘http://template15.joomlart.com/ja_teline_iii_extra/’,
voicetypes:”,//null for all
forums: ”,//null for all, it may be number, alias, or title
number_voices:20,
alignment: ‘right’,
mode_display: ‘image2’, //image1 for horizontal, image2 for vertical, text for horizontal text
width : ‘520’,
height : ‘600’,
feedback_title : ‘Feedback’
})
</script>
<!– BEGIN: JA Voice Widget –>
[/PHP]