Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Are you using a particular theme that the issue occurs in?
Thread Starter
rwlee2
(@rwlee2)
Not that I’m aware of. I downloaded and used a theme from http://www.rockettheme.com (which I’ve never had problems with before, albeit using Joomla themes). Also, I seem to get a similar problem with the standard/basic themes that come with the WordPress install.
I’ve tried using the forums at RT, but the geeks over there weren’t of much assistance. 😉 I got told to use debug, but that sent me to coding language I couldn’t understand.
I guess the more specific question is, what steps can I go through to identify the problem in a general sense?
Phil
(@owendevelopment)
Looks like the header.php is messed up as this is the first few lines output:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head> </head>
<body <gantry:bodytag="">
<gantry:header>
>
There’s an extra > in there too which outputs on the page. Aside from that, it looks like there is no CSS stylesheet hence why it’s raw HTML.
Thread Starter
rwlee2
(@rwlee2)
Thank you, sir! I’ll get to working on fixing that and then if I have further questions come back for more! That’s a huge help though…thank you.