K2 add item problem

GK User
Sat Jul 09, 2011 7:26 pm
Hello,

i have problem when i want to add item to k2 via frontend:( Check picture that attached, anybody have idea about this problem?
User avatar
Junior Boarder

GK User
Sat Jul 09, 2011 9:48 pm
Hi

Please add this line on k2.css file.

Code: Select all
#sbox-window {z-index: 999999!important;position: absolute!important;top: 100%!important}


I will recommend this on next update.

Thank you for your report.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Jul 10, 2011 5:39 pm
Hello,

thank you for your replay but right code for this should be:

Code: Select all
#sbox-window {z-index: 999999!important;position: absolute!important;top: 50%!important}


because top:100% shows popup in middle of webpage and this show in top of webapage as should be - i think B)

Another tip is that in gk_stuff.css in line 220 there is also code

Code: Select all
#sbox-window { background-color: #fff!important; border-radius: 0!important; -moz-border-radius: 0!important; -webkit-border-radius: 0!important; padding: 20px!important; }


i have commented this line and know is working just fineB)
User avatar
Junior Boarder

GK User
Sun Jul 10, 2011 7:54 pm
Yeap you are probably right ;)
User avatar
Platinum Boarder


cron