Reply to: RSVP Additional fields

Thanks for letting us know of this Leila. I will device a fix and will get an update to RSVP addon released. next week if not tongiht 🙂

Reply to: Google doesn’t list all events on search frontpage

I am not seeing exactly what the location error you are talking about but as far as the ‘ please try this stripslashes() fix.

Images: 

Schema data indeed pass high res image URL to event event.

As far as only 6 events listed in google search: That is not something we have control over. We submit all event schema data to google search index and its up to them to decide how many of them to show in their search results page.

Reply to: How do I get the events to be on 100% width?

Because you have 2 events max you need to change Number of Tiles in a Row to 2:

tile_count="2"

But it won’t work for 1, 3, 4 and more events.

If 1 event per row is ok please add this CSS code to EventON > Styles:

.ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events {
 width: 100% !important;
}

If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header.

Reply to: RSVP Additional fields

  1. Please add AF99 to Show only certain additional fields in RSVP form (separated by commas)
  2. I am going to contact our developers about this issue.

Reply to: How do I get the events to be on 100% width?

<style>
.event {
width: 100% !important;
}
</style>

I get this css to show all the events on one row with 100% width (see start page – https://forumvanersborg.se/) But would like to show at least 2 events per row.