Okay
  Public Ticket #349609
lightbox event plugin cuts off
Closed

Comments

  • Michelle started the conversation

    Hello. I am setting up the WP Events Plus plugin and running into issues with the lightbox popup getting cut off. If you scroll down on the calendar page (http://dc127.org/Events/) and then click on the test event (DC127 New Years Celebration), the event registration opens in a lightbox but it is positioned so that you cannot scroll down to the bottom to click the "Register" button. I asked the PlugIn developers and they said it was a conflict with the theme. Can you help?

  •  8,849
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    div#colorbox {
        top: 0px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Michelle replied

    Hi. The code worked until recently (maybe when WP Events Plus plugin was updated?). So we are back to the same issue on http://dc127.org/Events/. Double-checked and the code you gave is still in the Custom CSS box. Any ideas?

  •  8,849
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body {
        overflow: visible !important;
    }

    Thanks



    ThemeNectar Support Team