• Resolved marcelolz

    (@marcelolz)


    Hello,

    Despite posting a very active forum, I can’t find a way to customize a list of events related to a location (#_LOCATIONADDRESS)

    No single location model has a code that is dealt with here quickly, but it sounds a bit obscure, as it makes me believe that it always takes a list to the existing one, despite the possibility of including some filters.

    What can I do to find the correct way to change this list, if possible? I would like something like a table or blocks and insert a button to present a button for booking next to the event related to this unique location.

    Thanks for any help! Sorry for my bad English.

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi @marcelolz is this the sort of Event Listing per location you want?

    https://www.kathybrownsgarden.com/opening-dates/

    Thread Starter marcelolz

    (@marcelolz)

    Hello!

    Very nice presentation of your reservation schedule. Thanks!

    Unfortunately, I would like to change the original, or you kept it on your location page: https://www.kathybrownsgarden.com/locations/kathy-browns-garden/

    I would like to make my format page more similar to what you have on the home page (Date + Time, Event Name + Reservation button), this I managed to do on my home page, however, not on the unique location.

    @marcelolz
    Try adding this to Settings > Formatting > Locations – Single Location Page – Event List Formats…

    <div>
    <table class=”events-table” >
    <h3>#_EVENTDATES</h3>

    <thead>
    <tr>
    <th class=”event-time” scope=”col”>Available Times</th>
    <th class=”event-description” scope=”col”>Event</th>
    </tr>
    </thead>

    <tbody>
    <tr>
    <td>
    #_EVENTTIMES
    </td>
    <td>
    Ticket type: #_EVENTLINK
    </td>
    </tr>
    </tbody>
    </table></div>

    Thread Starter marcelolz

    (@marcelolz)

    I appreciate your suggestion. The formatting in the table really works well, but not the plug-in codes in this case.

    The result is that they were not recognized.

    The page just printed the code.

    Thread Starter marcelolz

    (@marcelolz)

    Maybe I’m missing some detail. I’ll do the plugin and start all over again, but nothing has changed.

    `<div style=”float:right; margin:0px 0px 15px 15px;”>#_LOCATIONMAP</div>
    <p>
    Address<br/>
    #_LOCATIONADDRESS<br/>
    #_LOCATIONTOWN<br/>
    #_LOCATIONSTATE<br/>
    #_LOCATIONREGION<br/>
    #_LOCATIONPOSTCODE<br/>
    #_LOCATIONCOUNTRY
    </p>
    <br style=”clear:both” />
    #_LOCATIONNOTES

    <h3>Upcoming Events</h3>

    <div>
    <table class=”events-table” >
    <h3>#_EVENTDATES</h3>

    <thead>
    <tr>
    <th class=”event-time” scope=”col”>Available Times</th>
    <th class=”event-description” scope=”col”>Event</th>
    </tr>
    </thead>

    <tbody>
    <tr>
    <td>
    #_EVENTTIMES
    </td>
    <td>
    Ticket type: #_EVENTLINK
    </td>
    </tr>
    </tbody>
    </table></div>

    @marcelolz you can contact me here if you’d like to do a walkthrough comparison of settings

    https://bobcollinsphotography.co.uk/contact/

    Plugin Support angelo_nwl

    (@angelo_nwl)

    In your Events > Settings > Formatting > Location > Single Location Page you can try something like

    
    <div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div>
    <p>
    	<strong>Address</strong><br/>
    	#_LOCATIONADDRESS<br/>
    	#_LOCATIONTOWN<br/>
    	#_LOCATIONSTATE<br/>
    	#_LOCATIONREGION<br/>
    	#_LOCATIONPOSTCODE<br/>
    	#_LOCATIONCOUNTRY
    </p>
    <br style="clear:both" />
    #_LOCATIONNOTES
    
    <h3>Upcoming Events</h3>
    [events_list location="#_LOCATIONID" scope="future" limit=5 pagination=1]
    
    Thread Starter marcelolz

    (@marcelolz)

    The screen printed a table.

    Muito obrigado! @angelo_nwl e @collinr3

    Thread Starter marcelolz

    (@marcelolz)

    I have two resources and I got the expected result with this code:

    [events_list limit=”30″ location=”1″]
    <div>
    <table class=”events-table” >
    <h3>#_EVENTDATES</h3>

    <thead>
    <tr>
    <th class=”event-time” scope=”col”>Momento</th>
    <th class=”event-description” scope=”col”>Evento</th>
    </tr>
    </thead>

    <tbody>
    <tr>
    <td>
    #_EVENTTIMES
    </td>
    <td>
    #_EVENTLINK
    </td>
    <td>
    #_BOOKINGBUTTON
    </td>
    </tr>
    </tbody>
    </table></div>[/events_list]

    Hey, @marcelolz @angelo_nwl – it looks good 🙂

    https://novoolharrua.org/eventos/locais/rota-1/

    Aproveite e fique seguro!

    Thread Starter marcelolz

    (@marcelolz)

    Now that you have defined the logic of the EM code combinations a little more, you have gone further, you need to adjust the CSS with this theme. Agradeço!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Custom list events in Single Location page’ is closed to new replies.