Close button
-
Hello! I’m experiencing an issue with the close button in the web stories.
Observation:
During the initial page load, the close button is visible. However, once the page fully loads, the close button disappears.
Suspected Cause:
It appears that a CSS class, likely i-amphtml-story-ui-hide-button or a similar class that applies display: none or visibility: hidden, is being dynamically added to the close button element (.i-amphtml-story-close-control) after the initial load.
Testing:
I’ve tested this on a fresh WordPress installation with only your plugin activated, and the issue occurs there as well. Initially, the button shows correctly, but after some time or after the story fully loads, it becomes hidden.
Suggestion:
Could you please investigate why the i-amphtml-story-ui-hide-button (or a similar hiding class) is being applied to the close button and potentially remove or prevent this class from being added, especially in scenarios where the user might want immediate access to close the story?
Thank you for your work on this plugin!
You must be logged in to reply to this review.