full body class missing, including page-id and broken filter drop-downs
-
Hello, everyone.
I’ve been doing some customization on a site, primarily through CSS but also witha couple plug-ins. I had attempted to install the child theme configurator plug-in to create a child theme, but got a “critical error” message (but everything *seemed* ok after). I’d also went through a couple other plug-ins that I’d installed briefly and uninstalled.
However, a day or two later, I noticed that any custom CSS I had applied to headers, using .page-id-#, wasn’t rendering. I then noticed that all the page-ids (and other standard WordPress styles) in the <body> tag had disappeared.(So, the things like “class=”home page-template-default page page-id-1762″ aren’t there anymore.) All the body tag says now is
<body class=”customize-support page-has-loaded”>. Lastly, all the filter drop down menus are still there and appear active, but when you click on them, nothing happens.<body <?php body_class(); ?>> is still in the header.php file. I’m wondering if that “critical error”/Child Theme Configurator error could have done something? (Just a guess, I don’t know if it could be related.) I’m at a loss as to why all the usual classes and page-ids just disappeared. I’m assuming this is why the filter menus suddenly stopped working, as well.
As this is a client site, I’m not comfortable posting URLs, though I can post code or share privately. I realize this isn’t a ton of information, but I’m hoping someone might have ideas and be able to point me in the right direction, or suggest anything else I should try looking at?
- The topic ‘full body class missing, including page-id and broken filter drop-downs’ is closed to new replies.