Forum Replies Created
-
AuthorPosts
-
June 26, 2015 at 11:36 am in reply to: enqueue_map_scripts prefixes maps.googleapis.com with site domain #973262
Brian
MemberOk how strange. I have not seen that before.
Can you run through our testing for conflicts guide:
And see if that finds a conflict that is causing this.
Is there any kind of caching that or something in the htaccess that rewrites urls?
Let me know.
Thanks
Brian
MemberHi,
I tried again on my site and could not replicate the issue.
Can you run through our testing for conflicts guide:
And see if that finds a conflict that is causing this.
Let me know what you find out.
Thanks
Brian
MemberHi,
I took a look at your site and it just looks like the Loading Image is not being hidden as you did not add the css to your theme. The page is not actually loading.
Try out this css to hide it:
.tribe-events-ajax-loading img {
display: none;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
June 26, 2015 at 11:26 am in reply to: Is that 89$ for All the Plugins or One Selected Plugin #973257Brian
MemberHi,
Thanks for the interest in our plugins.
The Pro plugin is $89.00 for one license. That includes all the features in Pro.
The other plugins such as Community Events, the Ticketing plugins, etc are all separate purchases and their prices are listed on each of the product page.
We do not have a bundle pricing to buy one or more plugins.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues. I can help out.
Do you have any custom templates for the widgets in your theme?
If so they need to be updated to resolve this.
You need to add to the list-widget.php template the following lines:
$events_label_plural = tribe_get_event_label_plural();$posts = tribe_get_list_widget_events();
Let me know if that works out for you.
Thanks
June 26, 2015 at 11:23 am in reply to: Can't pick ticket sales start and end on the latest release #973255Brian
MemberI am glad to see it working. Most likely it was a cached javascript file causing the issue.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
June 26, 2015 at 11:23 am in reply to: Pro Events List widget only showing "No Upcoming Events" after 3.10 upgrade #973254Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberIf you downgrade you need to downgrade all the plugins to 3.9.x
You want to take the highest version where the x is.
You do not want any of the plugins to be on 3.10 if you downgrade.
Each plugin will have to be individually done.
June 26, 2015 at 9:13 am in reply to: Pro Events List widget only showing "No Upcoming Events" after 3.10 upgrade #973220Brian
MemberHi,
Sorry for the issues. I can help out.
Do you have any custom templates for the widgets in your theme?
If so they need to be updated to resolve this.
You need to add to the list-widget.php template the following lines:
$events_label_plural = tribe_get_event_label_plural();$posts = tribe_get_list_widget_events();
Let me know if that works out for you.
Thanks
June 26, 2015 at 9:11 am in reply to: enqueue_map_scripts prefixes maps.googleapis.com with site domain #973219Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
This is only happening on staging, correct?
What hosting are you using?
And does it break all the maps then in staging?
I searched for that filter in our coding and it did not turn up anything that would modify the url there. Not sure how PHP version would cause that issue either.
Did this just start with 3.10?
Let me know and we can go from there.
Thanks
Brian
MemberThis is the filter:
Add that to your theme’s functions.php and change the 7 and 18 to the times you would like to display.
add_filter( 'tribe_events_week_get_hours', 'filter_week_hours' );function filter_week_hours( $hours ) {
$hour = 0;foreach ( $hours as $key => $formatted_hour ) {
if ( $hour < 7 || $hour > 18 ) {
unset( $hours[ $hour ] );
}$hour ++;
}return $hours;
}
June 26, 2015 at 8:11 am in reply to: Single Calendar pulling events from multiple Google Calendars & Facebook Events #973183Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have any Google Calendar import options.
We do have a Facebook Importer that can import single events as well as a csv importer.
We are working on a iCal importer, but I do not have a release date for it.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Jen,
We have not changed the structured data in the Event Calendar with the 3.10 update.
The best way to see what structured data is there is to look over the templates and see what is there or use Google Structured Data tool to see what it picks up.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins, but they do not have any seat arrangement features. They just had admission tickets without any way to handle seats.
Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
