fabiorino / crelly-slider

A free responsive slider for WordPress that supports layers. Add texts, images, videos and beautify them with transitions and animations.
MIT License
104 stars 36 forks source link

Export/Import functionality #3

Closed javistuff closed 9 years ago

javistuff commented 9 years ago

Not really an issue, but a midnight wondering about this kind of functionality. As long as this is not part of the plugin, do you think the slider could be exported with the WordPress Exporter / Importer tool?

We are trying to make an export of a theme and (I think) we cannot find anything slider related in the exported XML.

How would you recommend going about and export like this?

fabiorino commented 9 years ago

Hi, for now, the only way to export a slider is copying the SQL tables from the database. The feature won't arrive with the next patch but I'll work on it in the future.

javistuff commented 9 years ago

Alright. That's good to know! I'll try an export by SQL copy. May I abuse your knowledge and ask if everything is contained under one specific table?

fabiorino commented 9 years ago

You are not abusing :) There are 3 tables:

crellyslider_sliders crellyslider_slides crellyslider_elements

Please let me know if you the copy works.

javistuff commented 9 years ago

:) Thanks, man! I'll try it later on today and let you know how it goes.