asafm7
Forum Replies Created
-
Thanks!
Thanks!
Hi,
Any ideas?
Thanks,
AsafThanks!
I see.
Thanks.
I’ve tried Windows and Android.
Hi,
When I click the webcal link (not the google calendar link) nothing happens:
https://5a1.a67.myftpupload.com/events/sample-event-4/
Thanks,
AsafOK, thanks.
Can you please tell me where #_CATEGORYNEXTEVENTS is defined? So I can try to make my own placeholder based on it…
I did a search on the plugin’s folder and couldn’t find the definition.
Thanks again,
AsafThanks.
Any ETA?
I need to deliver my site to a client soon…
Thanks again,
Asaf<div class="event-content"> <div class="event-info"> <h1>[event]#_EVENTNAME[/event]</h1> <div class="event-when"> <h2>[wpml-string context="custom-strings" name="single-event_when_title"]When?[/wpml-string]</h2> <span class="event-date">#_{d.m}{is_long} - #@_{d.m}{/is_long}</span> | <span class="event-day">#l{is_long} - #@l{/is_long}</span> | <span class="event-hour">#_24HSTARTTIME{has_time} - #_24HENDTIME{/has_time}</span> <span class="event-when-note">#_ATT{When note}</span> </div> <div class="event-where"> <h2>[wpml-string context="custom-strings" name="single-event_where_title"]Where?[/wpml-string]</h2> <span class="event-location-name">#_LOCATIONNAME</span> </div> <div class="event-details"> <h2>[wpml-string context="custom-strings" name="single-event_details_title"]The details[/wpml-string]</h2> [acf field="event_details"] </div> </div> <div class="event-tickets-and-share">{has_bookings} <div class="event-tickets"> <div class="vc_btn3-container vc_btn3-inline"> <a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-modern vc_btn3-color-turquoise" href="#_ATT{Tickets link}" target="_blank" title="">[wpml-string context="custom-strings" name="single-event_tickets_link-text"]Buy tickets[/wpml-string]</a> </div> </div> {/has_bookings} <div class="event-share">[addtoany]</div> </div> </div> [events_list scope="future" limit="5"]<div class="event-item"> <a href="#_EVENTURL"> <figure>#_EVENTIMAGE</figure> <div class="event-date-and-time"><span class="event-date">#_{d.m}{is_long} - #@_{d.m}{/is_long}</span> <span class="event-time">#_24HSTARTTIME{has_time} - #_24HENDTIME{/has_time}</span></div> <h2 class="event-title">#_EVENTNAME</h2> <hr class="hr_color"> </a> </div> [/events_list] #_EVENTNOTES
I did.
And also cleaned all other code from the “single events page format”.
Same results.
What else can we try?
Any other ideas?
Same result.
A grid of identical events (as the page’s event) – https://382.e65.godaddywp.com/events/4th-sample-event/
In: events > settings > formatting > events > single events page format.
Thanks, but when I put formatting inside the shortcode it doesn’t work as expected.
Any ideas?
My code:
[events_list scope="future" limit=5 pagination=1 event="-#_EVENTID"] <div class="event-item"> <a href="#_EVENTURL"> <figure>#_EVENTIMAGE</figure> <div class="event-date-and-time"><span class="event-date">#_{d.m}{is_long} - #@_{d.m}{/is_long}</span> <span class="event-time">#_24HSTARTTIME{has_time} - #_24HENDTIME{/has_time}</span></div> <h2 class="event-title">#_EVENTNAME</h2> <hr class="hr_color"> </a> </div> [/events_list]