Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Can't see past eventsHowdy Wpgeek!
Thanks for doing that test. On you current theme there is definitely a conflict. I am seeing the following error in the JavaScript console:
tribe-events-ajax-list.min.js?ver=4.1.4:1 Uncaught TypeError: a(...).tribe_spin is not a functionThis error is usually the symptom of a theme conflict. When you were in Twenty Sixteen with all plugins disabled did you see the same error? If so, what happens if you setup a new WordPress install on this server and only run the The Events Calendar plugin? Is the error still present? Sorry I know this seems like an extreme debugging step, but if you faithfully followed the conflict test its the only one left. 🙁
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Set a default map zoom level and centerHowdy Mortetm,
Would you mind opening up a topic on The Events Calendar: Premium Support Forums ? We can not support Map view here, any paid plugin support is against this communities rules.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Gaps in event_embedYou are so welcome. Thanks for getting back!
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Cannot see all of locations in the mapHmm that is strange! Would you mind trying again? Maybe there was a temporary glitch?
To elaborate on what Brian said we actually can’t support Map View/the premium plugins on this forum, it is against the forum rules of this community to support any paid plugin. Hence why we requsted you go to the area designated for that. 🙂
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events shown on month view are all the sameHowdy Mailme,
I wish I could be of more help here. To be honest I am not sure either off the top of my head. Our queries get pretty complicated.
To be completely upfront: this particular area is our volunteer forum, but all of us helping are paid staff. As a thank you to the community our managers have instructed us to man these forums and help with customizations when we can answer them off the top of our head. But they well know that researching stuff like this can take a lot of our time and cost the plugin money, so anything more than that is out of scope of what we can help with.
Best of luck with this endeavor. I will leave this unresolved in case another community member wishes to collaborate on this or something. But as far as Modern Tribe goes we’ve helped as much as we can in this forum.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events order on list viewHowdy Emre,
It really is up to you, any file that loads all of the time will work. However snippets in WP are commonly placed in your themes functions.php If you paste that snippet at the top of your theme’s functions.php file. Replace the opening “<?php” with this snippet, as this snippet includes that opening tag. That should work.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Only Full Day Events Appear in Month ViewHowdy David,
I am very sorry to hear this is giving you troubles. As a test and possible temporary workaround, could you try editing one of the problem events and changing the time slightly. Does it show up in Month view? If you change it back to the original does it still show? Actually simply editing the event and hitting “Update” might be enough to solve this for now.
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Open Link in new TabHowdy ferox,
I would love to help you with this. If you paste the following snippet at the top of your theme’s functions.php file it will do that. Replace the opening “<?php” with this snippet, as this snippet includes that opening tag.
https://gist.github.com/elimn/7bd806e297104721526432eedee882c4
Did that work for you? It adjusts the Event Website link to open in a new tab, which I believe is what you were referring to.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Links below calendar is not workingHowdy Johanlinder,
Thanks for trying that out. Good call disabling WP_DEBUG now that you have shared its output.Our calendar does try to hide those links if it thinks there are no future events. So lets say you only have events for June, and no more events in the future, then the link to July will not exist.
What happens if you try adding a new test event for the distance future, like July of next year. Do the links start appearing until next July?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Resize month viewHowdy lucatek:
This tutorial walks you through altering the “breakpoint” for when our month view switches to the mobile view, which is condensed. This tutorial address making the breakpoint happen at smaller screen widths, but you can change it easily to make it happen at wider ones if you prefer: https://theeventscalendar.com/knowledgebase/month-view-displays-in-mobile-view/
In the solution just change the number returned to a larger one like 2000 instead of 600.
Did that work?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Unable to change "Google Maps default zoom level"Howdy Hinagiku
Unfortunately that does sound like a bug we have been seeing as well. It is only in our most recent 4.1.4 version. Could you try downgrading to 4.1.3 for now? That should allow you to modify settings. Then when 4.2 comes out upgrade to that.
Previous versions: https://wordpress.org/plugins/the-events-calendar/developers/
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event Calendar issueHowdy Revu,
It sounds like you are experiencing a conflict with our Ajax requests. In order to proceed you will need to test if a “conflict” is happening, and if so narrow it down so a fix can be found for it. This guide walks you through how to test for a conflict, and then identify what is conflicting. What’s the result of that?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] BUG? Settings page resets to defaultAre you running 4.1.3 of the plugins Burnt? You said “it fixed the list view” but I was not sure if that just magically fixed itself or downgrading did. The reason I ask is because there is a very strange buf in 4.1.4 right now limited to some folks where setting changes do not take effect immediately and yet pretend like the did. Hence why Brian advised downgrading and THEN changing the settings again.
Does that make sense? Did that work?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calendar does not display properlyHowdy emergelab,
Unfortunately there about a billion things that could be happening. If you post a link to the site where the conflict are currently happening the kind folks in this community might be able to help. But without that there is basically no good way to even understand the problem, much less find solutions for it.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events Calendar Dates and Time not displaying correctlyHowdy Jennito,
Thanks for sharing those! The Time Format settings you shared are not quite the ones we were curious about. As Brian said they can be found in the general settings area for WordPress, not the Events settings area. If you are in teh Wp Admin near the bottom should be a Settings menu with General as one of the options on that menu. If you go to Settings > General it will show your time format settings for the entire site. What do those look like?
Cheers!
– Brook