Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Try adding the conditional in the function and not around the action like this:
function tribe_set_default_date () {
if( tribe_is_week()) { // Week View Page
if ( !is_single() && empty( $_REQUEST['tribe-bar-date'] ) ) {
$_REQUEST['tribe-bar-date'] = '2016-08-29';
}
}
}add_action( 'parse_query', 'tribe_set_default_date' );
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
MemberHow strange.
I wonder why it does not work on your site at all.
Do you know what PHP version you are using and who is your host?
Can you see if it is just a bad install and delete the plugin and upload a fresh copy from theeventscalendar.com?
Let me know.
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I am not 100% sure of what you are trying to do, but we do have this list of conditionals that can help you target specific views:
https://gist.github.com/jo-snips/2415009
Does that help?
Brian
MemberHi Aimee,
Thanks for the interest in WooCommerce Tickets.
That payment extension for WooCommerce should work, but we do not know for sure.
We do offer 30 day refund policy so if it turns out it does not work you could ask for a refund.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our ticketing plugins.
Unfortunately, tickets are all under the name of the person who purchases them. We are working on adding the feature as you request, but have had delays and I am not sure when it will be released now.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have any bundle discounts or coupons at this time.
We release coupons from time to time through our newsletter, which you can sign up for on the bottom of our site.
Thanks
July 28, 2015 at 8:47 am in reply to: Events Disappearing or Not Showing Up At All on Calendar #991068Brian
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
MemberHi Dawn,
I think WordPress has something that might help with this.
I did a Google Search and found this coding that can be added to your theme’s functions.php:
add_action('wp_logout','go_home');
function go_home(){
wp_redirect( home_url() );
exit();
}That code will redirect to your home page.
You can change this to any url you would like: home_url()
Cheers
Brian
MemberHi,
Thanks for checking on that.
So you can confirm you deleted the Event List Widget and added a new one and still have the issue, correct?
If that is the case please follow our testing for conflicts guide:
Let me know what you find out from that test to see if it can narrow down the cause of this.
Thanks
Brian
MemberHi Stepan,
Thanks for the interest in our plugins.
You could use one of the ticketing plugins to sell access to a webinar.
However, we only create tickets with the plugins so there is no easy way to send a webinar link without customization on your part.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Is this in Community Events and the Admin event edit forms? Or just one of those you are trying to do this?
I have looked around, but not seeing a filter or action here.
This call to a method is creating the dropdown in that referenced class in my last reply:
$this->tribe->saved_organizers_dropdown( $organizer_id, ‘organizer[OrganizerID][]’ );
That is referencing this method:
saved_organizers_dropdown
In this file:
the-events-calendar\src\Tribe\Main.php
Unfortunately, the only way I see this working is to modify that method directly for now and then see about getting a filter in there for future releases that you could use to modify the query.
Brian
MemberHi,
Thanks for providing the link.
I took a look on my test site.
In mine actually Genesis css caused more issues then the two datepicker css.
Since both of us are using the jQuery UI css to style the datepicker. I am not sure there is much we can do, but we can look into it.
For now the correct course would be to deregister one and use the other.
Thanks
Brian
MemberHi,
Thanks for providing the link.
From looking at the ics file created by the link the recurring events are set to go until August 4th 2015. Does that sound correct?
I also was able to see all the events from January to August and do a one time import to get them all.
However, the recurring import option only imports the 1 event as you mentioned. So I am looking into why it is doing that.
Also, the \n is being taken out because WordPress does not respect that. If you add it into any post or page content it will not create a new line at least from the tests I did in a couple themes.
I will let you know what I found out about the recurring import as soon as I have something later today.
Thanks
Brian
MemberHi Sarah,
We have a non profit program, which provides the plugins for free if you qualify.
You can learn about the program and follow the steps outlined there if you qualify by following this link:
https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Cheers!
-
AuthorPosts
