Okay
  Public Ticket #2963703
incompatible
Closed

Comments

  • 洧齊 started the conversation

    Hello, I have installed the flatsome theme and found that there is a conflict with the events of the plug-in Amelia, please help me solve it so that I don't need to change the theme.


    I use Elementor for layout configuration and add a new segment to place the Amelia events shortcode, but the layout is completely occupied by Amelia events during the preview. How can I solve it?

    https://canonrice.com/

  • [deleted] replied

    Hello

    Thank you for reaching out to us.

    Please add this CSS to the booking page with Events:

    1. 

    .lightbox {
      display: unset !important;}

    2. 

    .lightbox
    {position: inherit !important;}

    3. 

    .amelia-app-booking #am-events-booking .am-event-list .am-event .am-event-details .am-event-photos .lightbox {
        position: fixed !important;
        display: flex !important;}

    Hope that will help.