Problem/Motivation

In the sponsor views for the home page and sponsor pages, the Platinum sponsors are displayed full width with a text description. This is handled with some CSS that hides the description text and only displays it for the Platinum sponsors.

The problem is that this expects the sponsorship tier to be called "Platinum". If you change the labels on the sponsorship listing, it no longer works and the default (no description) display is used.

Steps to reproduce

  1. Add some sponsors
  2. Change the name of the Platinum Sponsorship tier to something else
  3. Notice that the top tier sponsors no longer display in the full width format with description.

Proposed resolution

Use the ordering of sponsor levels to order the sponsor and job displays

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

megan_m created an issue. See original summary.

mandclu made their first commit to this issue’s fork.

  • mandclu committed ad11cadb on 2.0.x
    fix: #3604355 Sponsor teaser display is tied to the name of the...
mandclu’s picture

Issue summary: View changes
mandclu’s picture

Status: Active » Fixed

Thanks for raising this. I have updated the view and related formatting so that the topmost sponsor level (as ordered in the taxonomy) will be formatted as had been previously used for the term specifically named "Platinum". The ordering of the taxonomy will now also be used to sort the jobs display.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.