Skip to main content
Nintex Community Menu Bar

K2 add item display twice in front end

  • May 5, 2012
  • 3 replies
  • 26 views

Forum|alt.badge.img+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

Forum|alt.badge.img+10
  • Nintex Partner
  • May 7, 2012

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


Forum|alt.badge.img+1
  • Author
  • May 7, 2012

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

Forum|alt.badge.img
  • June 12, 2014

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;
}