
- Fix: API keys & WP Multisite
- Fix: Plugin Activation
- New: Plugin Activation
- New: default currency obtained from Theme Options -> Payments -> Currency
- Update: PHP 7.2+ compatibility update
- Fix: In some cases events with unspecified ending date were not displayed chronologically - Fix: Free user can delete and edit comments inside dashboard
- Fix: In some cases event's datetime might not match with local timezone
- Fix: Custom post type might not be registered in some cases
- Update: Optimization in events search process
- Update: Updated .POT files and translations
- Fix: Search Events Pro in radius around geolocation
- Fix: Wrong order of events if "date from" was specified
- Fix: ICS Validation error "lines not delimited" - Fix: Plugin will be automatically disabled when theme is switched - New: Redesign of plugin admin page
- Fix: Problem with loading your own MO files - Fix: Timezones are now considered
- Fix: Events order on item's detail page
- Added: Admin can change the author of each Event Pro post
- Update: Updated sql query
- Added: Compatibility features and dependencies for next theme updates (see changelog of certain theme)
- Fix: Compatibility with BusinessFinder+ theme - Fix: In edge cases pagebuilder didn't save correctly data for Taxonomy pages - Fix: Some corrections in iCal export
- Update: iCal export includes currently running events - Update: Export button is hidden if event has already finished - Fix: iOS devices tried to download .ics file instead of opening calendar app
- Update: Updated .POT files and translations
- Fix: Settings page was not translated even if there was translations available via AIT Languages plugin. That issue is fixed now.
- Added: Compatibility for Directory+ theme
- Added: Compatibility for CityGuide theme
- Fix: Problems with activation on child theme
- Fix: Prevent plugin activation with incompatible themes
- Plugin released

Events Pro плагин под рукой
Позвольте вашим пользователям создавать собственные события с привязкой к месту их проведения или с другими мероприятиями. Events Pro плагин дополняет события страниц ключевой информацией о дате, времени, месте и цене мероприятия. Пользователи также могут создавать повторяющиеся события, а посетители смогут с легкостью делиться ими.
Несмотря на то что плагин содержит в себе почти все вам будет нужно, мы будем продолжать обновлять Events Pro с наличием все больших и лучших возможностей.
Events Pro элемент
Благодаря констуктору страниц, можно с легкостью отобразить все события по вашему желанию на любой странице. Вы можете выбрать то как их отобразить, индивидуально или в определенном количестве, на основании их категорий или местоположения, или без фильтра вообще. Возможно даже управление типом информации, которая будет отображаться. В вашем распоряжении уже есть несколько готовых изображений.
Все это готово за несколько кликов.

Благодаря кому это произошло?
Эта тема была создана, разработана и подготовлена для вас следующей командой замечательных дизайнеров и разработчиков:

Peter

Peter
Нам доверяют лучшие!
Мы создаем WordPress темы с 2008 года. Посмотрите, что думают клиенты о наших темах и их поддержке после осуществления покупки.
Я недавно купил у вас тему. Я хотел выделить минуту, чтобы сказать вам, что это самая лучшая тема, которую я когда-либо использовал. Все, что я хотел сделать, получалось с легкостью. Я так привык мучатся с темами. А это действительно глоток свежего воздуха. Пожалуйста, продолжайте ними заниматься. Я даю вам статус героя на сегодня. 😉
Иван и команда AIT просто золотые люди! Очень полезная поддержка, которая всегда готова подать руку помощи.
Ребята, я действительно хотел бы поблагодарить вас за такую чудесную тему! Пока я вполне доволен темой и поддержкой. Спасибо снова, ваш пожизненный клиент.
Извините, но я просто не могу остановиться повторять о том, какие вы молодцы! При использовании эта тема выглядит все более интересной и удивительной!
Я хочу сказать огромное спасибо за вашу поддержку и просто отличный сервис. За все это время вы были просто замечательными и профессиональными, вы действительно заслуживаете успеха в будущем.
Я снова использую вашу тему, и снова ставлю 5 звезд в рейтинге. Вы отлично отвечаете ожиданиям клиентов. Мы просим вас изменить что-то, и вы делаете огромное обновление в коде. Вы как всегда круты и я как всегда покупаю!
Эта тема включает очень много замечательных опций и упрощений, и хотя она включает в себя некоторые новые функции, которые немного отличались от того, что я использовал до того, служба поддержки работает замечательно. Я был немного нетерпелив, но Ивану удавалось направить меня на правильный путь каждый раз. 🙂
Это просто замечательная тема. Очень хорошо разработана и проста в использовании. Установка – это не проблема. Пока я не столкнулся с какими-либо проблемами, так что большое спасибо разработчикам этой темы.
Привет! Кто-нибудь говорит по-русски? Или использовать google-translater?
Привет!
можно также задавать вопросы на русском, почти все понимаю )
But as i do not have a habit to use “Алфавит” on keyboard, the answers you will receive in english.
Best regards,
Zlatko
Приветствую! Можно ли как то изменить адрес архивов EVENTS PRO, а то http://progorodn.ru/event-pro/ как то не очень хорошо.
Zdravstvujte Oleg,
please kindly have a look at our knowledge base article:
https://www.ait-themes.club/knowledge-base/how-can-i-change-items-slug/
just add into function.php in theme:
function change_post_types_slug( $args, $post_type ) {
if ( ‘ait-event-pro’ === $post_type ) {
$args[‘rewrite’][‘slug’] = ‘my-new-eventpro-slug’;
}
return $args;
}
add_filter( ‘register_post_type_args’, ‘change_post_types_slug’, 10, 2 );
Hope this will help.
Best regards,
Zlatko
А можно ли использовать страницу архивов EVENTS PRO, как главную страницу сайта?
Zdravstvujte Кирилл,
there are only 2 options to set homepage:
1) all blog posts,
2) or you can choose any specific Page.
As Events PRO archive page is not a classic Page made in page settings it’s not possible you set as HomePage.
Thanks for understanding.
Best regards,
Zlatko
здравствуйте . Events Pro | Информация: Там не было создано никаких событий, пожалуйста, добавьте несколько. не работает . у меня самая новая версия шаблона и это плагина . стоит язык по умолчанию русский , но это не работает
Zdravstvujte,
spasibo za Vashe soobshenie. Thanks for purchasing one of our products.
Please kindly check the knowledge base: https://www.ait-themes.club/knowledge-base/element-display-just-info-there-are-no-items-created-add-some-please-instead-posts/
I’d like to kindly ask you to post technical question on our support ticket system. Please log in to your account https://system.ait-themes.club/support/. Our technicians can answer most efficiently.
S Uvazheniem!
Zlatko
спасибо . я пробовал этот способ . он не работает
Hi again,
please post your question via our support forum at https://system.ait-themes.club/en .
Please also check our documentation: https://www.ait-themes.club/documentation/#multilingual-options
Tip: did you set correctly menu in WordPress settings -> appearance ?
Best,
Zlatko
did you set correctly menu in WordPress settings -> appearance ? – yes
Hi again,
please post your questions at our dedicated support forum (available for free to all of our clients that have purchased theme via ait-themes.club or the additional support service via themeforest market place – our specialists will help you much more efficiently – thanks for understanding.
Thnks for understanidng.
Best regards,
Zlatko
здравствуйте. когда добавляю событие в events-pro на двух языках русский и румынский . на странице компании отображается только на одном языке .
Zdravstvujte Alex,
I’d like to kindly ask you to post technical question on our support ticket system. Please log in to your account https://system.ait-themes.club/support/. Our technicians can answer most efficiently.
In the meantime please check our documentation: https://www.ait-themes.club/documentation/#multilingual-options
S Uvazheniem.
Zlatko
здравствуйте . а почему показывает мероприятия ,только которые были созданы сегодня ,а вчерашние уже не показывает ?
Zdravstvujte Nick,
thanks for message, we are already working on solution for this problem. It’s an fix that we have to implement for all our “directory” type themes so updates will be released continuously for all directory type themes.
For now EventGuide theme include fix for problem, we are working now on Directory+ and the other themes too. We strongly believe there will no any unexpected problems and we will release new updates during this week.
Best regards,
Zlatko
Thanks !!!
Тема легко перевелась на Русский язык, но не выходит перевести фильтр. Какие файлы нужно изменить что бы перевести фразы – “Event Date” и “Creation Date”.
http://i.piccy.info/i9/77e17cc9083b24ca2d70345af7bd8954/1485871641/26897/1114076/Bez_ymeny_3.jpg
Эта документация не помогла:
https://www.ait-themes.club/knowledge-base/how-to-change-fixed-words-in-theme/
Hello,
could you please post your questions via support forum or provide us of your theme and plugin version.
Thanks.
Zlatko
Добрый день.
Скажите, плагин Events Pro и the Events calendar proи это разные плагины?
Zdravstvujte Vladimir,
thanks for asking. Yes, Events PRO plugin doesn’t use calendar feature, the more info you can find at: https://www.ait-themes.club/documentation/#events-pro-plugin
Hope it will help you.
Kind regards,
Zlatko
а есть ли возможность в плагине Events PRO создать страницу-форму со всеми полями (наименование мероприятия, организаторы, дата начала и окончания… и тому подобное), чтобы организаторы мероприятий сами заполняли ФОРМУ, прикрепляли ФОТО и отправляли на модерацию? А я, как администратор, вечером принимал решение – публиковать event или нет?
Zdravstvujte Владимир,
yes, it’s the one of main purposes we have created Events PRO plugin. You can create user’s packages by following these instructions: https://www.ait-themes.club/doc/users-registration-and-packages-option/. Should you be interesting to manage even the more, for example advertisements or blog posts added by users, please consider Permission manager plugin: https://www.ait-themes.club/wordpress-plugins/ait-permissions-manager/
Kind regards,
Zlatko
Спасибо!
если я правильно понял, пользователю не нужно регистрироваться, чтобы заполнить форму? потому как, есть необходимость добавлять в описание мероприятия рекламный блог (например, adsense)
или все же, пользователь должен обязательно зарегистрироваться, чтобы заполнить мероприятие?
Привет Владимир,
thanks for your reply. Sorry if i was not clear – user should be registered first, and consequently he/she is able to insert any kind of the content (based on user’s package). Feel free to have a look at the short video tutorial how to set it up:
– https://www.ait-themes.club/doc/how-to-create-registration-and-login-page-using-directory-type-theme/
– https://www.ait-themes.club/doc/how-to-turn-on-registration-on-directory-type-theme/
– https://www.ait-themes.club/doc/how-to-turn-on-captcha-for-registration-form-in-directory-type-theme/
– https://www.ait-themes.club/doc/how-to-create-package-assign-permissions-and-set-price-in-directory-type-theme/
Have a great day!
Zlatko
А есть возможность копировать событие? Одно и тоже событие происходит в разных местах, городах. Например фильм. И каждый раз приходится создавать новое событие и вводить текст и изображение. Спасибо
Zdravstvujte David,
thank you for asking. We are sorry, there is no such an option nor CSV plugin that would help you to create multiple events by importing them in order to create the event listing postal, i mean something like CSV Import(Export plugins for Items custom post types: https://www.ait-themes.club/wordpress-plugins/csv-import-export
Best regards!
Zlatko
Добрый день!
Собираемся купить тему City Guide и в ней использовать плагин EVENTS PRO. Подскажите, позволяет ли плагин организовать заказ/бронирование билетов на событие? И есть ли далее какие-то инструменты для проверки билетов?
Hi again,
yeah, Events Pro plugin is compatible with City Guide theme. Events Pro custom post type should be linked with a 3rd party ticket portal (once events are managed by users). If all events are under control by admin you have the second option to link the post also with WooCommerce product. Tools for checking tickets should be available too, woocommerce offers many additional plugins.
Secondly,
please kindly also note that once you are intended to give ability to search for events by visitors you should consider to use Event Guide theme. City Guide theme offers only search for Items custom post types (businesses, services, etc)
Thanks for understanding.
Best regards!
Zlatko