Forum Replies Created
-
AuthorPosts
-
October 17, 2014 at 7:07 am in reply to: What exactly does the "Merge Duplicate Venues and Organizers" button DO in 3.x? #815804
Brian
MemberI am afraid we do not have that feature beyond the current one that was to help from the upgrade from 2.x to 3.x installations.
There maybe a function that could be created to do it, but that is beyond the support we can give on the forum.
Brian
MemberHi hughconstructs,
No worries on the time. Glad to see you have narrowed down the issue.
Looking at the coding I do not see why it would be changing it. Maybe you could look through this list of conditionals:
https://gist.github.com/jo-snips/2415009
Then use them to prevent the coding from running on the event pages so it does not change the map.
Since the issue is resolved and the source is found I am going to close this ticket as there is nothing more we can really do here.
If you run into trouble with this or something new please do not hesitate to create a new ticket.
Thanks
Brian
MemberIt is run through the wp-cron so it will run in the background and does not increase the load time for a user of normal pages.
Your welcome for the support and glad to see it working now for you.
I am going to close this ticket as it is working now for you. If you have any new issues or questions come up please do not hesitate to create a new ticket and we can help you out.
Thanks
Brian
MemberHello, I can help you out here.
Unfortunately, anything include in the plugin directory on updates is overwritten including the language files. There is not function feature around that.
I did find a solution if you would like to do a little coding in this Stack Exchange:
The Main answer has a way to build a plugin and use that to override another plugins language files.
That is the only option I have for you besides after an updating uploading your language files back into the plugin.
Let me know if you have any questions.
Thanks
Brian
MemberSorry missed that part about the exporting events to another WordPress install.
Yes the Organizers, Venues, and Events are all custom Post Types and can be exported and imported using WordPress Export and Import.
However, the limitation with using that is if you do not export everything the featured images to do get transfer to the new site, that is a limitation from WordPress.
Thanks for posting on our UserVoice for a new feature.
Let me know if you have any other questions.
Thanks
Brian
MemberThanks for using our plugin and I totally understand that there are some many systems to work with out there and having a solution to update them all from one place would be a great time saver.
Unfortunately, for us to to able to push events from a website to Facebook they would have to allow it through their API. Right now for Publishing, Deleting, and Updating Events the Graph API does not support them.
There seems to be a method for Google Calendars although I am not 100% certain it would work in a plugin, but we are always interested in adding new features. 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.
http://tribe.uservoice.com/forums/195723-feature-ideas
Thanks
Brian
MemberHello thanks for the interest in our plugins. I can help you out.
When someone purchases a ticket(could be used as a registration as it supports free tickets) for an Event using one of the Ticketing Add Ons they are added as a user through the eCommerce Plugin such as WooCommerce. However, the ticketing system is independent of the WordPress users. The eCommerce is what creates the WordPress account if you have it setup that way, some allow for guest purchases.
Do you have a user management modeule that checks if they are a unique user (have they registered for an event before?).
I am afraid we do not have that feature. If you use something like WooCommerce they could sign in to their account again and you maybe you can check that way, but not through our plugins without some customization. We do try to help with customization on the first step, but for most customization it is beyond the support we can provide.
Does that answer your questions?
Brian
MemberJason, great glad that works for you.
mattcuba were you able to update to 3.8.1 and see if that resolves your issue? Let me know thanks.Brian
MemberHello,
I can answer your question. There is no feature out of the box to do that with the Events Calendar.
It is possible to do that, but it is not an easy customization 🙁
I am going to quote another team member from another ticket here as the information is relevant to your question:
“If you have a knowledge of PHP or Apache mod rewrite, you should be able to do what you need. Using mod rewrite you could replicate the rewrite rules (found here). Obviously you would want these rules to have precedence over the WordPress ones. I believe you would need to add the [L] condition and put them above the WP rules to get it working properly.
Or, you could add or override Tribe rewrites in a plugin of your own, or your theme’s functions.php file. You could essentially copy our rules above but change them around to include your custom directory.”
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
Let me know if that answers your question.
Thanks
Brian
MemberThanks for adding the coding. I was able to verify that the cron is in there. Please remove it now.
So it looks like it is working now with wp-cron back on and not manually running it.
It may still work by manually running the wp-cron from a cron job, but you might have to run it more often then 15 minutes to get it to work.
Does that work for you?
Brian
MemberGreat glad that works.
Ok I came up with a quick filter to do this.
Same as the other code please include it in your theme’s functions.php. (Change the word Custom)
https://gist.github.com/jesseeproductions/b95efcea6f7b6edefa07
If you need to target a specific page please look at the conditionals here:
https://gist.github.com/jo-snips/2415009
That is all the support we can provide on customizations through the forum and your original question has been answered so I am going to close this ticket as we try to keep them to one topic. If you have any more questions or issues please do not hesitate to create a new ticket.
Thanks
October 16, 2014 at 7:50 am in reply to: Homepage Redirect Loop and Cannot Apply Template View #814295Brian
MemberOk well at least there are no errors running, but that makes it a little harder to figure this out.
Are you able to test this out with the latest version of the plugins 3.8.1 and see if that resolves the issue?
How do you have the homepage setup? Under Settings->Reading what is the Front page displays set to?
To confirm this only happens when you activate Pro? Can you try disabling the Pro Views on Events->Settings->Display (Map,Photo, and Week)
Do you have Pro active now? Or only during your tests?
Let me know and we can go from here.
Thanks
October 16, 2014 at 7:41 am in reply to: Some events not showing on calendar grid – cutting off later events #814281Brian
MemberGreat glad that is working.
I do have some coding you can use in your theme’s function.php that can exclude categories. You can find it here:
https://gist.github.com/jesseeproductions/4b215d2b854a6f6cb649
That is set to exclude two categories (‘Concert’,’Convention’), but you can do one or more, just separate them by commas.
That is set to target just the month view and not the category month views.
That should get you started I am going to close this ticket as the original issue is resolved, but if you run into issues or need some more help with anything else, please just create a new ticket.
Thanks
October 15, 2014 at 5:44 pm in reply to: Homepage Redirect Loop and Cannot Apply Template View #813252Brian
MemberHi Jonathan,
Sorry for the issues you are having with the theme. I can troubleshoot this with you, but actually changing the theme coding is beyond the support we can provide on the forum. I can certainly help you narrow it down though.
Can you please turn on the WordPress Debug and the Events Calendar Debug to see if we can get more information.
Events Debug
Go to Events->Settings->Miscellaneous SettingsThen check Debug Mode
WordPress Debug
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 then try to load the Events Calendar Pro and try to recreate your issues.
Then look at your debug.log file and see if you have any errors that could be causing the issue.
If you cannot load the Events Calendar Debug that is fine.
Let me know what you find out and we can go from there.
Thanks
October 15, 2014 at 5:37 pm in reply to: Do the Facebook and Eventbrite Add-ons work together? #813241Brian
MemberHello unityboulder,
Thanks for purchasing all our plugins. I can help you out here.
The Facebook importer and the Eventbrite are not designed to work directly together.
One is designed to import Facebook Events the other to connect with Eventbrite.
There is no feature to connect the two, but once an event is Imported from Facebook you should be able to get in an connect it with Eventbrite.
Are you seeing something different in your site?
-
AuthorPosts
