Hi sanver,
I tried your theme and yes there’s a “problem”. Which by the way isn’t about this plugin. Basically that theme, when you use a child, doesn’t retrieve the settings from the parent, and the first time you go in the theme Options it creates a new row in the db with the default options + the new changes. So you haven’t lost only the slider, but also other options, isn’t it?
My plugin, doesn’t do anything weird, just creates a new theme and tells it to be the child of another theme, it just automatizes the child-theme creation procedure. ??
So if you’re looking for a solution you better ask to the accelerate theme support forum (how to create a child-theme which inherits parent’s settings?).
If you’re familiar with the data bases, I suggest you to go in your db. In the wp_options table look for the row with option_name =”accelerate”, Copy the “option_value” field content.
Then look for the row option_name = the_name_of_your_child ( in small letters ) and paste what you copied before in its “option_value” field.
If you’re familiar with the data bases you should know that before making direct changes you better make a backup of your db.
(I’m not responsible in possible damages of your db if you follow the above procedure anyways :P)
But if you’re not familiar with the data bases, and they (theme support forum) cannot help you, the only chance you have is set the options again (slider included of course).
Cheers