Popover not visible Issue

tlweb
tlweb
Offline
0
Hi,

I fixed almost all of my issues. Just one problem i can't seem to figure out is why the popover is not working.

When i click on an event in week/month view i get the gray overlay but nothing is displayed. I want to either display event info,

or other temp fix would be redirect to event page. But i can't seem to find where this is handled.

Kind regards,

Tom

Accepted Answer

Wednesday, April 11 2018, 09:41 AM - #Permalink
0
yes. in week view, for example, it would be in:

/components/com_calendarplanner/views/week/tmpl/default.php

at the end of the file, approx, you see the modal:

div id="newEvent"
The reply is currently minimized Show
Responses (3)
  • Accepted Answer

    Wednesday, April 11 2018, 09:15 AM - #Permalink
    0
    it seems like there's some CSS on the template that is interfiring with the modal box... can you send me FTP access?
    The reply is currently minimized Show
  • Accepted Answer

    tlweb
    tlweb
    Offline
    Wednesday, April 11 2018, 09:26 AM - #Permalink
    0
    Thanks for the hint. I found the issue. I just need to know where i can change the modal layout? It needs some altering to be bs3 compatible.

    Kind regards,

    Tom
    The reply is currently minimized Show
  • Accepted Answer

    tlweb
    tlweb
    Offline
    Wednesday, April 11 2018, 09:58 AM - #Permalink
    0
    Thanks for pointing me in the right direction! i got it fixed now. Removed hide from and added modal-dialog div. also removed some css from style.css that was messing with the bs3 styling.
    The reply is currently minimized Show
Your Reply