Forum Replies Created
-
AuthorPosts
-
Brian
MemberThis reply is private.
Brian
MemberHi,
Sorry for the issues you are having.
It appears the order is showing Pending Payment Still.
Did you complete the order process in Paypal?
Let me know.
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
MemberIt is hard to say what the issue is there is no & in the snippet so looks like you put it inbetween two functions.
Can you put it all the way at the end of the file, but before any closing php tag ( ?> ) That is about all I can suggest on this.
Brian
MemberI would test the app using that ID in my previous reply.
If you can import it then it is working and something else is causing this.
If not then I would recheck your app in Facebook and make sure the fields are correct in the Facebook Tab of the Event Settings.
July 1, 2015 at 5:40 am in reply to: The Event Calendar Plugin Incompatibility with the PixGridder Pro Plug-In #974080Brian
MemberOk Good Luck in your project.
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,
Sorry for the issues you are having. I can help out here.
With the release of 3.10.1 we fixed the issue of Events changing times in WordPress on updates because the timezone was not respected.
However, are you talking about WordPress you cannot change the times or is this in Eventbrite itself?
Let me know and we can go from here to try and resolve this.
Thanks
Brian
MemberHi Victor,
I can help out here.
Have you tried using is_tax()?
https://codex.wordpress.org/Function_Reference/is_tax
If you have an event category of Lettuce this should work:
is_tax( 'tribe_events_cat', 'Lettuce' );Let me know if that works for you.
Thanks
Brian
MemberHi Nick,
I can help out here.
That snippet was designed to just use posts for search.
This is an updated version that will enable pages too.
function exclude_from_search($query) {
if ($query->is_search) {
$query->set('post_type', array( 'post', 'page' ) );
}
return $query;
}
add_filter('pre_get_posts','exclude_from_search');Let me know how that works out.
Thanks
Brian
MemberHi,
Thanks for trying out our plugins.
Pro indeed has the 4 shortcodes for the plugins and recurring events. If you would like those features you will have to purchase Pro.
However, there is the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:
That might get you that list of events you are looking for.
Let me know if you have any follow up questions.
Thanks
June 30, 2015 at 4:34 pm in reply to: The addon I purchased says the license has used all of its installs #974030Brian
MemberHi,
Thanks for using our plugins. I can help out here.
The License has used all the installs means the license is already attached to a website. Since you have a personal license you only get one install to attach it to.
If this is an error or you need to reauthorize the site.
You can remove your license key from your account on TheEventsCalendar.com and then reactive on your site.
To do that, login to your account and go to My Account > License Keys
Click “Disconnect now” next to all the urls and go to your site and add those license keys back.
Let me know how that works out for you.
Thanks
Brian
MemberSounds good.
If you have any new questions please let us know in a new thread.
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,
I took another look at your site and it appears you are using Autoptimize on the scripts.
If you disable that does it then work for you?
Let me know.
Thanks
June 30, 2015 at 4:23 pm in reply to: Glitch in Submit an Event defaults to HTML, then dissappears #974019Brian
MemberOk sounds good.
Reply to this thread once you have a link.
Thanks
Brian
MemberHi drwbrendel, glad it worked out!
Also, since I haven’t heard back from Patti here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
-
AuthorPosts
