Updated:
SS Community Wall
- Reaction / Comment Scroll Fix
- Updated reactions and comment submissions so users return to the same post after the page refreshes.Added post anchor support using IDs like: id=”sscw-post-123″
- Updated redirect handling to support anchors: sscw_render_redirect_field(‘sscw-post-‘ . $post_id);
- Added smooth scroll and spacing support: html{ scroll-behavior:smooth; } .sscw-post{ scroll-margin-top:24px; }
- Video Display / Sound Controls Fix
- Identified that uploaded videos were being rendered with an <img> tag.
- Updated logic needed to detect MP4/WebM uploads.
- Videos should render using a <video> element with controls: <video controls playsinline preload=”metadata”>
- This allows videos to display properly on desktop and gives users access to playback/audio controls.