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)
-   -   Update Modifications?? (http://forum.bytesforall.com/showthread.php?t=2802)

jim Aug 4, 2009 03:50 AM

Update Modifications??
 
Hi Flynn
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 } ?>
This is no longer recognisable terrain..???Can you kindly direct me what to do about it.

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????

Flynn Aug 8, 2009 05:33 AM

Since WP 2.8 body classes are a core feature and I disabled Atahualpa's propetiary body classes which did not match the class names of the new core feature. The core body classes are a bit limited compared to Atahualpa's body classes but they are integrated

body#body-page-150 td#footer {
display: none;
}

would be

body#page-id-150 td#footer {
display: none;
}

now.

As for no options in 3.4.2, that shouldn't be, try a fresh copy of 3.4.2. Also give it its own directory, i.e. don't mix and match 3.4.1 and 3.4.2 in the same directory

jim Aug 8, 2009 06:43 AM

I think i can interperet from what you tell me that i should be running w.p 2.8 in order for the new insert to take effect in 3.4.1 or 2.
I am still running 2.7 and am back quite comfortably fiddling about in 3.3.3. So i guess i will have to take the bit between the teeth and update the whole shooting match....scary, i have heard things can go wrong........
I guess i should read a bit about backing up and so on.

Thanks for the insert.........jim

juggledad Aug 9, 2009 10:50 AM

Jim do it one part at a time. Update wordpress and see it is working, then update Atahualpa.this way you can have a better chance of figuring out where a problem comes from. That is if you get any :)

jim Aug 9, 2009 02:23 PM

Thanks for the suggestion Juggledad......i will follow that.....
I have the idea i should be backing up for the sake of security......Download my wordpress folder?
First off i will look into what wordpress have to say about it and then take it from there.
Thanks.........jim.


All times are GMT -6. The time now is 06:58 AM.

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