I am using three footer widgets with separate styles for their headers and contet. Until now that worked just great. But after the update, the styles don't work anymore. I am pretty sure that's because Atahualpa seems to add backslahes and quotes to the styles like this
PHP Code:
\"footer-widget-title\"
I am using this code in the footer:
PHP Code:
<?php bfa_widget_area('name=FooterWidgets&cells=3&align=9&width_1=333&width_2=332&width_3=295&before_widget=<div class="footerWidget">&after_widget=</div>&before_title=<div class="footer-widget-title">&after_title=</div>'); ?>
I am using Wordpress 3.3.2