Okay
  Public Ticket #2400706
Function / Customization
Closed

Comments

  •  1
    Hannes started the conversation

    Hi there. 

    I am setting up an event booking system for a driving school and there is a few problems I encounter that I cannot find a solution for.

    First of all in the backend: If i go into the event list no events would load unless i choose dates (I guess it should automatically load all future events?) and the second thing is, that it would not load the list of people attending the event. In both cases I only see the Amelia loading logo but nothing would happen. Any suggestions? As the list of attendees is very important for us to see.

    I am wondering also how I can remove the price column of the customer front end panel, as I have no prices for the events people can book or at least change it to Euro pricing. And Ideally get rid of the whole profile editing tab and customize the look of the panel and have a better width ratio between the columns? Also is it possible to only show event they booked and have the cancelled ones removed from the panel including the status column?

    And the last question is if it is possible to only show events for the next two weeks. As this are reoccurring events for the whole year the loading is otherwise taking ages and people shouldn't be allowed to book events more then two weeks ahead.

    Looking forward to your answer.

    Kind regards,

    Hannes Vorhauser






  • [deleted] replied

    Hello Hannes, 

    Thank you for your purchase. 

    You need to choose the date range for which you will see the created events. It is a filter, and it isn't possible to show events without choosing a date range in which there are no events. There isn't a possibility to show all future events in the list. But if there are no events in the selected period then No results is shown, not the loading icon.

    So, the loading logo can be because there is some disconnection to the database or something missing there. Please provide me a temporary WP-admin login for your site where this happens, so we can check this out. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.

    Regarding removing the price column in the Customer panel, there isn't an option for this in Amelia, but it can be hidden with some custom CSS.  Please try adding this custom HTML to the page where you have the shortcode for the panel:

    <style>
    #am-cabinet > div.am-cabinet-dashboard > div.am-cabinet-content > span > div > div.am-cabinet-list-head > div > div.el-col.el-col-24.el-col-lg-8 > div > div:nth-child(2) {display:none;}
    #am-cabinet > div.am-cabinet-dashboard > div.am-cabinet-content > span > div > div.am-cabinet-list > div > div > div.el-col.el-col-24.el-col-lg-8 > div > div:nth-child(2) {display:none;} </style>

    Unfortunately, no, there isn't an option to show events for the next two weeks. There is the option Default items per page: in Amelia -> Settings -> General settings with which you can set the number of events shown before pagination. 

  •   Hannes replied privately
  •   [deleted] replied privately
  •   Hannes replied privately
  •   [deleted] replied privately
  •   Hannes replied privately
  •   [deleted] replied privately
  •   Hannes replied privately
  •   [deleted] replied privately