Bootstrap 3 with PageBuilder modal window issue

  • Updated

Using Bootstrap 3 on a PageBuilder page, if you add an Ektron control to the template and try to reference a modal window, the modal does not work.

This is caused by an execution order issue.

When you register Bootstrap 3 js, you should load it on page load instead of init. This lets bootstrap modal components load after Ektron js calls, preventing the conflict.