Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sergio De Falco

    (@sgr33n)

    Hi! Thanks for your report,

    I tried it but doesn’t happen to me. Could you paste the original post content in order to reproduce it?

    Thread Starter coallin

    (@coallin)

    thanks for the reply,here is the source code:

    <p>[nextpage title=”第1页”]</p>
    <p>this is the first page</p>
    <p>[nextpage title=”第2页”]</p>
    <p>this is the second page</p>
    <p>[nextpage title=”第3页”]</p>
    <p>this is the third page</p>

    and I found that if I remove the first <p></p> tag like this:

    [nextpage title=”第1页”]
    <p>this is the first page</p>
    <p>[nextpage title=”第2页”]</p>
    <p>this is the second page</p>
    <p>[nextpage title=”第3页”]</p>
    <p>this is the third page</p>

    and the problem solved. but in TinyMCE Advanced editor, the <p> tag will always be added automatically, this is really a serious problem for me. So I’ll be glad to see if you can fix this issue, thank you very much.

    Plugin Author Sergio De Falco

    (@sgr33n)

    Hi,

    Multipage plugin works without any <p> tag, maybe your editor plugin Adds automatically p tags with the autop function, you should check if it’s deactivable.

    Thread Starter coallin

    (@coallin)

    I’m sure in TinyMCE Advanced , auto p-tag is not deactivable.
    Seems I don’t have a choice…but still thanks a lot ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘the first page became blank when page title is Chinese’ is closed to new replies.