Forum Replies Created
-
In reply to: color attribute
Have a look in /bb-includes/formatting-functions.php
If there is a filter, you should be able to find it in there.
From there, have a look in template-functions.php and see if it is applying the filter to the post.
EDIT: Forgot to mention, also look in the default-filters.php file.
In reply to: www.thepoolparties.comBackground colour was a specific request from the client.
It was initially a nice subtle background gradient. The brief for the site called for “bright, kitschy, playful”.
In reply to: Kineda.comGreat work here. Impressed!
In reply to: No Login with IE6In reply to: Standard login form doesn’t work with IE6In reply to: Standard login form doesn’t work with IE6FWIW it seems the issue is not related to bbPress but to any form text input on any system with a submit button.
The above “fix” has solved the problem, and I have seen no adverse results over the last two days. This is a hacked fix, but it works.
If I comment out the following line in default_filters.php:
// add_action(‘bb_head’, ‘bb_template_scripts’);
The warning goes away. But I am not sure what this affects.
Further information:
After looking at the source, it seems the Signature plugin’s style information is not being loaded in the site with the error. But even if I disable the BB-Signature plugin, I still have the error.
For what it’s worth, the error seems to be occurring within the bb_head(); call.