Tagembed CSS pushes WP admin Side Sortables out of View
-
To replicate this issue:
- Activate “Enable full-height editor and distraction-free functionality” in post Screen Options.
- Create a long post that requires scrolling of the editor page to the bottom of the “side-sortables” div.
- Have Tagembed plugin installed and active.
- Begin scrolling up. The “side-sortables” div disappears due to “position: absolute” being applied with a “top” adjustment over -1000px.
I was able to resolve this by editing the Tagembed CSS style for #wpfooter from display:none to display:inheret. (Deactivating full-height editor and distraction-free functionality also resolves the issue.)
You might want to address your CSS code in the next update to not conflict with the WordPress post editor functionality.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Tagembed CSS pushes WP admin Side Sortables out of View’ is closed to new replies.