Themify Builder creates html elements on third party admin pages
-
Hi,
Themify Builder creates an element on several admin views which cause every content to shift 18px downwards. You can clearly see it by installing Smart Slider 3 and go to its dashboard. Screenshot: https://i.imgur.com/UCwlJrV.pngfunction themify_prompt_message() { global $pagenow, $typenow; if('page' !== $typenow && ('post.php' === $pagenow || 'post-new.php' === $pagenow || 'admin.php' === $pagenow) ){ echo '<div class="prompt-box"><div class="show-error"></div></div><div class="overlay"> </div>'; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Themify Builder creates html elements on third party admin pages’ is closed to new replies.