Okay
  Public Ticket #1962478
Date Format & SEO & GDPR
Closed

Comments

  • StephFief started the conversation

    Hi at Stachthemes, i am having a couple of issues

    1. Date Format

    In the german language dates show like this:
    23. Oktober 2019 12.00–13.00

    In the Grid view as well as in the Booking form the dates are mixed around
    and show like 2019-05-20 

    How can i change this? (I chose the right format in the settings)

    2. SEO single Event
    How can I SEO optimize the single events?

    3. Widget
    I tried  couple of shortcodes for Widgets in the Sidebar. But they do not work.
    I would want a list with images of the next 3 upcoming events in the sidebar.

    The next couple of things are probably feature requests but maybe already achievable?:
    - Save as drafts
    - Open Street Map (because of GDPR)
    - Show how many tickets left

    thank you 

    Steph

  •  779
    Zhivko replied

    Hi,

    Sorry for the delayed response.

    1. Booking date fix:

    Open file \stachethemes_event_calendar\front\js\adds\booking.js 

    replace line 43 from:

    $('<option value="' + date.format('YYYY-MM-DD') + '">' + date.format('YYYY-MM-DD') + '</option>')

    to:

    $('<option value="' + date.format('YYYY-MM-DD') + '">' + data.helper.beautifyTimespan(date, null, 1) + '</option>')
    

    This fix will be included in the next update.

    Could you provide me with screenshot of the grid view because I don't seem to have problems on my local machine?

    2. Events are custom wordpress post types. You could use the Yoast Seo plugin.

    3. Shortcode:

    [stachethemes_ec view=agenda view=agenda show_top=0 agenda_get_n=3 agenda_cal_display=0]
    

    Place the shortcode in default Wordpress text widget.

    If the shortcode is not displaying correctly go to Dashboard -> St. Event Calendar -> General -> Misc tab and turn on Force load calendar scripts.


    Stachethemes Developer