K2 add item display twice in front end


Badge +1

Hello, 
I'm having this problem. I've finish my website some mounths ago. In that time everything seems to work perfectly. Today when I try to edit or add an item in front end I get the editor form display twice. 
Can anyone help me please? 
Thanks in advance, 
Nuno


3 replies

Badge +10

I am not 100% sure I follow what you are trying to do here.  "When you say when you try to edit or add an item" What are you referring to?  Can you provide more details...


 


Thanks

Badge +1

Hello chrisg,


 


My problem is when I'm login in front end instead of having the K2 editor I have two K2 editor at the same time and none is working.


Check the picture


Thanks,


Nuno Francisco


16068i8BCDDB328240C74A.jpg
Badge

change line 62 in the modal.css file. media/system/css/modal.css


.sbox-content-image#sbox-content {
overflow: visible;
}

 

to

 

.sbox-content-image#sbox-content {
overflow: hidden;
}

Reply