Discussion on Event Management WordPress Theme for Booking Tickets - EM4U

Discussion on Event Management WordPress Theme for Booking Tickets - EM4U

Cart 1,428 sales
Recently Updated
Well Documented

ovatheme supports this item

Supported

This author's response time can be up to 1 business day.

483 comments found.

Hey, where I can see – – Front-end Submission: + Allow register user and submit your event – on demo?

Hi, you can register an user then login and submit your event:
Step 2: Login to backend >> Choose Dasborad >> Events Manager >> Add New Event: http://demo.ovathemes.com/documentation/em4u/assets/images/image_17.jpg, http://demo.ovathemes.com/documentation/em4u/assets/images/image_19.jpg
Thank you!

What is the php version for this theme ?

Thanks , what about wordpress 5.0 ? And please check the ticksey i got a problem, also thank you for the support

Hi, Please submit ticket at: https://ovatheme.ticksy.com/ also send some your problem images.

Done check it ..

Hi, how do I change the ‘All Categories’ to ‘Locations’ on this page https://richdadpoordadevents.com/upcoming-event ?

Hi, You can use Loco Plugin to translate this text in Events Manager Plugin. Thank you!

When is the next update ?

Hi, If you hard cropped image, I think the image will can’t display full. If you use soft cropped, the height is different size. I think the best solution, you should use the same size image for featured image. Thank you!

Hard Cropped and soft cropped ?, i dont understand i need a clarification please ..

I mean its better if the system itself crop the image automatically to be the cards displayed aligned.

Hi, Hard Cropped: fixed Width and Height. Soft Cropped: Scale image by height or width. I will consider this problem. Thank you!

Hello, how to change the side wider entitles ‘Organizers’ on here http://richdadpoordadevents.com/event/cape-town-robert-kiyosaki , also the email sticks out, how do we change that too please?

You can change it in Events Manager >> Settings >> Venue Settings >> Find “Detail Venue Settings” section and Map Zoom field. Thank you!

Hi, this did not answer the above question, please re-read it. Thanks

Hi, You can add bellow css to style.css to make this
.event_widget .wrap_event_widget .event_row label{ padding-right: 0px; min-width: 65px; }
Thank you!

Hi, the google map is too zoomed up on our website http://richdadpoordadevents.com/event/london-robert-kiyosaki how do we reset default to be further out zoomed out?

You can change it in Events Manager >> Settings >> Basic Settings >> Find “Event Detail Settings” section and Map Zoom field. Thank you!

Hi,

The theme seems amazing !

Is it compatible with WPML ? Is it possible to create multiples pages using the elements and blocs we can see on the homepage ? (thinking about the elements on https://ovatheme.com/em4u/home-8-company/) ; could you confirm those elements are available ? (is it possible to have few screenshot of the WP backoffice as an admin ?)

Thanks !

Hi ! Thanks for your answer ! I saw that I can use LocoTranslation too which could meet my needs. Thanks again

Hi, Yes. You can use Loco Plugin to translate theme and plugin. Thank you!

Hi, We updated theme to version 1.2.2 and the theme supports WPML plugin. THank you!

QR Code + Allow send QR Code, PDF file to mail of Attendees when register ticket successfully. + Admin can use camera or app of phone/ipad to scan image QR code then click ur to check ticket online in web + Admin can update status ticket: Checked or Not Checked

i like to purchase this theme please send above feature video

Hi, We will make and send you soon. Thank you!

Interesting decision! Happy selling! )

Thank you!

HI! I bought the theme 2 days ago. It says that now:

Your theme (Em4u Child Theme) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:

Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version. If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.

Thanks!

Hello, I still have this pb. When will you do the next update? And another question : is the theme compatible with WPML ? Thanks!

Hi, We will update this week. WPML you can use it however for some settings in Events Manager plugin with WPML that we are working with it. Thank you!

Hi, We updated theme to version 1.2.2 and the theme supports WPML plugin. THank you!

Hi this is a pre-sale query – does each single event post for this theme able to insert shortcode that would allow other plugin integration?

Hi, Yes it is. Thank you!

Specifically at a event page, at the “ticket & price” section – i could change it to fit my plugin? (Tickera)

Also, for the register & login page, am i able to make integration such as google capatcha and sms OTP with other plugin?

Hi
- Ticket & Price section: Yes. You can use insert an link for it http://demo.ovathemes.com/documentation/em4u/assets/images/image_6.jpg
- Register & login page: Yes. You can use your plugin.
Thank you!

So. Literally just did a fresh wordpress build using bluehost. No plugin or anything and I’m getting an error straight away.

Fatal error: Uncaught Error: Class ‘OVAEM_Settings’ not found

Can anybody help me on this?

Hi, You don’t send your wordpress admin account: http://prntscr.com/l9sao0 . Please check again. Thank you!

Check the email address that you provided above. I emailed you directly there. ovatheme@gmail.com

Sorry but I don’t see any mail from Bootit account. You can send an message here: https://themeforest.net/user/ovatheme#contact . Thank you!

How do I change ‘Free Tickets’ http://richdadpoordadevents.com/upcoming-event to Register Now?

Hi, You can use Loco Plugin to translate text in Event Manager plugin. Thank you!

what are you talking about, I need to edit names on the theme for CTA buttons, that’s nothing to do with the translation.

Hi, Please send an image. Thank you!

Pre-sale question: When users will be signing up/purchasing a webinar-event, they need to be able to receive/download a pdf workbook…is this possible…to attach a pdf to an event that a user receive either by email or in their account once they purchase the event/webinar….like your pdf ticket…but a customized pdf workbook I created myself…thanks in advance

Hi, Currently the theme doesn’t support attachment pdf file that attachment by you. I can custom work for you this function. Thank you!

Hi, We updated this feature. Now you can attachment pdf file to ticket, so the customer will receive it when buy event.

Can i change the mobile menu in the header to white as the same as in the ovatheme.com website on mobile version its white .. also when i scroll in the menu the items that have sub menus is clicked accedently even the items in the menu is clicked while scrolling not when i click .. you can test it on safari iPhone.

Thanks for your great theme

Hi, We have to customize for this. You can copy an file from plugins/ova-events-manager/templates/single-event.php to themes/em4u/ovaem-templates/templates/single-event.php and change code from
<?php if ( ! post_password_required() ) { ?>
    <?php 
    if( OVAEM_Settings::event_show_related() == 'true' ){
        do_action('ovaem_event_related');
    } ?>    
<?php } ?>

to

<?php if ( ! post_password_required() ) { ?>
        <?php 
        if( OVAEM_Settings::event_show_related() == 'true' && $start_time < time() && $end_time >= time() ){
            do_action('ovaem_event_related');
        } ?>    
    <?php } ?>
I hope that this help you. Thank you!

Thank you i will test it (Y), i’m activating the child theme, if i updated when you post update this edit will be disabled and have to do it again ?

Hi, If you add code in child theme, your code will isn’t effect when update theme. Thank you!

Hello team

How to change permalink slugs for speakers and venues (ex., venues to locations) in event manager

Hello team,

how to automatically update theme when update available? I didn’t see update option in wp dashboard also didn’t see envato plugin for update

Nice piece of work!

I want a platform where students from different schools can apply online for discounted tickets from different vendors( for example, supermarkets and restaurants). After which these tickets can be sent to the vendors for verifications

Can this be achieved using your tool?

Hi, I don’t really understand you mean. My platform: An user can make tickets and he can verify it. You can create an user then upload your ticket. If you have any questions, please tell me know. Thank you!

Hi.

When I register new user I get this message:

“You have successfully registered to expoticket. We have emailed your password to the email address you entered”

But the message never arrive. Where should I configure it?

Thanks.

Hi, Please note some configs (mail to after registering free event success, mail to after booking sucessfully) in Mail Templates: http://demo.ovathemes.com/documentation/em4u/assets/images/image_114.jpg Also surely your host allow to send mail
Thank you!

http://demo.ovathemes.com/documentation/em4u/assets/images/image_114.jpg

Is the correct image?

I’m trying on my localhost

Thanks!

Hi, You cant send mail in localhost. Thank you!

how to manage role event manager user or register user ?

Hi, Config role for user when register: http://demo.ovathemes.com/documentation/em4u/assets/images/image_13.jpg
You can install plugin to manage role like: https://vi.wordpress.org/plugins/user-role-editor/
Thank you!

Thanks u.. One more.. I see ur event category’s and upcoming event very big box, whre i can custom size box ?

Hi, Can you send a image? You can edit by css or customize template in child theme. Thank you!

I am also unable to install – link has expired

Hi, I can’t access to your FTP, please check again. Thank you!

max execution time: 30, upload max size: 2M, post max size: 8M

Hi, Please change like here: max_execution_time: 300, upload_max_size: 64M, post_max_size: 64M
Thank you!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey