I also need to update WP from 3.5.2 to WP 3.8.1. However it seems that I might end up in the same problem – using the old weaver theme, which I do not want to loose. Which theme do you use ? Thanks
could you please name the plugin you found ? Thanks!
well here is my solution of the problem using the Weaver theme:
I created a new page-template with a hard-coded background css to be used for certain pages by copying the basic page-template and renaming it – and it works fine 🙂
good luck!
moelangi
<style type=”text/css”>
#wrapper {border: solid 1px #D8D8D8;
background-image: url(‘http://www.your-background.jpg); }
</style