Brook
Forum Replies Created
-
Howdy Reclifford,
Such a modification would be possible for an experienced themer. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you change the look and order of things. It will be difficult to modify strictly the mobile view in this instance, but possible if you adjust the CSS class names of things so that the switch to mobile view does not hide the event text and such.
Keep in mind though, from the sound of your modification if you have 2 events on the same day the second one will be hidden/unclickable.
I hope that information helps. Cheers!
– Brook
Howdy blonaybasket,
It sounds like you would be interested in Events Calendar PRO‘s widgets and shortcodes. Using these you can show one event from a particular category or tag. Does that sound like what you are looking for?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Custom Fileds for day and date of eventHowdy Pete,
I can not say for sure if this is the key you need. But, in the database/to WordPress the event dates are stored with two keys:
_EventStartDate
_EventEndDateMore information in this tutorial on each of the post meta keys and their values.
We are not gravity forms experts here, so I can not speak specifically as to the code you will need. But those are the The Events Calendar specific keys that will you need in the code.
Cheers!
– BrookHowdy Olelukole,
That is certainly possible. We have a tutorial dedicated to helping with changing the wording of anything on the site. It references this snippet:
https://gist.github.com/theeventscalendar/734adb9e94f11b940e5f
Using that you can change the wording of those. But there are two things you will have to watch out for:
1) In the $custom_text array, the text you are searching for will be the original English. So if you want to change the wording of ‘Date’ in Russian to something else, you will search for Date as the array key, and then put the translated Russian in the array value.
2) Depending on what you want to translate you might have to dive into the code, as outlined at the end of the tutorial. For instance, I believe in order to translated “Events From” your array key will be ‘%s From’. You may need to double check this in the tribe bar template.
I hope that all makes sense. Unfortunately changing wording can be a bit complicated at times. Cheers!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] The events calendarWe have investigated adding this feature a few times. Each time we do we find difficulties with the Facebook API. But please add your voice here if it interests you, we are likely going to look into it soon since there have been some updates on Facebook’ end:
https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/4526443-post-calendar-events-to-facebookCheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Can you put a calendar somewhere to display eventsHowdy paulunstech,
Good question. Using shortcodes you can embed a minicalendar or list of events on other pages. But the main calendar muse reside on the calendar page.
If you want your home page to be the calendar, some folks redirect their home page to the calendar.
Does that all make sense and answer your question?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] show events calendar on a pageHowdy harrydevries,
The Events Calendar is not just one page, it’s many many pages. They can not all be shown on one page. WordPress creates “Archive pages” for all Custom Post Type’s, including ours. You can change the base URL/slug for these pages through our settings area, and you can further select the template that they use in WP-Admin > Events > Settings > Display.
We are working on a shortcode that will let you embed some of the main views into a page, but it is not ready yet.
Thanks for chiming in dmitcha and helping explain. I do want to make one thing clear, our plugin does not even create the “virtual page”. Rather WordPress does and it does this for all Custom Post Type plugins. Some plugins such as WooCommerce allow you to create copies of these pages with shortcodes. But they all still have the default page that WordPress creates much like our plugin. IN the future we are going to let you copy the page as well using shortcodes.
Cheers!
– BrookHowdy Mark,
If you want to disable your themer’s header image you will need to talk to the author of that theme. I am not familiar enough with it to walk you through that.
However, if you’d rather disable The Events Calendar’s featured image that’s totally possible. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you can modify things. In this case you’d modify single-event.php and remove the lines that show the featured image. And there you go!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Broken link to "all events"Howdy everyone,
I am sorry this issue is hitting your websites. 🙁 We are working on a fix. In the mean time switching permalinks as drstuggi suggested, or downgrading to 3.11 will solve the issue. If you’re interested in switching permalinks, using ‘default’ or ‘postname’ has worked for a number of folks.
Thanks for taking the time to report this bug. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] location in hcalendar structured dataHowdy fabio.grasso,
We are working on some fixes for that in our next feature release. There shouldn’t be any structured data showing for the widget, we are limiting that to single-event pages only.
You can modify the widget to strip out the rest of that data, or add in what you’re missing if you prefer. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you change things like that.
I hope that info helps. Sorry for the inconvenience, but I am happy to say we’re working on a fix.
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Creating custom URL for an event in the calendarThanks for pointing that out Josh. The code in those tutorials is not encoded correctly, I will share this with the relevant parties and get it fixed. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Cannot view List, DayHowdy reclifford,
I am sorry it’s giving you trouble. Never seen a third item cause that before. 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!
– BrookHowdy Rae-Anna,
That is certainly possible. 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. If you follow that you can create an override for the single-event.php, and simply delete or hide the line which creates the prev/next link.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] ERROR – The Events CalendarHowdy parramon,
I am sorry that’s a bug that was intorduced in 3.12, the latest version of our plugin. We’re working on a fix. It only affects users with “pathinfo” style servers, which are quite rare.
You can install an older version of the plugin such as 3.11, or change your permalinks to
postname. Either one of those should fix the issue for now, while we work on releasing an update/patch.Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] PHP Error message in frontendHello Sebastian!
That’s a good question. LIkely you are running a theme or 3rd party plugin that ties into The Events Calendar. However, that 3rd party has not yet updated their software so that it is compatible with The Events Calendar 3.10 or newer.
You could downgrade for sure, or set your server to stop displaying PHP Notices (which are intended for developers, not end users). It’s a good idea to also send a note to the author of the outdated software and let them know it’s broken with the newer version. Your error message does not give me enough info to know which plugin or theme is conflicting, or else I would happily reach out for you.
I hope that info helps. Cheers!
– Brook