i dont have the node one online yet… anyway let me see what i can do… ill double check my stuff…
PS. Its a dynamic slideshow. But i will check and revert.
What are you putting as a Link? Is it a variable? Where the variable comes from? Maybe if it comes from a database query you’re doing something like {{ query }} instead of something like {{ query.data.link }}
In this example, {{ query }} is an Object, but {{ query.data.link }} is a string containing the link:
Ok i have added this to the line… slide-link="’’" and seem to do the trick…
i cant remember if this was added by default to the code… but once i added a link via the GUI… it created it … and then i just removed the link via the code editor… So maybe it should create a blank slide-link if not inserted…
I have just checked when creating a slideshow in node… it does not by default add.
So hence the [object] … so add a link… name… remove it… via the code editor