Hitesh Makvana
Forum Replies Created
-
Hi @chaddoe
The error throwing is from the plugin td-composer. We haven’t tested our plugin with td-composer but if you provide me with more information about this plugin then i can test and verify from my end.
Thank you
Hi @lazyym
I have tested the above doc it is working fine for default event banner or placeholder path for the banner. I am not sure what is breaking and what exactly you are trying to achive.Can you please explain with your listing page URL?
Thank you
You don’t need to print the query arguments. You need to pring the meta key you have given to field. Use get_post_meta function to output the value of custom field.
Thank you
Hi @lazyym
The event submission form already has the category and type fields with dropdown.
Thank you
Hi @zaheer01
Please use this code
/** * Do something when a new book is created */ function new_book($post_id, $post, $update) { if ($post->post_type == 'event_listing' && $post->post_status == 'publish' && empty(get_post_meta( $post_id, '_event_organizer_ids' ))) { # New Post # Do something here... # And update the meta so it won't run again update_post_meta( $post_id, 'vvvv', array(2010)); } } add_action( 'wp_insert_post', 'new_book', 10, 3 );
This query is related to paid addon please contact our support and create a support ticket.
Thank you
Hi @wmwde
Normally date picker is translated by WordPress itself. Can you please contact our support and they will check for you.Thank you
Hi @sivarkwell
It’s not hard but if we give automatic expiry date generation and no admin control then it’s easy to develop. We have discussed and found that if we make it strict for all the users then some users will not find it useful.
If settings are correct and still someone wants to show events which is expired then it is possible. If you don’t want to show then you need to use frontend automatic expiry generation. For the backend admin has control over the expiry date selection or makes it available all the time.
Thank you
Hi @r0manenk0
As of now, we don’t have any specific date but our team is working on it and soon we will release an update.
Thank you
Hi @dabsurd
If you have deleted it from the field editor then it should not show. You need to reset the field editor for the social or default fields.
Thank you
Hi @sivarkwell
Registration feature is not part of free plugin for paid addon please review https://wp-eventmanager.com/product/wp-event-manager-registrations/
Thank you
Hi @necropro77
You need to override template to your theme side to make changes in template.
Following are template name for the event listing and submit event form.
`content-event_listing.php
event-submit.php`Thank you
Hi @lazyym
You can use this filter
event_manager_dropdown_selection_event_listing_category
This is the central filter for all the places dropdown event listing or submit event page.
Thank you
Sorry to say but selected_datetime attribute does not support this week you need to give specific start and end date.
We will try to add in upcoming updates.
Thank you
If you can provide me the exact deatils about vulnerability then i can check with our team. I am quite not sure about java integration how you have done it.
Thank you