Hi Anna,
Thank you for your answer.
Well, I narrowed it done to the class modal in the bootstrap.css. Display is set to none and position to fixed.
.modal {
/*position:fixed;*/
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
I found were the solution can be found, but would this be the best solution for it you think? I am no code wizard..
#k2Container a.modal {
position:initial!important;
display: inline-block!important;
}
(A lot of details I know
, but if it is correct, maybe someone else can save some time when they experience the same thing)
Second problem I am having is that the front end editor of joomla doesn't seem to be working with this template. (tried protostar and that one works fine). But no icons appear with your template, sorry to say. Are you aware of this? Or is that one of the downsides of using this template? I really would like to have front end editing working, so I hope I am just missing something here
have a great day,
Kevin