Project

General

Profile

Actions

Feature #11077

open

Show event category description in event list view

Added by Raffi Khatchadourian about 5 years ago. Updated about 5 years ago.

Status:
Reporter Feedback
Priority name:
Normal
Assignee:
-
Category name:
Events
Target version:
Start date:
2019-02-10
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

I have the same problem as described in https://theeventscalendar.com/support/forums/topic/show-category-description-in-list-view/. Is it possible to edit my theme to do this?

Actions #1

Updated by Boone Gorges about 5 years ago

  • Status changed from New to Reporter Feedback
  • Target version set to Not tracked

Hi Raffi - We can't make modifications to existing themes on the Commons, which may be used by many users on the network; moreover, future updates on third-party themes will overwrite our customizations.

We have a system whereby users can create theme customizations, which generally takes the form of a WordPress "child theme". See https://dev.commons.gc.cuny.edu/hosting-partner-handbook/#custom-themes-and-plugins and https://developer.wordpress.org/themes/advanced-topics/child-themes/ for more info. Due to limited resources, the Commons team is unable to create and maintain custom themes, though we are happy to help point you toward the proper documentation and to help you onboard the theme onto the Commons.

Actions #2

Updated by Raffi Khatchadourian about 5 years ago

Boone Gorges wrote:

Hi Raffi - We can't make modifications to existing themes on the Commons, which may be used by many users on the network; moreover, future updates on third-party themes will overwrite our customizations.

We have a system whereby users can create theme customizations, which generally takes the form of a WordPress "child theme". See https://dev.commons.gc.cuny.edu/hosting-partner-handbook/#custom-themes-and-plugins and https://developer.wordpress.org/themes/advanced-topics/child-themes/ for more info. Due to limited resources, the Commons team is unable to create and maintain custom themes, though we are happy to help point you toward the proper documentation and to help you onboard the theme onto the Commons.

Thanks, Boone, but do I start on a particular theme file? If so, do I download that from somewhere or do you give me a file to start with?

Actions #3

Updated by Boone Gorges about 5 years ago

A quick overview:
1. stand up your own instance of WordPress (ideally on a local machine)
2. install the Academica theme that you use on the Commons: https://wordpress.org/themes/academica/
3. install The Events Calendar
4. create a skeleton child theme (just the style.css and functions.php boilerplate from https://developer.wordpress.org/themes/advanced-topics/child-themes/#how-to-create-a-child-theme)
5. Switch to that new child theme
6. Find the proper template file in The Events Calendar. Looks like it'll be wp-content/plugins/the-event-calendar/src/views/single-event.php, but see https://support.theeventscalendar.com/153124-Themers-Guide for more info
7. Copy that file to wp-content/themes/[your-child-theme]/tribe-events/, and edit

Actions #4

Updated by Raffi Khatchadourian about 5 years ago

Boone Gorges wrote:

A quick overview:
1. stand up your own instance of WordPress (ideally on a local machine)
2. install the Academica theme that you use on the Commons: https://wordpress.org/themes/academica/
3. install The Events Calendar
4. create a skeleton child theme (just the style.css and functions.php boilerplate from https://developer.wordpress.org/themes/advanced-topics/child-themes/#how-to-create-a-child-theme)
5. Switch to that new child theme
6. Find the proper template file in The Events Calendar. Looks like it'll be wp-content/plugins/the-event-calendar/src/views/single-event.php, but see https://support.theeventscalendar.com/153124-Themers-Guide for more info
7. Copy that file to wp-content/themes/[your-child-theme]/tribe-events/, and edit

OK, so I guess the academia theme on the commons is the standard version that is unmodified, correct?

Actions #5

Updated by Boone Gorges about 5 years ago

Yes, that's correct.

Actions

Also available in: Atom PDF