Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dara]: Duotone only works in Editor - not published page. #7054

Closed
AnjanaV93 opened this issue May 4, 2023 · 3 comments
Closed

[Dara]: Duotone only works in Editor - not published page. #7054

AnjanaV93 opened this issue May 4, 2023 · 3 comments
Labels
Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". Needs triage [Pri] TBD [Status] Duplicate This issue is a duplicate [Type] Bug Something isn't working

Comments

@AnjanaV93
Copy link

Quick summary

Duotone configurations for images are only visible in Editor, and not in the frontend.

Steps to reproduce

  1. Use Dara theme.

  2. Create a post and include an image.

  3. Apply duotone filter.

  4. Confirm that things look fine on editor:

    image

  5. Notice that the filter is not applied on the published page:

    image

What you expected to happen

Duotone filter to be applied on the fronend as well.

What actually happened

Duotone is only visible in Editor.

Browser

Google Chrome/Chromium

Context

6259701-zen

Platform (Simple, Atomic, or both?)

No response

Other notes

No response

Reproducibility

Consistent

Severity

All

Available workarounds?

None

Workaround details

No response

@AnjanaV93 AnjanaV93 added [Type] Bug Something isn't working Needs triage labels May 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

Support References

This comment is automatically generated. Please do not edit it.

  • 6259701-zen

@tellisbethel
Copy link

Same issue on the Sequential theme here: 27843422-hc

I assigned a CSS class to the gallery block that had the duotone applied and provided CSS to turn the images grayscale as a close approximation to their original duotone settings:

/* Set images grayscale to somewhat imitate duotone feature | 27843422-hc (db) */
.homepage-logos {
filter: grayscale(100%);
opacity: 80%;
}

@cuemarie
Copy link

Closing as duplicate of Automattic/wp-calypso#78442

@cuemarie cuemarie closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2023
@cuemarie cuemarie added the [Status] Duplicate This issue is a duplicate label Aug 31, 2023
@github-actions github-actions bot added the Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". Needs triage [Pri] TBD [Status] Duplicate This issue is a duplicate [Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants