wp_head() output corrupted
-
The wp_head output is getting cut off leaving an unclosed <style> tag it’s followed by the <head> and the rest of the content. But because the style tag isn’t closed the browser isn’t rendering anything (blank white page). I have disabled all plugins, turning debug on doesn’t change anything and increasing the memory limit also doesn’t change anything. The admin login and everything works fine. When I log in as admin it looks correct and if I go to “visit site” it works fine also. The theme version is 2.4. Here’s what the broken output looks like:
<style type="text/css">.site-title, .site-title a { color:#blank; } #action, #action a { color:#ffffff; } .featured-post h2, .featured-headline, .comments-title, .comment-reply-title, .testimonial-entry-title, .jetpack-testimonial .entry-title, .page-title, .entry-title, .entry-title a, .main-navigation, .widget-title, .widgettitle, .page-links, .site-info, .site-description, .site-title, .site-title a { font-family: 'Montserrat', sans-serif; } .site-header { background: #4777a6 url(<url removed>) repeat center center; background-size: cover; } </head>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_head() output corrupted’ is closed to new replies.