As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2748581
show daterange events
Closed

Comments

  • Manfred started the conversation

    Hi there,

    is it possible to start a shortcode view with a specivic daterange?

    For example

    [ameliaevents event=1 daterange="20210201-20210231"]


    or something similar

  • [deleted] replied

    Hi, Manfred!

    Thank you for choosing Amelia.

    You can use this JS to select which date range you want to display on your Events page:

    window.ameliaBooking = {
        pastEventsDays: 10,
        cabinet: {
            pastDays: 10,
            futureDays: 10,
            disableAuthorizationHeader: false
        }
    }


    You should add the code to the page with Events and set the preferable number of days ( pastDays and futureDays).

    Hope that will help.

    Best Regards.