body_class doesn't work on chrome windows
-
Hello,
I am having some trouble with the body_class() function. I have a custom background and it should be giving my body tag the class “custom-background” among others. It doesn’t work on Windows Chrome or Firefox, both are the latest version. The odd part is that it does work on Mac Chrome and Safari…
The only tag I am getting on the windows version of the site is “customize -support” and on the Mac version I am getting about 6 classes, all that should be there. I have tried disabling all plugins and tried with a fresh install of firefox.
I am using a theme called Sixteen but I haven’t found any place where the body_class method is overridden.
Anyone with some ideas I could try would be great. Thanks!
Oh, for reference, my body tag looks like:
<body <?php body_class(''); ?>>
I have also tried with an argument and it works on the Mac but not on the Windows machine. If there is any extra info you need, just ask.
- The topic ‘body_class doesn't work on chrome windows’ is closed to new replies.