CuBoulder / tiamat-theme

University of Colorado Boulder Drupal 9+ base theme
GNU General Public License v2.0
3 stars 0 forks source link

Newsletter Display #1069

Closed kevincrafts closed 2 months ago

kevincrafts commented 3 months ago

There's a few issues with newsletters:

Newsletter title

The newsletter title should not display on the HTML email view

image

Special characters showing as HTML entity code in HTML email view

image

Missing thumbnails

Section content that includes media for thumbnails are not rendering on the full or email view modes.

Example: https://live-ucbprod-pts.pantheonsite.io/newsletter/infra-and-sustain-transportation-comm/september-2023-0

Alignment

The content and various other page elements are not aligned together on the email display of newsletters. This shows at least 5 different positions compared to the 1 in the D7 version. Because of the missing thumbnails I can't tell if they are aligned or not.

D10 version:

image

D7 version:

image

Link Colors

Links on dark backgrounds are blue instead of gold and don't have sufficient contrast. The example below shows only the link in the header, but footer links were also the wrong color. This is an issue on the classic, dark boxed, and simple newsletter themes.

image

Title and heading sizes

Headings are much larger on the HTML email view which could lead to display problems on mobile devices.

The D10 H2 measures 32px while the D7 H2 measures 20px.

Content Title Links

This is a migration issue:

It looks like content that did NOT have a link is getting a default value of for their links, resulting in titles getting linked to the site homepage that were not intended to be links:

image image
timurtripp commented 3 months ago

Child issue: CuBoulder/migrate_express#43