Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi there Tara,
Thanks for reaching out and also for your interest in our products π
While our product generates a unified calendar for the site, you can create different ‘Event Categories’ and then link users directly to those. ‘Event Categories’ will also work if you are looking to embed a Mini Calendar Widget in the properties page. That can be done by using our widget shortcodes, for example:
[tribe_mini_calendar category="house-123"]That shortcode will include a minicalendar showing only the events for category “house-123”.
Regarding marking the availability on the calendar, your client can create events for the available slots. Events can be multi-day or recurring if there’s a pattern (only available on weekends for example). With some custom CSS I think that will work for your project!
We have a 30 day refund policy so if you want to give our products a spin, I’d say go ahead and buy them! If at any point you feel our plugins won’t work for your project you can ask for a refund and get your money back (within 30 days of purchase).
Please let me know if this answers your question,
Best,
NicoNico
MemberHey Shaun,
Thanks for the patience on this π
I’ve modified the snippet to work as you described:
// Check if page is direct child
function is_child( $page_id ) {
global $post;
if( is_page() && ($post->post_parent != '') ) {
return true;
} else {
return false;
}
}// Breadcrumb Logic
function tribe_breadcrumbs() {
global $post;$separator = " » ";
echo '
';
echo 'Bid/Tender Training';if( (tribe_is_list_view() || tribe_is_month()) && !is_tax() ) { // The Main Calendar Page
echo $separator;
echo 'Calendar';
} elseif( (tribe_is_list_view() || tribe_is_month()) && is_tax() ) { // Calendar Category Pagesglobal $wp_query;
$term_slug = $wp_query->query_vars['tribe_events_cat'];
$term = get_term_by('slug', $term_slug, 'tribe_events_cat');
get_term( $term_id, 'tribe_events_cat' );
$name = $term->name;echo $separator;
echo $name;
} elseif( tribe_is_event() && !tribe_is_day() && !is_single() ) { // The Main Events List
echo $separator;
echo 'Events List';
} elseif( tribe_is_event() && is_single() ) { // Single Eventsif ( $terms = get_the_terms( $post->ID, 'tribe_events_cat' ) ) {
$term = array_pop($terms);
echo $separator;
echo 'slug, 'tribe_events_cat').'">'.$term->name.'';
}echo $separator;
the_title();
} elseif( tribe_is_day() ) { // Single Event Days
global $wp_query;echo $separator;
echo 'Events';
echo $separator;
echo 'Events on: ' . date('F j, Y', strtotime( $wp_query->query_vars['eventDate']) );
} elseif( tribe_is_venue() ) { // Single Venues
echo $separator;
the_title();
} elseif ( is_category() || is_single() ) {
echo $separator;
the_category(' • ');if ( is_single() ) {
echo ' '.$separator.' ';
the_title();
}
} elseif ( is_page() ) {
if( is_child(get_the_ID()) ) {
echo $separator;
echo 'post_parent ) . '">' . get_the_title( $post->post_parent ) . '';
echo $separator;
echo the_title();
} else {
echo $separator;
echo the_title();
}
} elseif (is_search()) {
echo $separator.'Search Results for... ';
echo '"';
echo the_search_query();
echo '"';
}
echo '';
}
Please let me know about it,
Best,
NicoNico
MemberDave,
Thanks for the patience on this!
So to limit the list below the mini calendar widget you’ll need to create a template override of the file ‘wp-content/plugins/events-calendar-pro/src/views/pro/widgets/mini-calendar/list.php’. If you already have an override for that file, there’s no need to create a new one. Our themer’s guide describes in detail the process of creating template overrides if you are not sure about it!
Once you have the override in place, go ahead and add the following lines:
...
...
Please give that a try and let me know if it works as expected,
Best,
NicoNico
MemberHey rustysam,
Thanks for reaching out to us and for your interest in our products π
There shouldn’t be any problems with Event Tickets Plus + Easy Digital Downloads + Free Tickets. That should work smoothly!
If you purchase the add-on and verify it doesn’t work as expected you can always ask for a refund within 30 days of purchase. So I guess you can go ahead and give Event Tickets Plus a try!
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberI’m afraid this not what I’m needing. What you’ve sent is the Apache log (which logs every request to the server), and what we need to look into is the PHP error log.
This tutorial on How to view error logs in cPanel might be useful. If you are not sure about it you can reach out to your hosting provider and ask them for it. We are trying to see if the code (blank page) is due to a PHP (code) error, and if true then in which file and line is the error generating.
You can also add this line to your wp-config.php file (as explained here):
define( 'WP_DEBUG', true );
To make the error visible on the admin (it should show an error description in the blank page). Although this might not work depending your server settings.
Thanks,
NicoNico
MemberHey Kama,
Thanks for reaching out to and also for your interest in our products!
Unfortunately I don’t think our plugins covers exactly the functionality you describe. The closest you can get to this with our solution is the following:
- You can create events for the Webminars (one per ‘free slot’) and add tickets (paid or just RSVP) so users can ‘book’ the webminar.
- When customers buy the ticket for the webminar (event), they get an email with the ticket (you can add custom text to it).
- Webminar/Events can have a limited stock for tickets or RSVP.
The downside is tickets do not play well with Recurring Events (yet), so if your webminars take place every week at the same time and you want to add tickets to it, you’ll need to create an individual event for each webminar. Instead of creating a series of recurring events (feature of Events Calendar PRO).
If you would like to try the set-up I mentioned, just go ahead and purchase the add-on Event Tickets Plus (enabled paid tickets feature), and try it out. If you feel it won’t work for the project, you can request a full refund within 30 days of purchase.
Please let me know if you think this might work for you,
Best,
NicoNico
MemberHey Melinda,
Thanks for following up with all this data! I was just crafting a reply for you when you new message came in…
Let me take a look and I’ll get back to you,
Best,
NicoFebruary 9, 2016 at 11:53 am in reply to: I tried free one, not fully satisfied, Still want to buy paid one #1070432Nico
MemberHey Darshan,
Glad to hear you could sort this out! And thanks a lot for following up with your solution as well π
Hope everything continues to run smooth and we can have you as a customer soon!
Iβll go ahead and close out this thread, but if you need help with anything else please donβt hesitate to create a new one and we will be happy to assist you.
Have a great week,
NicoFebruary 9, 2016 at 11:46 am in reply to: Show past events in 'Past events widget' in reverse chronological order #1070430Nico
MemberHey,
Thanks for clarifying!
While it’s possible to filter and modify the ‘Advanced List Widget’ arguments to show past events, I think that for this case it might be easier to reach out to the folks behind the ‘Eventica’ theme and ask if this is possible in their widget. If they are not able to give you a solution I can point you into the right direction!
Please let me know about it,
Best,
NicoNico
MemberHey @fxidesigns,
Thanks a lot for following up! I could run some tests and narrow down this bug to the following:
– If the event starts and ends on the same day in the feed (UTC) there will be no trouble with it.
– On the other hand if the event star date and end date happen in different days in the feed (UTC) it will assign the correct Timezone but won’t convert the time of the event.
This will happen with events ending at or after 7pm (New York time), this is why only one event was failing to convert.I’ve already logged this bug and a fix for this will be released in the future.
Sorry for the hassle and thanks for the patience until this is fixed,
Best,
NicoFebruary 9, 2016 at 7:49 am in reply to: Event Ticket Plus Not Working with Custom Post Type #1070291Nico
MemberYou are welcome Sean!
February 9, 2016 at 7:35 am in reply to: I tried free one, not fully satisfied, Still want to buy paid one #1070283Nico
MemberHi Darshan,
Thanks for reaching out and sorry to hear about this issue!
I’m not sure about the issue described as ‘month change’, but if this is a theme conflict (as you state) then you confirm this by switching the theme to Tweenty Fifteen WordPress theme (the issue shouldn’t be present with default theme). That said, we cannot provide support in this Pre-Sales forum. We provide support on wordpress.org support forum (limited – weekly) and in our premium forums (daily passes) for license holders. If you are interested in getting premium support you’ll need to buy a license, read more about this.
Take this Thread off from general public view. ASAP.
This forum is public so I’ve removed you client site link. If you still want me to delete this thread I can do so but will not be able to reply back!
Please let me know about it,
Best,
NicoFebruary 9, 2016 at 7:17 am in reply to: Event Ticket Plus Not Working with Custom Post Type #1070270Nico
MemberHey Sean,
Thanks for jumping in! Hopefully you won’t have to wait to 4.1.1, this fix will be included in maintenance release 4.0.6 which if everything goes as expected will be out next week.
Hope you can wait for it π
Best,
NicoNico
MemberThanks a lot Ameet, as usual you are a great customer to work with!
Nico
MemberHey @lishal,
Thanks for sending the db dump, I’ve created an internal ‘support ticket’ for this case to be reviewed. This process can take a bit more time than the usual exchange, but I’ll keep you posted on any progress. Really hope we can find a solution for this quickly!
@ Sean, sorry to hear about your issue too. It sounds that you could be affected by the same issue described here, but it might also be another thing going on on your site. For now I think the best will be you continue to work on this with Hunter (I’ll keep him posted as well if I have any news on this case) and also see what comes out from the ‘support ticket’ about this issue.
Thanks both for the patience while we work on this,
Best,
Nico -
AuthorPosts
