• Resolved steplab

    (@steplab)


    Hi,
    inside the backend, when I edit/insert a event,
    how to always show at the same time the 4 blocks of details of the event (like plugin 1.10.5 version do)?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @steplab,

    There is no way currently to set default values in your “Add Event” section. You can submit a feature request for, this on our Ideas page for our Developmen Team to consider adding to the calendar:

    https://ideas.timme.ly

    Thread Starter steplab

    (@steplab)

    I resolved editing the plugin, to start showing panels, edit:
    all-in-one-event-calendar\public\admin\add_new_event_meta_box.php Row 10:
    <?php echo 'ai1ec-overflow-visible';//ORIGINAL:echo 0 === $i ? 'ai1ec-overflow-visible' : '' ?>">
    \all-in-one-event-calendar\public\admin\box_event_children.php
    \all-in-one-event-calendar\public\admin\box_event_contact.php
    \all-in-one-event-calendar\public\admin\box_event_cost.php
    \all-in-one-event-calendar\public\admin\box_event_location.php
    \all-in-one-event-calendar\public\admin\box_time_and_date.php

    into the block with panel class approximately
    row 10:
    <div id="ai1ec-event-*****" class="ai1ec-panel-collapse ai1ec-collapse" >

    added the class “ai1ec-in”:
    <div id="ai1ec-event-*****" class="ai1ec-panel-collapse ai1ec-collapse ai1ec-in">

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insert/Edit Event details’ is closed to new replies.