Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi Pasi, glad you were able to figure it out.
Sergio sorry for the issues you are still having.
Are you manually completing all your orders in WooCommerce or using a script to complete them?
By default WooCommerce does not set an order to complete, it must be manually done.
The process of marking an order complete is what triggers the emails to send.
Let me know and we can go from there.
Thanks
Brian
MemberHi,
Thanks for using our Plugins.
We do not have a write up for the front end use. We just have New User Primers for setup of the plugin as you mention.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello mcmainstreetassociation,
Sorry for the issues you are having as well. Your looks to be a theme issue as well. We can better help you by giving you our full attention if you create your own ticket and provide a link to the page so we can take a look and hopefully provide some css. If you want you can still post here with a link and I will take a look. Either way we can try to help out on a first step to resolve this conflict.
Thanks
Brian
MemberHi Cathryn,
Thanks for using our plugin. I can help you get started on this although I am unable to help refine all the css issues.
The follow will fix the issues in the first two images you have above:
#top #event_datepickers input[type="text"],
#top .ui-datepicker-title select,
#top #tribe-events-pg-template select {
width: auto;
display: inline;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
However, there is still formatting issues in the Date Picker Popup caused by your theme that is beyond the support we can provide to fix everything there.
I could not duplicate the x and o error, what browser is that happening in and I can take another look.
Let me know if that helps.
Thanks
March 4, 2015 at 11:21 am in reply to: Next events in list view doesn't work for logged in users #945973Brian
MemberHi,
Thanks for using our plugins. Sorry for the issues you are having.
So when a logged in user clicks next events in the list view only one new event shows, correct?
If that is the case and at least one event is being pulled it does not sound like a javascript conflict, but maybe a php conflict.
I would turn on the WordPress Debug to see if you can narrow down the issue.
Please follow the steps in the WordPress Debug Codex in the Example wp-config.php for Debugging section:
http://codex.wordpress.org/Debugging_in_WordPress
Please place that coding and load the list view and click next events a couple times to reproduce the error and then check the error log and see if there are any errors.
Let me know what you find out and we maybe to help from there if it is a Event Calendar issue.
Thanks
Brian
MemberHi,
Thanks for purchasing Pro and I can help out here.
I tried to take a look at your site, but it would not load.
Can you please provide a link to a event having the issue and I can take a look.
Thanks
Brian
MemberHi,
Thanks for purchasing Pro. I can help you out here.
I visited your site and it looks like there is no background for the Event Pages which is causing the issue.
Try this css to fix that:
#tribe-events-pg-template {
background: none repeat scroll 0 0 #fff;
max-width: 1021px;
padding: 0 20px;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
We currently do not have a iCal importer. We are working on releasing that feature in the coming months, however, it will be a manual import and not work off a cron.
Let me know if you have any follow up questions.
Thanks
Brian
MemberSorry for the late reply.
Are you using the entire snippet including adding both add filters?
If so try this instead:
add_filter( 'tribe_month_grid_view_title', 'events_title_tag', 10, 2 );
add_filter( 'tribe_events_this_month_title', 'events_title_tag', 10, 2 );function events_title_tag( $title, $separator ) {
if ($title && $separator) {
return substr_replace( $title, 'Calendar ', 0, strpos( $title, $separator) );
}return $title;
}Let me know if that stops the error.
Thanks
March 4, 2015 at 10:58 am in reply to: Solution for WPML + Events Calendar PRO Recurring Events Compatibility #945962Brian
MemberAll I can saw is it is on our roadmap and we are looking to add it, but have no timeline. We cannot release any more information then that until the feature is ready to be released as we do not want to have someone rely on a release date and us miss it.
I have brought up your coding to the team and we are going to take a look at it.
Thanks for providing the coding again.
Brian
MemberOk Apologize for the long running thread, but we are back from the Team Trip and can do proper testing with normal internet access.
I did not get an email, but tested on site changing the language to Afrikaans and Pro translated for me.
If you you deactivate, delete, and reinstall Pro does that fix the issue?
As it appears the default Afrikaans language files that come with Pro are working.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins. Each commercial plugin is separate from the others and all require the free version of the Events Calendar to work.
If you would like the features of both Pro and Eventbrite you must purchase both of those add ons we do not have a bundle of those features together in one product.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Caroline,
Thanks for the interest in the Facebook Importer. Unfortunately, it does not support recurring events or managing recurring events.
The plugin works one way, it imports events into your WordPress site. It cannot sync events if changes are made in either service.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for purchasing WooCommerce Tickets.
Unfortunately, there is no way to add variable attributes to the tickets to select for each product.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
March 2, 2015 at 8:48 am in reply to: Collect user info / form integration OR limit 1 ticket per order #945487Brian
MemberHi,
Thanks for using our plugins I can help out here.
You are correct with our features, but I have seen some success with using this plugin to limit ticket purchases:
Then using this plugin you can add checkout fields in WooCommerce:
That could get you closer to what you are looking for.
Let me know if that helps.
Thanks
-
AuthorPosts
