@franksfc maybe you are using classic editor on localhost and on product you are using block-editor? Anyways, are you using twentytwenty theme?
I need to investigate this issue for you, so kindly help me to reproduce this error on my end.
@fahadmahmood I’m using the twentytwenty theme. The screenshot above is with the classic editor.
The wordpress version 5.3.2
The jQuery version is 1.12.4
TinyMCE version majorVersion: “4”, minorVersion: “9.6”
@franksfc see this, how to add page break in block editor https://www.youtube.com/watch?v=NuJYjlrYzFo
People were facing problems using <!–nextpart–>/ <!–nextpage–> as you can see: https://ww.wp.xz.cn/support/topic/ajax-posts-not-working-consistantly/, which appeared as clicking on yellow button in classic editor like this https://prnt.sc/tgmqd6.
So, we will not work on backward compatibility. If you want to use TinyMCE then download older version which has <!– next-part –> / <!– next-page –> shortcodes. New version is compatible with block editor.
@raissufyan Thank you. I managed to fix it by changing some files on my end. The code that was loading the page break button on the editor was not being executed. So i forced that code to execute and fixed the problem.
Also, i found an issue on the latest version of the plugin, maybe it’s related to my first issue. When i navigated from the last page and reached the first page, the “previous” button got duplicated. I fixed this on my end as well.