One widget object covered by other.

Hello,
I have a problem with The Event Calendar as a widget. I'm using two simple html fields and all is ok - all elements on widget are working properly. But when I add event list from that plugin, elements at the top doesn't work. I mean that I can't click any link on that. I tried with z-index but there is still the same. Maybe there is any issue in widget column?

Here is that site:

http://test-um.michalgosk.com/
login: bocam1
passowrd: IA*FCu)LSTg2bppr

And here you can see construction of widget

image

Comments

  • I would like to add that I chekced some others calendar widgets and still the same issue. I can't click any object above calendar on widget column. Could you help me, please?
    The active plugin on the site is Events Manager at this moment.
  • Hello,
    Do you mean this? http://prntscr.com/h2q74e
    It looks fine, am I missing something?
    thanks
  • Hello,
    Yes, I mean this one. It looks ok, but it doesn't work. You can't click any block there. Can you?
  • Anyway I found solution. Just replaced
     .widget {
        position: relative;
    }

    for:

     .widget {
        position: static;
    }

    and now it's ok

    Thanks.
Sign In or Register to comment.