I have just updated to 3.4.1 and have two changes that have not carried over.....
1.....When i updated to 3.3.3 my front page footer (not just credits) was removed with a css insert;
body#body-page-150 td#footer {
display: none;
}
This no longer does the trick????
-----------------------------------------------------------------------------------------------
2....All page titles were removed by substituting this:
Quote:
PHP Code: <?php bfa_post_kicker(); // Post Kicker: To edit the output, see functions/bfa_post_parts.php ?> <?php bfa_post_headline(); // Post Headline: To edit the output, see functions/bfa_post_parts.php ?> <?php bfa_post_byline(); // Post Byline: To edit the output, see functions/bfa_post_parts.php ?> to PHP Code: <?php if ( !is_page() ) { ?> <?php bfa_post_kicker(); // Post Kicker: To edit the output, see functions/bfa_post_parts.php ?> <?php bfa_post_headline(); // Post Headline: To edit the output, see functions/bfa_post_parts.php ?> <?php bfa_post_byline(); // Post Byline: To edit the output, see functions/bfa_post_parts.php ?> <?php } ?> |
One other point is that i first updated direct to 3.4.2 but the theme options would not load after i activated.
I deleted and opted for 3.4.1 which seems to have loaded up ok as far as i can tell.....maybe just a dodgy download????