Okay
  Public Ticket #1660965
Need a custom link for adding events on the front-end.
Closed

Comments

  • San Aung started the conversation

    Hello, it is quite difficult to locate the 'Add an Event' in the calendar. Can we create a separate page with a shortcode to create an event? If not, would you have an alternative solution? Please let me know. Thanks. 

  •  799
    Zhivko replied

    Hi,

    You can use the shortcode [stachethemes_ec_create_form] to display the create event form separately.


    Stachethemes Developer

  • San Aung replied

    Thank you so much. This shortcode works! Another issue I am having is the ability to create a ticket on the front end within the event form. Is there a solution to do so?

  •  799
    Zhivko replied

    Sorry, tickets can be created only from the back-end at this point.


    Stachethemes Developer

  • San Aung replied

    Okay thank you. 

  • San Aung replied

    How do I remove this button at the top of the user submission event page? It does not do anything when clicked and is not necessary for the front-end submission page. Please see attached. 

  •  799
    Zhivko replied

    Add this css to your stylesheet:


    .stec-create-form .stec-event-create-form-preview {
      display: none !important;
    }



    Stachethemes Developer

  • San Aung replied

    Thank you, it worked!