jothikannan
Forum Replies Created
-
Hi,
Thanks for the reply
i have copied the original files from my demo server as a zip file and uploaded the files into live server and extracted the files, this way i copied and moved the filesForum: Plugins
In reply to: [Yoast SEO] After activate the yoast it cause some error?Hi,
This is happened after i entered the Meta description in the post Edit page
Kindly help me
Hi,
Am sure everything is fine in the both websites, but the form is not submitting in my live server only
Hi,
Sorry i got it by the following code
$terms = get_the_terms(get_the_ID(), 'event-categories' ); if ($terms && ! is_wp_error($terms)) : $term_slugs_arr = array(); foreach ($terms as $term) { $term_slugs_arr[] = $term->name; } $terms_slug_str = join( " & ", $term_slugs_arr); endif; echo $terms_slug_str;
Hi,
My EM version is 5.5.2, how can guide you as step by step
Actually it is working for the 1 space booking, but while book more than one ticket at the same time for a event the booking is working like the 1 space for each ticket type, so the amount would not calculate the total amount, how can i guide you step by step, please advise me,
Hi philipjohn,
Nope, i think your answer is not correct one, because it is working with the 1 space, meaning that if i booked the 1 space the total amount and all the price is is perfect as like in the screenshot below
so advise me what is wrong with the the other bookings spaces as in the previous screenshots
Hey phil,
You are awesome it is worked to me
Hi angelo_nwl,
Thanks for the answer.
However the given function doesn’t work as what i want, meaning that it always returns 0 if there is 100 or more ticket spaces,
i need to set 0 if there is no spaces available for the ticket type if i wish not always, else it remains with the current available spaces
Hope this will help you more to help
Hi philipjohn,
it doesn’t work to me because am doing the booking process manualy as i want, so am not using the default templates used in this plugin,
Thanks for your effort
Yes exactly,
i need to set 0 on anywhere else ???
Hi angelo,
However i can’t get any topic related to my need, as i said i need to update the spaces for an individual ticket into 0, so while update it it returns me the 10 spaces
i have tried
var $ticket_spaces = 0;
instead of
var $ticket_spaces = 10;
but it is not working at all,kindly address the problem
Hi caimin_nwl,
thanks for your effort, i have fixed the problem myslef,
the problem is about the simple fields jquery ui localization , i have commented the
i18n/jquery-ui-i18n.min.js
loading from simple fields plugin, and everything working fine, thanks for the nice plugin,No,
i think that am using the simple fields plugin, that may conflict with the datepicker in Events manager plugin, but in simple fields plugin they are not using Jquery ui datepicker, so am concluded something missed while update the Events manager plugin, what i have to do now ???
No, my wordpress version is English not Chinese.
Hi,
Actually i got it by following code, but all the events are showing the same start and end time,
<?php $star_time = get_post_meta( get_the_ID(), '_event_start_ts', true ); echo the_time('g:i:s a ',$star_time);?>-<?php $end_time = get_post_meta( get_the_ID(), '_event_end_ts', true ); echo the_time('g:i:s a ',$end_time); ?>
what is wrong here?