casperweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable Blog] Rest API error: rest_cannot_read_typeCan confirm the 0.5.0 release fixes the issue. Thanks you!
Forum: Plugins
In reply to: [Disable Blog] Rest API error: rest_cannot_read_typeHi Joshua,
Thanks for the fix! When will the 5.0 version be released?
Regards, Casper
Forum: Plugins
In reply to: [Disable Blog] Rest API error: rest_cannot_read_typeHi Joshua,
I figured something like that would be the cause, but thanks for the explaination. We will be patient and wait for the update.
In the mean time some motivational words: “Come on! You can do it!” ??
Regards, Casper
Ah I see, that’s too bad. But I might be able to place a dummy slider in the plugin than, and try to activate the slider with the provided ID. Might not be the cleanest solution, but I will give it a try anyway. Thanks for looking into this!
Hi Simon, Thanks for your reply, but I’m afraid you’re missing my point. It’s not that I want multiple sliders on one page, but I want to combine sliders which are build within the plugin (as they should normally be) and sliders which are build programmatically (so added by coding in the HTML/JS).
I would like to re-use the already included JS from the plugin for my coded sliders. So I’m looking for the JS that is initializing the sliders. This is usually done by adding an init function to a CSS class, and when I would place this class in my code, the slider should than be automatically created with the content I placed inside the container (DIV) that holds this class.