Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Thanks for the interest in the Events Calendar Pro and I can help answer your question.
I’m afraid, the feature you describe is not apart of either our plugins
I understand you would like the events connected, but it maybe easier to just create three events and reference they are all apart of one event.
The Events Calendar Pro can do recurring events, but they have to be on a regular interval, which I do not think you are looking for.
Let me know if you would like more information, thanks.
Brian
MemberHi,
I understand what you are trying to do by having one ticket stock, but multiple ticket prices.
It is not an option I am afraid. It is not setup to deal with variants.
I am not sure it is a matter of “hacking views/wootickets/tickets.php” There maybe more involved changes to get it to work on many different templates.
Someone has requested it as feature on our UserVoice page.
You can add your voice to theirs, but I do not know about when or if that option would be added.
We can provide some help on customization, but not much on a customization of this size.
Let me know if you would like anything else.
Thanks
Brian
MemberBrian,
Thanks for providing that information.
I loaded up all the plugins and theme and still not getting any errors and we have gone through the processes we have for trying to resolve conflicts and nothing is appearing.
I would check with your host and reference this thread and they maybe to better see what is going on in the server as it looks like something besides visual composer and the events calendar pro is causing an issue, whether it be the theme, another plugin, or a server setting I cannot tell.
I would also try with a fresh install and not importing any settings from the theme to see if that helps.
Unfortunately not being able to reproduce the problem leaves me without anything else to give you to resolve this.
If this is something that you think cannot be resolved on either our end or yours please email us at pro(at)tri.be and we can give you a refund.
Thanks
Brian
MemberJordi,
I asked one of your developers to give a idea of what the coding does for each function. Please see his response in italics under your questions.
what is concretely doing the tribe_events_week_set_loop_type( ‘hourly’ ) function and what does it mean for the loop
week view differentiates between all day events (in our default week view they display at the top of the grid) and hourly events, this is just a convenience function to switch between those two sets
Function is in:
\events-calendar-pro\public\template-tags\week.phpand what will tribe_events_week_get_hourly() return?
if everything is in place it should return an array of post objects
Function is in:
\events-calendar-pro\public\template-tags\week.phpBoth of those function reference get_events() function which is a PHP class in this file:
\events-calendar-pro\lib\template-classes\week.phpThat class is responsible for returning the events.
Please look at that over and let us know if you would like anything else.
Thanks
Brian
MemberHello,
My name is Brian and I can help you out with this.
You are requesting features that are not apart of our plugins :(, but I think I have an idea of somewhere you can look for help as they are possible. 🙂
I think it is possible with coding, but maybe more involved and it is also more support then we can provide.
Instead there is a plugin called Post Connector that may help. (I have known about this plugin, but not used it)
It has a free version that could connect Events to Posts or you could contact their support to see if they have what you are looking for.
From reading through the documentation it does appear to have related custom posts as a feature(not sure if it is pro feature).
Let me know if that helps out.
Brian
MemberHi Fred,
I can help you out with your questions and provide some ways to get both things done. Please see each section below for some help.
Export Button
This is possible and we have two tutorials to do it for the site please check this out:
https://theeventscalendar.com/support/documentation/remove-export-links-from-single-event/
https://theeventscalendar.com/support/documentation/removing-the-ical-import-link/
Tooltips Only
For this customization please look at our themer’s guide to move and modify the templates in your theme.
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
You are going to want to get the views/month/single-event.php and move it to your theme according to the Themer’s guide
Then at the bottom you are going to want to change this line:
<h3 class="tribe-events-month-event-title entry-title summary">" class="url"><?php the_title() ?></h3>To this:
<h3 class="tribe-events-month-event-title entry-title summary"><?php the_title() ?></h3>Please let me know if you have more questions or get stuck.
Thanks
September 3, 2014 at 1:45 pm in reply to: Allow only specific groups to see submitted events #720140Brian
MemberHi,
I can help answer your question. You are asking to have one Calendar that depending on what group you are in sees only events for that group, correct?
Unfortunately, that feature is not part of our plugins. There maybe ways to do that with a plugin such as Members, but it does involve some customization and playing around with it to get it to work.
I could not find another plugin or some coding that I thought would help you get to your goal.
Does that answer your question?
Let me know if you have any more questions or I did not read it correctly for what you are looking for.
Thanks
Brian
MemberHello,
Sorry for the issues you are having with the maximum tickets. I can help resolve this.
First can you confirm that on saving the a ticket, it saves everything else, but the Stock Field.
Then as you mentioned in the WooCommerce Products there is no ticket field, it is all done through the Events Edit Page.
Then can you please follow our Testing for Conflicts Guide and see if that resolves the Stock Field Not Saving.
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
Let me know what you find out and we can go from there to fix it.
Thanks
Brian
MemberHello,
I can help you with changing the range of the cost in the filter bar.
The Cost Filter takes the values from the Cost Field in the Events. So it builds the range depending on what events it finds.
Can you please verify with the Event that costs $200.00 that you have that in the Cost Filled in the Event Edit Page. Here is what the field looks like.

If it is there we will have to do some debugging to why the Filter Bar is not picking it up.
Please let me know what you find out and we can go from there.
Thanks
Brian
MemberHi,
Thanks for your interested in the Events Calendar Pro.
We do have “Sticky Events” so an event would appear in the Month View on the top of the list for a specific day.
We do not have that feature for the List View of all Upcoming Events.
It is something you could add to the Events Calendar.
You could create a custom query of events by a featured category and show them there.
Please let me know if that answers your question, thanks.
Brian
MemberFaceplant moments happen to all of us doing development!
So, I am glad to see you were able to fix this issue!
Since the issue is resolved 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!
Brian
MemberRuben,
Thanks for sharing the coding!
Glad you got it all working too. I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
September 3, 2014 at 9:02 am in reply to: Events not showing up in main blog, Outspoken Theme #719568Brian
MemberThanks for the coding. I took a look and yep because the home page uses widgets it does not have a loop to add to.
We do have a widget you can add to the front page to just show events, but it will not be combined with other posts.
If the theme has its own widget that displays posts there maybe a way for the developer to add a custom post to it through a filter.
Or there maybe a way to add a custom loop on the home page, but that would have to be all customized coding.
Beyond that I am not sure how much help we can be here, but if you have some more questions I will try to answer them.
Thanks
Brian
MemberHello,
Thanks for the interest in our WooCommerce Tickets plugin. As it is an add on for WooCommerce it does not handle the payments or have a feature to do as you ask.
However, I did a quick search on Google and found a bunch of different articles that make it sound like it is possible with coding or another plugin for paypal.
An Article with some coding:
Plugins
http://codecanyon.net/item/woocommerce-paypal-adaptive-split-payment/7948397
http://ignitewoo.com/woocommerce-extensions-plugins-themes/woocommerce-paypal-adaptive-payments/
Google Search For woocommerce multiple paypal accounts
Let me know if that helps or you have any questions.
Thanks
Brian
MemberHi matus,
No worries, I can help you with this.
In the single-organizer.php template you moved to your theme. (If you need help with that please consult the themer’s guide)
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Look for this coding around line 62
<?php echo tribe_include_view_list( array('organizer' => get_the_ID(), 'eventDisplay' => 'upcoming', apply_filters( 'tribe_events_single_organizer_posts_per_page', 100 ) ) )?>You are going to want to change this part:
'eventDisplay' => 'upcoming'To this:
'eventDisplay' => 'all'So switch upcoming to all. That should do it, let me know if you have issues with that.
Thanks
-
AuthorPosts
