• 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.png

    function 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">&nbsp;</div>';
    	}
Viewing 1 replies (of 1 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    Please contact us via email at [email protected], so we can investigate this issue further on your site and please send us a link to this thread, so we will know what we should check.

Viewing 1 replies (of 1 total)
  • The topic ‘Themify Builder creates html elements on third party admin pages’ is closed to new replies.