evertiro / historical-redux2

A simple, easily extendable options framework for WordPress based on NHP Theme Options Framework.
http://reduxframework.com
Other
105 stars 43 forks source link

Ajax with options saving system #121

Closed rajuahmmed closed 11 years ago

rajuahmmed commented 11 years ago

We need Ajax saving system, when we will press on save it will be save with Ajax.

dovy commented 11 years ago

@rajuahmmed I come from SMOF where that works great. It could be good, but it's not a huge priority as of yet. I will eventually get it in. We've got so much we're changing with 3.0, it's on the back burner. But, I do have the code. It's just a matter of doing it.

dovy commented 11 years ago

It's also a little difficult because the Wordpress settings API doesn't support that. So we'd have to bypass it, and then return the values... Could be messy.