Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   getting "your theme needs to be fixed for plugins to work..." message (http://forum.bytesforall.com/showthread.php?t=21051)

quellcrist Oct 24, 2013 02:23 PM

getting "your theme needs to be fixed for plugins to work..." message
 
i am getting this message:

Quote:

Your theme needs to be fixed for plugins to work. To fix your theme, use the Theme Editor to insert <?php wp_head(); ?> just before the </head> line of your theme's header.php file.
when i go to the header.php file it looks like this:

Quote:

<?php

global $montezuma;

echo bfa_parse_php( $montezuma['subtemplate-header'] );
with no closing tag...

so i tried putting it in the head section, where it says insert code before the </head> tag, but that doesn't make the warning go away either. and plugins seem to be working fine...

anyone else getting this? montezuma is up to date.

thanks!

juggledad Oct 24, 2013 04:09 PM

Does this happen on all plugins or just a particular one?

wp_head() is in head.php - do you have that in your install?

CrouchingBruin Oct 25, 2013 03:51 PM

The problem isn't with Montezuma, the problem is with the plugin, and the "error" is benign. It's trying to scan the header.php file for a call to wp_head(), but it's not there because it's in head.php. The same thing was happening with the Acurax Social media plugin as described in this thread. Deactivating the plugin made the error disappear.


All times are GMT -6. The time now is 04:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.