I really enjoy your deeplinks feature. One of the things I use them for is to create anchor tags to keep my place on sliders. For example, I have 5 slides in a slider. Their deeplinks are "episode1", "episode2", etc... I have 6 images on every slide where I want use the deeplink as an anchor tag in a dynamic url. Right now, I have to manually add those. Is there a way in my dynamic code that I can refer to the deeplink so that I don't have to manually add them?
For example:
<a href="[meta:card1link]#episode1" title="Click to watch this segment!"><img src="[meta:card1]"></a>
Instead of manually typing "#episode1" I'd like to add code that inserts my deeplink name there. Does this exist?
Unfortunately there is no such function in LayerSlider. However, you can use shortcode in the contents of the layer as well as in the field below Link & Attributes, so you can put it pretty much anywhere. So if you have a shortcode that puts the right content / counter on its own, you can solve this, but you need unique code and it requires web development experience.
Hi,
I really enjoy your deeplinks feature. One of the things I use them for is to create anchor tags to keep my place on sliders. For example, I have 5 slides in a slider. Their deeplinks are "episode1", "episode2", etc... I have 6 images on every slide where I want use the deeplink as an anchor tag in a dynamic url. Right now, I have to manually add those. Is there a way in my dynamic code that I can refer to the deeplink so that I don't have to manually add them?
For example:
<a href="[meta:card1link]#episode1" title="Click to watch this segment!"><img src="[meta:card1]"></a>
Instead of manually typing "#episode1" I'd like to add code that inserts my deeplink name there. Does this exist?
Thanks!
I pay for tech support here. Do you intend to address my question?
Hello Bill,
Thank you for getting in touch with us!
Unfortunately there is no such function in LayerSlider. However, you can use shortcode in the contents of the layer as well as in the field below Link & Attributes, so you can put it pretty much anywhere. So if you have a shortcode that puts the right content / counter on its own, you can solve this, but you need unique code and it requires web development experience.
Best Regards,
Andrea | Kreatura Support Team