Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Italian language .moHowdy Dubbo,
I am sorry to hear you are having issues. That does not sound quite right. Perhaps you should redownload the plugin? Our Italian translation is 90% complete: http://translations.theeventscalendar.com/projects/tribe-events-calendar/it/default
You might also check this out. We have a guide for translating plugins, which if you contribute you can get a free license to Pro. 🙂 The Events Calendar: Guide to translating a plugin
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Update italian translation for some doesn't functionHowdy M,
Typically changes are made to the .po file, and compiled to the .mo. But first you would want to update from the source .pot file. Is that what you were doing?
You might also check this out, we give away free licenses for folks who contribute translations 🙂 The Events Calendar: Guide to translating a plugin
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Can not edit eventsHowdy zmaestro,
I am sorry to hear that is happening. I have seen one other user with a similar issue, and it was a caching problem. Have you cleared your caches? If not, 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] Events Dashboard layout really weirdHowdy Janice_D,
it sounds like you probably have too many columns in the backend, and your browser’s screen is not wide enough to accomodate all of them. WordPress’s Admin CSS does funky things with post/event titles when that happens. You should disable some columns to fix this. When you are viewing the backend list, click Screen Options in the upper right. Hide whichever columns you can.
byronj’s suggestion is a great one, but it only works out of the box for Events Calendar PRO users. For the free core plugin, Advanced Post Manager is not pre-configured and will require some dev experience to get integrated.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Change widget cssHowdy mshivsharan,
Have yous see our Themer’s Guide. It walks you through overriding a CSS file like that. Typically if you’re just making one or two changes, you wouldn’t event want to override it. Instead you could just add a more specific rule to your (child) theme’s CSS. If you want to override the widgets’s margin for example, let’s say it’s like this in the tribe-events-full.css file:
.tribe-widget { margin:10px }Then in your theme’s CSS, just do a more specific rule so it overrides:
body .tribe-widget { margin:0 }I hope that helps. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] A number of issuesHowdy Pat,
I am happy to hear you like the plugin. We’d love to help ease your upgrade issues as best as possible.
I am noticing 36 errors in my browser console when visiting your site. It looks like an enormous portion of your theme’s CSS and JS files are missing, and returning 404 errors instead of the files. That’s causing the issues currently on the site. Is that perhaps also the cause of your initial issue? If you restore or create all of those files, does it work properly?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] "Featured" event?Howdy sorenrosenberg,
That’s a good question. That’s not a feature of Pro. It is something that someone with PHP experience could implement trivially easily. Since events are basic WordPress posts, you could add a post meta field (checkbox in the backend) that tells WordPress if an event should be featured. Pro has a simple GUI for adding fields like this .Once you have a toggle on the backend, you could etect it in your theme override and add a unique CSS class. You can do this with Pro or the free one, but it would be a bit easier with Pro’s meta field GUI.
Have a look at the Themer’s Guide for more info on overrides. I hope that info helps. Cheers!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] [question] possible or not ?Howdy reborn,
You can easily add it anywhere as a simple <form>. For instance my local test site’s event page url is “http://eventscalendar.local/events/”. So this is the HTML I could place anywhere to use Tribe’s search function.
<form action="http://eventscalendar.local/events/" method="get"><input type="text" name="tribe-bar-search"><input type="submit" name="submit-bar" value="Find Events"></form>I hope that helps. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] rss feed gives 404Howdy Hank,
The Events pages do not have their own feed. That’s not a feature they offer. If you would like to see them add one, please suggest it! We appreciate the feedback.
The Events Calendar: Suggest a feature
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Missing Page TitleHowdy bws1,
You might try modifying this constant, that will very likely fix things for you: https://theeventscalendar.com/knowledgebase/configuring-the-events-calendar-with-constants/#dl_tribe_modify_global_title
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Tag cloud showing past eventsHowdy calvinphelps,
You could modify the tag widgets query to preclude events with an _EventEndDate before now(). You can hook into that with pre_get_posts. Of course based on the above you can guess that this sort of modification will require a fair bit of PHP knowhow.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Reposition duration field in widgetHowdy Torben,
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.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] 404 on all events pageHowdy pinkpix,
Your issue sounds quite different from Sivos. That is actually how WordPress is designed. Google penalizes you for showing pages without content, unless you have an accompanying 404. If you dont’ do the 404 then Google calls it a “soft 404”, and it does not like those. WordPress is designed to prevent these by showing 404s on empty archive pages like the Events.
But, if you wish to change this behavior checkout the Event Rocket addon/plugin. It has a feature to prevent those 404s.
Thanks for sharing your solution Sivo.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events calendar in footer widgetHowdy navneet1989,
You probably already saw the sticky post that says Modern Tribe reps can not help with customizations and integrations in this forum. If you did not see that post, I just wanted to bring it to your attention.
While we can’t help, the awesome volunteers here sometimes do. So I will happily leave this topic open in hopes that you can find someone to help you.
Cheers!
– BrookHowdy Karolina,
Troubles with Ajax
These issues sound like a JS conflict. Typically those stem from the theme using JS that is incompatible with The Events Calendar. Unfortunately with JS issues they can be very hard to diagnose, and will likely require you to have someone skilled on hand to investigate it. I wish I could be of more help with this.
Regarding your translation issues, Czech is not a complete translation. It’s 82% complete, but is missing a few strings including those. If you’re interested in translating it, we give away free licenses as a thank you to translators. The Events Calendar: Translate a plugin guide.
Previous Events are not displaying
That is quite odd. Have you tried a conflict test? This guide walks you through how to test for a conflict, and then identify what is conflicting. It sounds like that would be the place to start for that problem, and your issue with the AM/PM not displaying. The AM/PM settings are taken from WordPress, so if a plugin or theme has changed WordPress’ setting then a conflict could definitely happen.
Cheers!
– Brook