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)
-   -   In 3.2 - Post Container Sticky not obeying margin commands (http://forum.bytesforall.com/showthread.php?t=916)

Andante Mar 22, 2009 09:00 PM

In 3.2 - Post Container Sticky not obeying margin commands
 
I was able to update to 3.2 (on a local install) using the export.php suggestion, which did help with re-inputting many settings. However, in 3.1.9, I had put margin commands in the Post Container Sticky box so that the sticky post had shorter lines (bigger margins) which worked great. But in 3.2 it ignores that setting entirely.

That's the only thing that worked differently for me though, which is a great thing :). Now I am going to FINALLY upload this baby to the real web, my first live Wordpress site.

Flynn Mar 23, 2009 08:15 PM

A bug, thanks. I changed this in 3.2.1 now. In header.php change
PHP Code:

.sticky {
    <?php echo $bfa_ata_post_container_sticky_style?>
    }

to

PHP Code:

div.sticky {
    <?php echo $bfa_ata_post_container_sticky_style?>
    }


Andante Mar 23, 2009 08:33 PM

Thanks very much!


All times are GMT -6. The time now is 03:43 PM.

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