nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

Support for FastWiki plugin #53

Closed kjumybit closed 8 months ago

kjumybit commented 8 months ago

Hello,

the FastWiki plugin provides inline editing & preview of page sections. It seams, that the mikio template and the FastWiki plugin are not compatible to each other.

When switching to the edit mode of a section the browser page is grayed out and a small popup should be shown. The JavaScript console shows an error:

Uncaught TypeError: m_showRow is undefined

Please check, if there is some addition bootstrapping required as documented here:

System setup:

Additional Plugins:

Thanks

nomadjimbob commented 8 months ago

Thank you for reporting this. I have now fixed this in my test environment and will set up a similar environment as yours and double check that it resolves the problem.