I think this is a great module, but I am having issues pulling up a view inside of a modal. I have D7 with Bootstrap 3 theme. I am not sure exactly what "On Booststrap 3.x remote content is loaded into .modal div. That means that the content must carry all the modal classes: dialog, content, header, body and content." means. Could anyone please assist?

Thanks!

Comments

hatuhay’s picture

In practical terms means that in 99% of the cases you have put the trigger class in both admin boxes.
The first one to actually declare the trigger class.
The second one to make TBM to take care of all formating around the content you are loading.
If you do not declare the class on the second admin box, your callback must carry all modal header and footer HTML as from bootstrap 3.x when you load it with ajax, the content loaded is inserted on the outer div, overriting not only the content div but all.

hatuhay’s picture

Status: Active » Closed (works as designed)