Retaining Speed Booster settings after upgrading from 4 to 6?

Posted in: Newspaper
Post count: 60

Hi,

I’m poised to start the theme update from 4 to 6, I have already updated Visual Composer to the latest version. With regards to the social counter and Speed Booster, I assume I wait until the 6 theme is uploaded and the update script is run.

My concern is that when I update the Speed Booster plugin it will overwrite the edits I made, is this correct?

It was a while ago, and I have a terrible memory, so I’m unsure what I would need to do to retain my edits?

I’ve also got a child theme, after the update, I assume I paste my child theme edits into the new child theme files located in the /code folder and overwrite the old one on the server?

I have the following code in my current child theme:

—————-
if (!defined(‘TD_THEME_WP_BOOSTER’)) {
include TEMPLATEPATH . ‘/includes/td_wordpres_booster.php’;
}
—————-

Would this need to be added to the new child?

Kind Regards

Simon

Post count: 1291

Hi,

Speed Booster is a plugin and it’s files are located in “../wordpress/wp-content/plugins/td-speed-booster” folder. – http://screencast.com/t/LphPjTsRSJlf
I guess you edited it’s main file and added a few lines to move the js and css for some specific plugins to the page bottom – http://screencast.com/t/tPv5YIT5zFes – You have to copy those lines inside the plugin latest version after you install it. Make sure you backup the current plugin before updating.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.