Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sudavar

    (@sudavar)

    Can you enable WP_DEBUG and paste a url, or send it to yury{at}codescar{dot}eu???

    In my dev site, there is nothing wrong. Give me some information to help you.

    Anonymous User 13302461

    (@anonymized-13302461)

    Thank for plugin.

    I had the same problem though.

    https://i57.tinypic.com/5v0vu0.png

    I havent used the shortcode since, I copied the code and pasted it in to a WYSIWYG widget plugin, also put the <script> and it works well. Can’t remember if it was my error or not but there was a < missing or extra, somewhere near the <audio src line – firefox said there was an error when I was viewing the source.

    <script type=’text/javascript’ src=’https://****.net/wp-content/plugins/codescar-radio-widget/radio-js.js?ver=4.1.1′></script&gt;
    <div class=”radio-widget”>
    <div class=”radio_block”>
    <audio src=”https://****&#8221; id=”radio_player”
    autoplay=”autoplay”>
    </audio>
    <div id=”radio_controls”>
    <div class=”radio_cube”>
    <button type=”button” id=”radio_play”>
    Pause </button>
    <button type=”button” id=”radio_mute”>Mute</button>
    </div>
    <div class=”radio_cube”>
    <input type=”range” id=”radio_volume” min=”0.1″ max=”1″ step=”0.1″
    value=”0.7″>
    </div>
    </div>
    </div>

    </div>

    Plugin Author Sudavar

    (@sudavar)

    New version fixes a small HTML error, correcting the problem you have.

    Please notify if not.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CodeStar breaks up Website’ is closed to new replies.