aegiswp / theme

The Official Aegis Block Theme Repository.
https://www.atmostfear-entertainment.com/
GNU General Public License v3.0
20 stars 4 forks source link

Visual Enhancements Needed for Image Block on Posts/Pages #15

Open alexdeborba opened 1 year ago

alexdeborba commented 1 year ago

Description:

The Image Block has areas that could benefit from visual enhancements to improve content clarity and aesthetics:

1. Padding on Top of Image Block:

2. Darker Background Color for Image Caption:

Step-by-step Reproduction Instructions:

  1. Navigate to a post that contains an Image Block.
  2. Observe the spacing above the Image Block, noting the lack of padding.
  3. Inspect the Image Caption and its background color.

Expected Behavior:

For a more visually appealing and user-friendly design, the Image Block should have adequate padding on top, and the Image Caption should stand out with a slightly darker background color.

Screenshot:

Screenshot

alexdeborba commented 1 year ago

Description:

The Image Block in the theme presents areas that require visual enhancements to ensure clarity and aesthetics. While efforts have been made to address these via the theme.json, they have not reflected in the theme as expected. Currently, temporary fixes have been applied directly to the style.css file.

1. Padding on Top of Image Block:

2. Darker Background Color for Image Caption:

Current Workaround:

While the intent was to reflect these styles via the theme.json, the theme did not adopt these changes. As a temporary measure, the necessary styles have been incorporated into the style.css file. This is a provisional solution, and the goal is to determine a proper method to integrate these styles within theme.json and subsequently remove them from style.css.

Screenshots:

Backend Preview. Screenshot

Frontend Preview. Screenshot

Suggested Next Steps:

Investigate why the theme.json is not effectively translating the styles to the theme. Once a solution is found, transition the styles from style.css to theme.json to maintain best practices and theme consistency.