Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Change the "find out more" textHowdy Dennis,
How WordPress behaves in this instance is a bit unintuitive, but it’s also necessary. When replacing a string with a snippet like that you have to search for the text in its original English. So the text that you want to replace would be “Find out more”. Then it should work on list view, as anywhere else in WordPress.
You could also make a theme override for /list/single-event.php. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you change the look, wording, and order of things. But, this requires some PHP and theming knowhow.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] tribe_events_the_next_month_link and WPMLThank you François for letting us know. I am sorry to hear that our plugin might be new issues with WPML. We are planning on supporting WPML out of the box in the future. We have knocked off most of the other items on roadmap that had to come first. But we’re not quire there yet.
I am going to make a note of this issue so that we can look into once we are full steam ahead with making WPML compatible out of the box. I appreciate you bringing it to our attention. In the mean time, you might be able to craft a compatibility fix by using the filter ‘tribe_events_getLink’. The output of both of those functions is run through that filter, along with the various arguments used to build those links.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] List view – change amount of description rowsHowdy TSMB,
You can manually place the read more line using the read more button while editing a post’s description. If you’ve never seen that button before, checkout this article: http://www.wikihow.com/Add-Read-More-to-Wordpress
Cheers!
– BrookExcellent, glad it works now! Thanks for sharing the solution too cello.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event Calendar error at top of pageHowdy noelwentworth,
3.10 deprecated some classes. In this case code somewhere on your site is calling the class ‘Tribe__Events__Main ‘ by its old deprecated name ‘TribeEvents’.
First, makes sure to update all of your plugins and themes to see if that fixes it. If not, have you done any modifications such as pasting a snippet or creating a theme override for your site? If you have, you will need to investigate if there are updated versions of those snippets, and if not you’ll need to go in and fix them so they no longer use deprecated names.
If you haven’t done any modifications, then the best route is probably to hide those deprecation notices. Those should never be visible on a live site anyways, WordPress hide them by default very specifically because they are only relevant to PHP developers who are modifying WordPress sites. If you are not one, there is no good reason for you to see them. Checkout the codex article on WP_DEBUG and how to disable it. If you disable it that notice will go away.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Can't see my past eventsHowyd Jordan,
Thats awesome you got the Facebook error resolved. I am sorry to see the second one. For some reason your site is sending the wrong Origin header when making Ajax requests. It sounds like you are experiencing a conflict. 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.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Google map not renderingHowdy David,
Would you mind opening up your own topic and thoroughly detail your problem? Per the forum rules on wordpress.org you should start your own topic, unless “you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme, and configurations as the original poster”. Having your own topic helps ensure that each person gets the topics full attention and no one’s unique details get accidentally ignored.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calendar stopped showingHowdy All,
Just a reminder, per wp.org’s rules please open a new topic for your own issue. That way each issue can be addressed and no one gets left behind. Like Marcuss’ sounds completely different, and is likely the result of the 3.10 update not being compatible with your current theme.
Nichole the linked topic is only about the Google Map, not the entire calendar as you seem to be having issues with. If your theme is not workign right with The Events Calendar, have you tried updating it? If not, you should try searching for that theme’s name and The Events Calendar, see if anyone else has simlar problems and found a solution. Maybe even contact the theme author? Often times they are interested in making their themes compatible with popular plugins. You could certainly also rely on the volunteers here, we’ll definitely leave the topic open. But Modern Tribe reps are not able to help with conflicts on the volunteer forums here, so hopefully someone else can if you’re interested in that route.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] No events shows 404 ErrorHowdy Raybabi04,
That is a feature of WordPress. Google recommends that on any page without content, you show a 404. This is better than a 200 OK with no content, which Google calls a “soft 404” and penalizes you for. The WordPress programmers considered that and decided it was best SEO to throw 404s on empty archive pages including CPTs like the Events Archive. But, if you would like to change this then checkout the Events Rocket plugin. It is a free community built addon to The Events Calendar, and offers the ability to never do 404s on empty events pages.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Love this plug, but can I change the events-page-title?Howdy Herojig,
I just removed the comments and that worked great! If you are still having issue on your server you might need the server administrator or your programmer to have a look. 🙁 I wish I could be of more help, but if the comments are gone there are no syntyax errors and it’s running great on my system.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calendar shows fine, but title shows 404Excellent! Happy to hear that. We have talked with Yoast some about getting the two plugins to work better out of the box together. We definitely would like to implement that soon. But in the mean time this snippet works great.
Cheers!
– BrookHowdy guys,
I am sorry to see a few of hitting this roadblock. Based on the symptoms you have ba95472 your theme has an override for the list widget, and the theme author needs to update. Furthermore, they probably need to do other updates if you are facing an issue with regular events view.
Just to note, our of course plugin does not touch child themes when updating.
It sounds like everyone in this topic has faced that same issue. You should contact the theme author and let them know you are facing an issue, that way they can make the appropriate fix which involves using the update version of the list widget in their template. In the mean time you can always download past versions of any plugin right from .org here: https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip If you are keen to downgrade while you wait on the theme author that is the file to use.
I hope you all are able to get things sorted out. Let us know if you have any more questions. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Enter start and end times for all event daysHowdy Dennis,
I appreciate the suggestion. Typically in situations like yours people create multiple events, one for each day, and set the start and end times for each day. If you have an event which occurs on multiple days, you might be interested in Events Calendar PRO‘s recurring events feature, which makes it easy to instead create a single event, but set it to occur again on subsequent days.
Cheers!
– BrookPS. Just so you we have an official page for feature suggestions, if you have any more in the future. : The Events Calendar: Suggest a feature
Forum: Plugins
In reply to: [The Events Calendar] Events Page on a normal page templateHowdy Tigris,
There is not good way in WordPress to import an WPArchive page, like the events, into another page. You can customize the look of the page with a custom theme. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you change the look, wording, and order of things.
But, if you’re not a PHP person that probably won’t help any. In which case you might investigate Events Calendar PRO‘s widgets/shortcodes, which would allow you to display a mini version of the Month view calendar or the list within a post or in a sidebar.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event is the first of the listHowdy GUSUM,
When running version 3.9 of our plugin or newer all pages show events in chronolgocial order. However, on the past events pages it is possible with a customization to reverse this as you are seeing on your current site. If you are running version 3.9 or newer and wish to have chronological order through out, then you should disable any customization that reverse the events order. If you are not running the latest version, then simply updating will fix it.
Cheers!
– Brook