• Resolved Mike

    (@mike_vl)


    Hi,

    I’m kind of stumped. No matter what I do the plugin renders the shortcode as below.

    As you can see there is a break inserted. When I check the templates/code (php) I do notice that there a linebreaks in the source. I’ve tried editing them out but somehow without result.

    Source dbschema.php

    <div id = "yop-poll-question-%POLL-ID%-%QUESTION-ID%"
                 class = "yop-poll-question-%POLL-ID%">%POLL-QUESTION%</div>

    Source rendered html

    <div id="yop-poll-question-1_yp5551179c6c392-1" <br="">
                 class = “yop-poll-question-1_yp5551179c6c392″> The text of Question one?</div>

    https://wordpress.org/plugins/yop-poll/

Viewing 1 replies (of 1 total)
  • Thread Starter Mike

    (@mike_vl)

    I’ve elected to use another plugin. The YOPP version I was using was unstable on different environments. (worked on a few, did not work on a few others)

Viewing 1 replies (of 1 total)
  • The topic ‘code broken?’ is closed to new replies.