• Hello

    We want to buy the pro version, but first we want to know if this is possible:

    1. hide register button if no email/website is entered.
    when email/website is entered show button

    2. Show the Past events in a diffrent color (maybe the pictures in grey)

    greetings

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Are you refering here booking form register button? In this case you have to write custom js script for submit button to check fields

    2. For this you can render the events list with conditional placeholder like

    {is_past}<div class="past-event">content</div>{/is_past} //event is in the past
    {is_future}content{/is_future}//event is in the future
    {is_current}content{/is_current}

    So you can style .past-events class accordingly

    Thread Starter cr0co

    (@cr0co)

    1. found a kb entry for it
    https://wp-eventmanager.com/knowledge-base/hide-show-registration-button/

    2. where i have to put this placeholders ?

    1.Seems you are referring to the wp event manager plugin and this is the events manager plugin. Please refer to this https://wp-events-plugin.com/ for documentation.

    2. The [events_list] shortcode will show events from the format at
    Events->settings-> fomatting -> Events -> Events page ->Default event list format section.
    You can add custom formatting there

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event register Button + Past Events other color’ is closed to new replies.