Can you PLEASE answer this? I've asked this same question several times now and it is ALWAYS ignored.
Can I create a meta field that references the deeplink? or is there some other way to add a field to a slider than I can use as an ID instead that I can reference with a meta field?
For instance, if my deeplink is "episode1", I'd like to be able to use the value [meta:deeplink] to get that value in a dynamic layer. But obviously that doesnt work.
I have a layer on my slider which links to a wordpress post and uses the deeplink as the # hash so that once the site reloads with the wordpress post, I go back to the active slide instead of the beginning. Right now I have to manually addthat hash to the link. I'd prefer to just put some reference to the deeplink in the link.
Hi,
I'd like to reference the value in the [deeplink] field using a [meta:<fieldname>] in a Dynamic Layer. Is this possible?
Can you PLEASE answer this? I've asked this same question several times now and it is ALWAYS ignored.
Can I create a meta field that references the deeplink? or is there some other way to add a field to a slider than I can use as an ID instead that I can reference with a meta field?
For instance, if my deeplink is "episode1", I'd like to be able to use the value [meta:deeplink] to get that value in a dynamic layer. But obviously that doesnt work.
Can I reference the deeplink value in a callback?
Hello Bill,
It is not possible with a dynamic layer. however, it can be read in the callback functions, for example: slider.slides.current.deeplink
You can read more about our API on this link:
https://layerslider.kreaturamedia.com/documentation/#api-event-data
Best Regards,
Andrea | Kreatura Support Team
I have a layer on my slider which links to a wordpress post and uses the deeplink as the # hash so that once the site reloads with the wordpress post, I go back to the active slide instead of the beginning. Right now I have to manually addthat hash to the link. I'd prefer to just put some reference to the deeplink in the link.