-
Hello FV Player team,
I’m using FV Player Pro on my WordPress site and I need help making the DRM text watermark appear in the center of the player in addition to the normal watermark positions (corners / moving placements). I’m using the Watermark (present text) preset — not the Flash preset.
What I want
When the DRM watermark appears (per the configured interval), I need the same watermark text to also briefly appear in the center of the player area (or appear as a short “flash” in the center), in addition to the usual watermark instances the player shows elsewhere. Both center and the existing watermark(s) must visually match (same color/opacity/font) and follow the same show/hide timing.
What I tried (summary)
I tried several non-destructive approaches using the fv_player_pro_drm_text filter in my theme’s functions.php:
Append a second DRM element (a sibling) with modified {r_po} / CSS to force center. Result: the appended element was not managed the same way by the front-end JS — it remained permanently visible and had slightly different color/opacity.
Changed {r_id} for the center copy so the player would treat it. Result: the center copy still behaved differently or caused duplicates.
Inserted two child visuals inside the single managed element (two {r_te} occurrences or a mirrored data-drm + ::before). Result: the player sometimes cloned/moved the single element unpredictably and created duplicates in odd positions; or only one occurrence was populated, causing mismatches.
Final approach attempted: left the original {r_te} intact and injected a centered flash element inside the single managed DRM element, toggled by a small JS routine on the same interval. Result: the center flash either never appeared reliably or its timing/placement was inconsistent across player instances (likely due to how the player clones/manages the element at runtime).
Each approach produced one or more problems: duplicated text, permanent center text, color/opacity mismatch, or elements appearing in unusual places due to the player cloning/repositioning the managed DRM node.
Thank you,
Allow DRM text watermark to also appear CENTER (in addition to existing position
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)