Edit: Problem appears in the Backend
I have successfully created a modal which contains a form to add elements BUT if i use the Modal Code from here inside a view (Custom HTML) Element it renders it like attached. Can someone Please give me a Hint what i can do? Is it because of an old version of semantic ui?
Other Question: The Joomla! integrated Bootstrap Solution is also not working (at all) when used on a Chronoconnectivity Event Page is this already known?
Bootstrap Example Code (no effect on click)
and the Close Icon are missplaced (think because of the Wide Content)
I've tried a couple of things but when i use the Original Structure Infos from Semantic UI it looks like you see below:

I have successfully created a modal which contains a form to add elements BUT if i use the Modal Code from here inside a view (Custom HTML) Element it renders it like attached. Can someone Please give me a Hint what i can do? Is it because of an old version of semantic ui?
Other Question: The Joomla! integrated Bootstrap Solution is also not working (at all) when used on a Chronoconnectivity Event Page is this already known?
Bootstrap Example Code (no effect on click)
<?phpAnd the Semantic ui Modal as Screenshots attached.
$modal_params = array();
$modal_params['title'] = 'This is the title';
$modal_params['backdrop'] = "false";
$modal_params['footer'] = '<p>This is the footer.</p>';
$body = '<div><div>Something</div><p>An image and some text.</p></div>';
?>
<a href="#myModal" class="btn" data-toggle="modal"> Click here to see my image with a caption.</a>
<?php echo JHTML::_('bootstrap.renderModal', 'myModal', $modal_params, $body); ?>
- The Content Section is to wide,
- the height of the Select Dropdown is too large
- and the Close Icon are missplaced (think because of the Wide Content)
and the Close Icon are missplaced (think because of the Wide Content)
I've tried a couple of things but when i use the Original Structure Infos from Semantic UI it looks like you see below:

