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

    (@cristopher-dino)

    Hi aussiedude,

    Thank you for using my plugin. For your concern. You need to use “Text” tab on post editor and apply line break HTML tags(
    ) instead of “Visual” tab.

    If you liked the plugin, i appreciate if you could give it a rate.

    Thread Starter aussiedude

    (@aussiedude)

    Thanks, that worked. I was hoping to avoid that since there may be less technical folks updating the songs.

    Line 159 in /inc/shortcode_class.php should go like this:

    $item = apply_filters( 'the_content', get_the_content() );

    in order to apply the complete html tags. Otherwise <p> tags will be stripped away and the pdf does not have line breaks.

    So you don’t need to add line breaks. WordPress adds them automatically. See here:
    https://wordpress.stackexchange.com/questions/32716/how-to-force-p-insertion-in-editor

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formatting question’ is closed to new replies.