Elaadmin BS Modal problem

Hey,
is there any fix to use the default bootstrap modal function with the elaadmin backend template?
Seems that bs modalbox and sidebar.js conflict each other.

Many thanks!

hi there

Can you tell me how to replicate your problem? please come back with the page url and steps to replicate the problem

Hi,
you can simply add the default bs modal box

<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
  Launch demo modal
</button>

<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
        ...
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
        <button type="button" class="btn btn-primary">Save changes</button>
      </div>
    </div>
  </div>
</div>

to one of the template sites. The Function conflicts with the script “sidebarmenu.js”.

hi

Can you post page URL?
Unfortunately, I can’t replicate this problem right now, I need to see it live

Hi,
you can reach the site here:
https://mauricenowak.de/elaadmin/

Problem: You can’t close the modal because of the conflict with sidebar.js

Hello?

Hey,
can you please help me?

Hi there

I can only send this ticket to our developers team :frowning: unfortunately i can’t provide any ETA