My english is not the best, and my question is not quite simple to aks (for me), so plese forgive me if this will be a little bit foggy... so! I have both of your plugin, one with the WP, and one with the jquery stand alone. My idea is to create silders with the integrated builder in WP, witch is amazing, easy to use and simplifies the whole procedure, add a lots of themplates, and more and more. But, here is the twist. I want to use this sliders outside of WP on a different site, where I using your stand alone jquery plugin. So the question is:
How can I get or generate somehow a source code from the WP builder, witch I can use in my other site?
I hope there is a way, because this is the only way to use your epic product in the future!
At the moment there is no built-in option to import/export the sliders between the two versions but in case you are familiar with HTML, the two plugins are using the same HTML markup, so you can copy the generated source code from the WordPress release and use it with the standalone jQuery version.
I'm familiar with HTML, but the generated source code is not the same with the original source. For example this is how one of my layersilder source code starts:
so, it's not very similar. If I just tried to copy&paste the source code from the WP site to my other site, the result is nothing, just messed up html.
Is there any way, to copy the source code correctly, and use it as a working slider? Maybe I need different js declaration, or js sources?
As I can see you are using the DOM currently, but this is not correct. You will need to check the original page source instead. To access it right click anywhere on the page and choose the View Page Source option.
Hello!
My english is not the best, and my question is not quite simple to aks (for me), so plese forgive me if this will be a little bit foggy... so! I have both of your plugin, one with the WP, and one with the jquery stand alone. My idea is to create silders with the integrated builder in WP, witch is amazing, easy to use and simplifies the whole procedure, add a lots of themplates, and more and more. But, here is the twist. I want to use this sliders outside of WP on a different site, where I using your stand alone jquery plugin. So the question is:
How can I get or generate somehow a source code from the WP builder, witch I can use in my other site?
I hope there is a way, because this is the only way to use your epic product in the future!
Thanks for your answer!
Greg
Hey Greg,
At the moment there is no built-in option to import/export the sliders between the two versions but in case you are familiar with HTML, the two plugins are using the same HTML markup, so you can copy the generated source code from the WordPress release and use it with the standalone jQuery version.
Hey Attila,
I'm familiar with HTML, but the generated source code is not the same with the original source. For example this is how one of my layersilder source code starts:
and this is how this code looks when I inspect the page:
and ofc there is more generated code for navigation and preview:
so, it's not very similar. If I just tried to copy&paste the source code from the WP site to my other site, the result is nothing, just messed up html.
Is there any way, to copy the source code correctly, and use it as a working slider? Maybe I need different js declaration, or js sources?
Thanks,
Greg
As I can see you are using the DOM currently, but this is not correct. You will need to check the original page source instead. To access it right click anywhere on the page and choose the View Page Source option.