Viewing 7 replies - 1 through 7 (of 7 total)
  • Same question!

    I would like my event listing to include the image thumbnails like the demo, but grouped by date. My page is https://www.emeraldcityedm.com/upcoming-edm-events-calendar/

    Thread Starter sylvsteph

    (@sylvsteph)

    The thumbnail would be nice. I don’t understand how to do that.

    Thread Starter sylvsteph

    (@sylvsteph)

    In the settings, mise en forme (I don’t know the word in english, the third column of settings):

    En-tête liste, I add in the middle <th class=”event-image” width=”150″>Image</th>:

    <table cellpadding="0" cellspacing="0" class="events-table" >
        <thead>
            <tr>
    			<th class="event-time" width="150">Date / Heure</th>
                            <th class="event-image" width="150">Image</th>
    			<th class="event-description" width="*">événement</th>
    		</tr>
       	</thead>
        <tbody>

    In the format of events list, I add in the middle:
    </td>
    <td>
    #_EVENTIMAGE{100,100}

    like this:

    <tr>
    			<td>
                    #_EVENTDATES<br/>
                    #_EVENTTIMES
                </td>
    <td>
                    #_EVENTIMAGE{100,100}
                </td>
     <td>
                   #_EVENTLINK
                    {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONPOSTCODE</i>{/has_location}
                </td>
            </tr>
    Thread Starter sylvsteph

    (@sylvsteph)

    But I didn’t find how to show the link to the streaming concerts to the events. I don’t know what word can do that. The streaming concerts don’t appear even on the single event. Only the address appears. What is the placeholder for the streaming events?

    Thread Starter sylvsteph

    (@sylvsteph)

    Thread Starter sylvsteph

    (@sylvsteph)

    @emeraldcityedm
    I found the url locations placeholders here: https://wp-events-plugin.com/documentation/location-types/urls/

    EVENTS LIST :

    <tr>
    			<td>
                    #_EVENTDATES<br/>
                    #_EVENTTIMES
                </td>
    <td>
                    #_EVENTIMAGE{100,100}
                </td>
     <td>
                   #_EVENTLINK
                    {has_location}<br/><i>#_LOCATIONLINK #_LOCATIONFULLLINE</i>{/has_location}
                    {has_event_location_url}#_EVENTLOCATION{/has_event_location_url}
                </td>
            </tr>

    SINGLE EVENT

    <div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div>
    <p>
    	<strong>Date / Heure</strong><br/>
    	Date(s) - #_EVENTDATES<br /><i>#_EVENTTIMES</i>
    </p>
    {has_location}
    <p>
    	<strong>Lieu</strong><br/>
    	#_LOCATIONLINK #_LOCATIONFULLLINE
    {/has_location} {has_event_location}
    	<strong></strong><br/>#_EVENTLOCATION
    {/has_event_location}
    <p>
    	<strong>Catégories</strong>
    	#_CATEGORIES
    </p>
    <br style="clear:both" />
    #_EVENTNOTES
    {has_bookings}
    <h3>Bookings</h3>
    #_BOOKINGFORM
    {/has_bookings}
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change the look of the events page?’ is closed to new replies.