Okay
  Public Ticket #2696560
Event view
Closed

Comments

  • Greg started the conversation

    Is it possible for the event box to be opened (css class:am-active) when the page with the shortcode [ameliaevents event=1 tag='Live Webinar'] is loading.

    Or can I have a page with a single event without the use of the box?


  • [deleted] replied

    Hello Greg, 

    Thank you for your purchase and apologies for replying a bit later, we don't work on weekends.

    If you are referring to the event being open without clicking on it first , there isn't an option for that with Amelia's built-in features, unfortunately , but you can try adding this custom HTML to the page where you have Amelia: 

    <style>
    .am-event div:nth-child(2):not(.am-event-book-cta):not(.el-form-item):not(.am-event-sub-info):not(.el-select-dropdown):not(#am-spinner):not(.paypal-button) {display: block !important;}
    .am-event .am-event-data .am-event-info .am-event-sub-info div:nth-child(2) {display: inline-block !important;}
    </style>
    


    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.


  • Greg replied

    The custom style did the job.

    Thank you very much.

  • [deleted] replied

    Glad to see that, thank you for letting me know. 

    You are welcome!

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.