• Resolved mululu94

    (@mululu94)


    Hi,

    First of all I have to say that I am really happy to have found an event plugin that can show events in a simple table. Hardly any event plugin can do that.

    Now I need help.

    I wanted to present a roster. There should be a table header and the dates below it.

    Unfortunately, a separate table is created for each service.

    Can you write me how I can best solve the problem.
    Do I have to store a certain code in the settings or insert a shortcode?

    I looked at this post.

    This user also had the problem that an extra table was created for each appointment. Unfortunately I don’t quite understand how he could solve this.

    At the bottom of the page is a sample table of how it should look.

    Thank you so much!

    • This topic was modified 4 years, 3 months ago by mululu94.
    • This topic was modified 4 years, 3 months ago by mululu94.
    • This topic was modified 4 years, 3 months ago by mululu94.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    Sorry but I’m a little confused with what you mean. Perhaps a screenshot/image if what the layout you want to display would help. If it’s a different Event List to the default one, Then you’ll need to use a combination of html and shortcodes of events manager. (https://wp-events-plugin.com/documentation/shortcodes/)

    As for the default Event List Template. They can be found and edited under Events > Settings > Formatting

    Thread Starter mululu94

    (@mululu94)

    I have specified the page concerned. When you open them, you will see several small tables created by Events Manager. Each appointment is listed individually in a table. However, all appointments should only be displayed in one table. You can see an example of how this can look under all the individual tables. Only that I don’t want to use the other plugin.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try something like

    
    [events_list cope="future" limit=10 format_header="<table>" format_footer="</table>"]
    <tr>
      <td> #_EVENTLINK </td>
      <td> #_EVENTDATES </td>
    </tr>
    [/events_list]
    

    Table looks nice, how do you change the date format into German 01.01.2020?

    • This reply was modified 4 years, 2 months ago by royaltask.
    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can change the date format using the option under Events > Settings > Formatting > Date/Time format

    Thread Starter mululu94

    (@mululu94)

    Hi

    [events_list cope="future" limit=10 format_header="<table>" format_footer="</table>"]
    <tr>
      <td> #_EVENTLINK </td>
      <td> #_EVENTDATES </td>
    </tr>
    [/events_list]

    Unfortunately, with this code I no longer have a table as you can see on the linked page. Just so that no misunderstandings arise. I inserted this shortcode directly in the post.

    Thank you Angelo! Worked fine!

    Thread Starter mululu94

    (@mululu94)

    Is there no way to show a simple table?

    Thread Starter mululu94

    (@mululu94)

    The code works! It was my fault!

    @angelo_nwl how do I get a header in the table?

    Thank your very much and sorry!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Events List as Table’ is closed to new replies.