Hello there,
the plugin stopped working from the version 5.5 of wordpress.
I cannot list the events in the frontend, I mean the archive page.
After a little digging, a found that the template content-event.php is not working, propably it does not read the args. Do you know a way to solve this?
]]>I’d like to display events without the location tag, but if the tag is not assigned the whole layout is scrambled like this: https://imgur.com/PQVyaU5
How can I avoid setting up the location? I can hide it with CSS but I’d need to set it to keep the layout look. I want to skip it completely.
]]>All of a sudden, the events page is causing a critical error. I could say it’s because of the update to WordPress 5.4.2, but it was working fine after the update.
Using the debug facility, it seems to trace back to some underlying problem within the core of WordPress (in the includes/function.php, but the error stems from a statement in the make events plugin.
Is anyone else having this kind of problem? The calendar works fine and the individual events fine as well. It’s just the events page.
Any insight would be greatly appreciated!
]]>Is there a way to modify the calendar view so that it looks more like what The Events Calendar look and feel?
https://wpshindig.com/
I find the calendar lacks dynamics. I like this plugin cause it works well out of the box with Polylang non pro version. But need a different calendar view.
Thanks
Denis
]]>Hi,
We are using Polylang on multi-site setup. The calendar widget language is not changing when language switched to Arabic.
I found Arabic translation files for full Calendar under wp-content/plugins/events-maker/assets/fullcalendar/lang/ and which works perfectly. Similarly is there any way to translate the calendar widget.
]]>When I try to set the end time of an event to midnight (by manually entering this time in the end time input) and then press save, the end time gets changed back to the start time.
Is this a bug or by design? If it’s by design, is there a workaround?
Thanks!
]]>Can we covert event dates to Arabic?
]]>Hello-
I have been having issues with the Events Maker plugin recently. A few days ago the event listings on our website have become all scrambled even though I have it listed as ‘Ascending’ in the settings and have cleared the cache multiple times. When I select “Sort by Start Date: ascending” on the actual webpage, it still does not sort out the events.
It is like this on the actual events page – https://www.treleavenwines.com/events-calendar/ – and on our homepage. What could be the issue?
Thank you,
Treleaven
Using the Events Maker’s Settings -> Display panel it’s impossible to set up right time format for the Agenda view time column and the first week day. That’s due to wrong Full Calendar settings hardcoded.
Here is the solution that works for the Events Maker v.1.6.14 using obsolete version 2.4.0 of the Full Calendar.
<?php
function fix_fullcalendarjs_args($args) {
$em_gen_opt = get_option( 'events_maker_general' );
$first_weekday = ( $em_gen_opt['first_weekday'] === 7 ? 0 : 1 );
$axis_format = str_replace( array( 's', 'i', 'H', 'h', 'G', 'g' ), array( 'ss', 'mm', 'H', 'hh', 'H', 'h' ), $em_gen_opt['datetime_format']['time'] );
$args['firstDay'] = $first_weekday;
$args['slotLabelFormat'] = $axis_format;
// Was not originally used in EM, but already deprecated:
// $args['axisFormat'] = $axis_format;
return $args;
}
add_filter( 'em_get_full_calendar_script_args', 'fix_fullcalendarjs_args' );
Full Calendar docs on the issue.
]]>Date and time format Date: FebruaryUTCbWed, 21 Feb 2018 19:45:25 +0000000000pmWed, 21 Feb 2018 19:45:25 +000018 14 2018
Time: 4:03 +00:00Feb
I have word press 4.9.4 , when an event is posted all this info is posted on the web page I remember in the past before updates
only the date and time was posted now all that stuff is being exposed what can I d to eliminate the erroneous characters?
Thanks in advance
Stuart
Frolicking Frog Wines
Email: [email protected]
Website: https://www.frolickingfrogwine.com
I contacted [email protected]<[email protected]>; and the said they cant help
any ideas?
Sidebar disappears in the secondary language version. SIngle Event Template & Polylang
Hi,
We are using your big plugin along with polylang, but the sidebar is not shown in the translations of the event single page. It only appears in the main language after we included do_action (‘avada_after_content’); in single-events.php
<? php
/ **
* em_get_sidebar hook
*
* @hooked em_get_sidebar – 10
* /
do_action (’em_get_sidebar’);
do_action (‘avada_after_content’);
?>
We have tried everything, but we do not see the solution, any help?
thanks
]]>We are using Event Maker with Polylang on a multisite with multiple languages including RTL languages.
We need to format the date for some languages differently.
Under the Settings > Display Tab > Date and time format – we only see one Date and Time field.
Is there an option to have multiple formats for multiple languages?
Thanks
]]>Hello,
I would like the events to be shown in the main blog loop along with the posts.
How can do it?
Please help.
]]>Good morning,
I’m trying to confirm whether Event Make and Polylang will play nicely together for what I need.
My site has two languages for posts and pages, but for events I don’t want any language. My events won’t have a description, only a title and that’s easy to bilingualize.
So rather do everything twice I just want to create one event that’s shown regardless of which language the client is in.
I also want the calendar feed (that user can incorporate into their calendar) to work!
Currently I use Event Organiser and when I turned off translation for Events the feed stopped working!!!
Thanks,
]]>Hello.
As I translated to Japanese, please accept community translation.
Thank you.
Hi and thank you for this plugin. I’m trying to get the ical file to contain the author’s display nane. in class-ical.php, I tried adding the following but it was blank.
$output .= "DESCRIPTION:" . $author . "\r\n";
And this returned DESCRIPTION: Array
$output .= "DESCRIPTION:" . $this->escape_string( esc_attr( $event-> $author )) . "\r\n";
Hi,
I like your plugin, and I have some suggests if you allow me.
I suggest to change the plugin menu name from “Events” to “Events Maker” , it will make the plugin special because there are many plugins have the same menu name!!.
In Pricing Options – Currency, Can you please add: Saudi Arabian Riyal (SAR)
also there is no Timezone settings, Exp: https://ibb.co/gNVgfv .
check these options and add End of day cutoff, Exp: https://ibb.co/jwr7na .
Make new option in the menu which is Places “Venues”, Exp: https://ibb.co/noDL7a , now it will be more clearer and if you can make places “Venues” sub of city and countries, it will be better ??.
and could you please do something to support Multi languages and WPML plugins and support RTL. try to make the plugin compatible With WooCommerce, BuddyPress, Mailchirp for subscribe, users plugins.
that’s all for now, thanks a lot
]]>hey there,
How should I override the display of the events on the events-archive page?
I am constantly finding I need to modify the plugins functions to move display of content.
example: switching the thumbnail with the h3 title of the events so it does not appear the thumbnail is related to the previously displayed event?
thanks in advance,
OC
Hello,
can you add the option to show only the next event date of an event with reoccuring dates?
It shows dozens of dates when using the reoccuring option.
Regards
]]>Здравствуйте. Как изменить ссылку в виджете календаря что бы она вела не в архив, а на описание события? Так как это сделано на главной странице календаря.
]]>Здравствуйте.
Как изменить ссылку в виджете календаря что бы она вела не в архив событий а на описание события?
Так как это сделано на главной странице календаря.
Hello,
first of all great plugin, thank you for the awesome work ??
I’m pretty new to wordpress, so sorry in advance for any noob questions.
I want to create a plugin, that fetches data from my server and creates EventMaker Events based on the fetched data. What is the best way to achieve this?
Is it possible to do it with just wp_insert_post()? But then I don’t know how to get in all the additional metadata required by eventsmaker?
Can I just call the add event function of EventsMaker directly (sth. like save_event($post_id) in class-metaboxes)?
Or do I have to add all entries by hand (all meta_data)? This would be horrible ??
Thanks in advance
Cheers Tobias
Using default Events Maker template, breadcrumb navigation on the single event page in the secondary language does not work correctly with Polylang plugin.
When the language is set from the directory name, there is incorrect “Home” link.
When the language is set from the subdomain name, there both “Home” and “Events” links are wrong. As well, in this case, calendar widget date links are incorrect too.
]]>The error that shows at the top of every single blog category page is below:
Warning: Illegal offset type in isset or empty in /home/******/public_html/wp-content/plugins/events-maker/includes/libraries/translate-rewrite-slugs.php on line 430
What could it be? Thank you.
]]>Hello everyone.
I’ve created a contact form in single event template and I am wondering how can I pass the date of the event into the contact form? I don’t want the user to set the date in a date-field, for there can be mistakes, I want it to be passed automatically in the e-mail.
I use contact form 7
Kind regards
Hi,
I was wondering if there’s a shortcode I can use to show events on a page where I want to have other text on the page? If not, am I able to edit the Events template to include the Sidebar?
An issue I am having is I have the Event List widget in my Footer and it set to show 3 events. On every page, it works fine except for my Events page. On my Events page, the page itself lists all of our upcoming events, the widget in the Footer will then show all the events instead of 3 that I have set in the widget settings.
To see the Events webpage that shows all the events in the footer, see here – https://21c.7b4.myftpupload.com/events/
]]>Is it possible to translate the slugs?
I have tried changing them in “String Translation” in polylang but they have no effect.
Is it done in other places instead?
hello, i am having a problem with my site and the plugin Event Maker.
On this page of the events I use three columns, and for each one I use shortcode with offset command.
The problem is that the plugin does not place more events in ascending order by the start date, but only by date of publication.
In the control panel the value is correctly set to start date.
I have tried to change the setting and save it with the date of publication, and then restore it to its previous state, but the value is never updated, it remains blocked on opening date (correctly) as if it were blocked.
What should I do?
The page is Prossime Partenze
The shortcode is [em-events number_of_events=1 disable_pagination=1 offset=1]
After upgrading to WordPress 4.6.1, I have issue with using column shortcodes together with events maker.
On my side, I show two columns of different events. However, the event in the second column doesn’t show up, instead, just the original shortcode. This happens only with featured_only option. Other options are fine.
Hi there,
I need the plugin to be updated to solve this problem:
Notice: get_post_language was called incorrectly in /home/****/public_html/wp-content/plugins/events-maker/includes/class-metaboxes.php on line 623: the call to $polylang->model->get_post_language() has been deprecated in Polylang 1.8, use PLL()->model->post->get_language() instead. Error handler in /home/****/public_html/wp-content/plugins/polylang/include/model.php on line 620
Will you release an update shortly?
]]>