Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] Widget area problems after upgrading from 3.5.3 to 3.7.12 (http://forum.bytesforall.com/showthread.php?t=20911)

alarch Sep 12, 2013 03:59 PM

[SOLVED] Widget area problems after upgrading from 3.5.3 to 3.7.12
 
On upgrading to 3.7.12 a four cell footer widget area that was displaying correctly prior to the upgrade is no longer displaying as it should. The widget area is:

PHP Code:

<?php bfa_widget_area('name=Footer&cells=4&align=9&before_widget=<div id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>

Prior to the change the html generated was such as this:

HTML Code:

<div id="text-4" class="footer-widget widget_text">
after the change it looks like this:

HTML Code:

<div id=\"text-4\" class=\"footer-widget widget_text\">
I've tried removing and re-creating the widget area with no avail. Any thoughts?

alarch Sep 12, 2013 04:37 PM

Solved!

Eventually found an earlier post which indicated I needed to modify a php.ini file (or create in the root directory my case) with: magic_quotes_gpc = off


All times are GMT -6. The time now is 09:01 AM.

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