Hi, Until a few months ago this exention worked fine with Divi, but now it shows the events in a not so nice way. Is there a way to solve this? For example by adding some custom CSS on this block?
]]>Javascript console shows “this.die is not a function” and the [event-board]
shortcode shows nothing ?? On the contrary, I can view individual events if I browse directly to them.
It looks like the plugin is a bit outdated, since Jquery.die
is deprecated since 1.9 ?? and my theme is using Jquery 3.7.1
Is there a quick fix for this I can apply on my theme?
]]>Hi
How can I change or force the number of columns of events show on the postboard?
Thanks
Can I display the week day in the date field? Would be great!
]]>Hi, I’ve been using event organizer together with the posterboard plugin and now it has stopped working. The only shortcode which displays anything (a list of all events, past and future) is [eo_events]. I’ve tried other combinations with this and event_board, but to no avail. I wonder whether this is related to the fact that I can’t change future events from “scheduled” to “published”, either. Or is ist because the posterboard plugin isn’t compatible with the newest wordpress version?
Thanks for any suggestions in advance!
Hello,
Will it be compatible with wordpress 5.7?
It works great for logged in users but for visitors who are not logged in the page stalls on loading…
All plugins are up to date.
The console shows 2 Ajax errors that are not there for logged in users.
jquery.js,qver=1.12.4-wp.pagespeed.ce.Se3M6i57qY.js:4 GET https://rotherhamrespiratory.com/wp-admin/admin-ajax.php?action=eventorganiser-posterboard&page=1&query%5Bposts_per_page%5D=20 500
jquery.js,qver=1.12.4-wp.pagespeed.ce.Se3M6i57qY.js:4 POST https://rotherhamrespiratory.com/wp-admin/admin-ajax.php 500
The standard output from event organiser works OK, the error only occurs when outputting using the posterboard plugin.
Any ideas where I can start looking please?
Hello,
First, sorry for my English.
For the simple thing, I manage to personalize the file “single-event-board-item.html” copied in my topic.
Now, I want the link to point to a site page instead of the event page depending on the event category.
Do you have any idea how to do this?
I tried 2 ways:
1-Put a condition
<% if( event_categories == "Category001" ){ %>
<% MyLink="xxxxx"%>
<% } %>
But what I would need is a “like” operator and there, I don’t know how to do it. I tried several things like, for example:
<% if( event_categories like "%001%" ){ %>
<% if( event_categories not like "%001%" ){ %>
2-use a custom field on the event page.
But there, I can’t insert it into the code.
J’ai essayé comme ceci :
<a href="<%=MyField%>"><%=event_thumbnail%></a>
Can someone help me find a solution, please
]]>I got this notice about the plugin:
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Does this mean that the plugin could possible have a security vulnerability?
Jared
]]>Hello,
Firstly i have to tell you thanks for this great simple plugin. I love to using it. I have one question. Is there any possibilty to change the 3 columns look into an one column list? Without to loose the posterboard appearance?
Thanks for your help.
Kind regards
Hi
I have some questions for this plugin that i cant fix.
1. I would like to keep events at least 1 week after passed date on the board.
2. Time for event, on some i would like not to set the time.
3. I would like to use the board with the text load more for the event and not as i have now with the #. I need to see the whole text for the event.
https://vandra.org/wp/aktuella-vandringar
Best regards Vanessa
]]>Does the poster board shortcode only work with future events? Is there a parameter to make it show all the past events of a current year?
]]>I really liked this plugin, but noticed it hasn’t seen an update in a while, so I hired a great programmer on Freelancer.com to add the Day of Week (Mon, Tue, etc..) to each Posterboard Event Card.
I am an okay PHP programmer, so I hired Chetan from cmitexperts.com and they made the changes in 2 hours for a reasonable fee. Now I am sharing that solution with anyone who makes their way here.
So download the Powerboard plugin. You need to make 2 changes to the existing files to get day of week on each event card. Then upload those files to the existing folders to see the results.
In event-organiser-posterboard.php (in the plugin root folder):
Add the following line to the event array.
We did it after the line for “event_start_day”
‘event_start_day_name’ => eo_get_the_start( ‘D’ ),
In single-event-board-item.html (in the templates folder):
Add a third line to the “eo-eb-date-container” div so it looks like this:
<div class=”eo-eb-date-container”>
<span class=”eo-eb-date-month” style=”background-color: <%=event_color%>;”><%=event_start_month%></span>
<span class=”eo-eb-date-day” style=”background: <%=event_color_light%>;”><%=event_start_day%></span>
<span class=”eo-eb-date-month” style=”background-color: <%=event_color%>;”><%=event_start_day_name%></span>
</div>
Hopefully this helps someone else.
– Scott Lynn
]]>This no longer seems to work – can you confirm or is there workaround to fix it?
thanks
]]>I would be most grateful of your help here…
We are trying to implement GDPR, could you please answer the following questions about your plugin which we use?
? Does your plugin set cookies?
? How many cookies does it set?
? What are the names of the cookies?
? What is their function? – Can you please categorise them as either –
A) Necessary
B) Preferences
C) Statistics
D) Marketing
? Does the plugin need these cookies to function?
? Where is the code which sets these cookies? (Please provide folder name, file name and line number if available).
? Do you have any plans to alter your plugin for GDPR?
We thank you very much for your help.
Hello, I really like this addition for your fantastic Event Organiser plugin. Can you advise if you will continue to support it and offer basic updates?
Also I would be interested in buying premium solutions but I have found the monthly subscriptions to be too high to justify the cost for certain projects. Will you consider any one off payments for lifetime updates with only 1 year support? I think this would be a great selling point for many.
Best regards
David
]]>I just wanted to ask you if you’re going to continue to develop and maintain this plugin, ’cause I used it for a long time and I want to use it use again in another project.
Thanks!!!
]]>I couldn’t make a calendar be responsive on Phone page.
I’d like to adopt the chart of “month calendar”. Now, “widget style” calendar is shown on Top page.
Please make a response and thank you for your corporating.
]]>Hi
how can I change or force the number of columns of events show on the postboard ?
Thanks in advance.
Philippe
]]>I’m trying to use ‘eventorganiser_posterboard_item’ filter to add / change thumbnail size and maybe some metadata my code looks like:
/**
* Add variables to event organizer posterboard templating
*/
function kc_add_posterboard_vars($event) {
$event['event_thumbnail_medium'] = get_the_post_thumbnail( get_the_ID(), 'post-thumbnail', true );
return $event;
}
add_filter( 'eventorganiser_posterboard_item', 'kc_add_posterboard_vars' );
Thanks, fantastic plugin!
]]>I’m still having a problem with displaying two boards on one page, despite reading here:
https://github.com/stephenharris/Event-Organiser-Posterboard
it was fixed in version 3
on the link attached i’ve made a work around of a fixed height div around the shortcode but thats not great at all.
the offending in line style is:
<div class="eo-event-board" data-board="59a13ff475d06"><div class="eo-event-board-filters" data-filters=""></div><div class="eo-event-board-items masonry" style="position: relative; width: 890px; height: 0px;"><div class="eo-eb-event-box eo-eb-venue-253 eo-eb-category-219 eo-eb-city- eo-eb-state- eo-eb-country-" data-venue="253" data-category="">
<div class="eo-eb-date-container">
<span class="eo-eb-date-month" style="background-color: #8dabe5;">Sep</span>
specifically height: 0px;
have double checked and have the latest version any help would be warmly recived
]]>I wanted to see the end date of multi day events in the posterboard so it doesn’t look like it would just be during one day.
As a proposal for the plugin, this is what I changed for it:
event-organiser-posterboard.php: Add to $event array (defined in line 255):
'event_end_day' => eo_get_the_end( 'j' ),
'event_end_month' => eo_get_the_end( 'M' ),
'event_is_multi_month' => eo_get_the_start( 'M' ) != eo_get_the_end( 'M' ),
'event_is_multi_day' => eo_get_the_start( 'j' ) != eo_get_the_end( 'j' ) || eo_get_the_start( 'M' ) != eo_get_the_end( 'M' ),
templates/single-event-board-item.html: Add at the end inside eo-eb-date-container div:
<% if( event_is_multi_day ){ %>
<% if( event_is_multi_month ){ %>
<span class="eo-eb-date-month" style="background-color: <%=event_color%>;">-</span>
<% } else { %>
<span class="eo-eb-date-day" style="background-color: <%=event_color_light%>;line-height:0.5rem;">-</span>
<% } %>
<% } %>
<% if( event_is_multi_month ){ %>
<span class="eo-eb-date-month" style="background-color: <%=event_color%>;"><%=event_end_month%></span>
<% } %>
<% if( event_is_multi_day ){ %>
<span class="eo-eb-date-day" style="background: <%=event_color_light%>;"><%=event_end_day%></span>
<% } %>
Some people might prefer to go without the “-” separator but this way turned out for me to be best readable/unterstandable.
]]>I cant see any where I can add new events.
]]>In general, the sorted events go from left to right in ascending date order. This works great for the first row of events, but the trouble begins with the second row.
If the event box heights are different, the next event date of the second row of events might be in the third column (of a four column display) and the following event in the first column, etc.
For example, the first row will have Jan 1, Jan 2, Jan 3, Jan 4. But the next row might be Jan 8, Jan 5, Jan 7, Jan 6 depending on the height of the event boxes in the first row.
The only way I could get them in order is by making the event descriptions consecutively longer from left to right to make sure the next row displays correctly. Unfortunately, this only works if the screen size allows for four across but goes to hell on smaller screens.
Is there any way to get the events to go chronologically from left to right for every row regardless of the individual event box heights of the previous row?
Hopefully this made sense.
Thanks.
]]>After the brief “loading” notice, no data is displayed on the page where I inserted the shortcode.
Tested on PHP 7.0 and 5.6. Disabled templates and css. I also replaced jquery.masonry.min.js with jquery.masonry.js. No change whatsoever, no PHP errors, and nothing suspicious on the web console as well.
I also have to note that the Event Organiser core plugin’s pages do display properly.
]]>How do I change the length of the excerpt displayed in the posterboard?
]]>I’m using lastest versions
Event organiser : 3.1.6
Event organiser postboard : 3.0.1
The post board doesn’t show event correctly.
I can see two events but everyone show only
event_title, event_thumbnail, event_excerpt, event_categories, @ event_venue, event_thumbnail, event_start_month event_start_day.
But not the real title, not the pic, the date etc…
I try to change my template and using twenty twelve (same bug)
i try to deactivate all another plugin (same bug)
Anyone have and idea ?
Thanks in advance
]]>Have you done any work around making the posterboard have an infinite scroll, maybe with lazy load, so that as you scroll the page loads more without having to click Load More?
]]>Hello,
I created events and am displaying on a page with the [event_board] shortcode. However, the full event description is displaying rather than the excerpt. I noticed in a previous support forum ticket that you indicated the excerpt is displayed by default on the posterboard but that is not what I am seeing. I am using version 3.0.1 with 3.1.5 version of Event Organiser. Please advise on how I can display the event excerpt.
thanks in advance
Renee
I have the short code:
[event_board event_category=”MyEvent” event_start_before=”first day of august + 1year” event_end_after=”first day of august” showpastevents=true]
I expect all events from last 1st August through to 1st August next.
What I get is all events from today.
I tried “First day of August” in https://docs.wp-event-organiser.com/querying-events/relative-date-formats/ and it is the correct format.
Any ideas?
Thanks – Will
]]>