Limited availability during the holidays
Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.
We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!
Hi,
I'd like to navigate the a deeplink after a slide reloads. How do I do that?
My deeplink is "bms" and I want to navigate to #bms on another slider after the active slide loads.
Thanks!
Bill
I pay for tech support here. Do you intend to address my question?
Hello Bill,
If you would like to change someting in a slider for an interaction in an other slider, then you should use the LayerSlider API: https://layerslider.kreaturamedia.com/documentation/#layerslider-api
In this example, if you navigate to the second slide in that slider, it will be changed the hash to "test" in the URL. If the 'test' deeplink is set in another slider, that slider will switch to it.
slideChangeDidComplete function:
Best Regards,
Andrea | Kreatura Support Team
That works, however, I want to look up the deeplink in the secondary slider any time the active slider is reloaded or changes slides, not just a to particular slide.
Well, that was working. Now it no longer does. Strange.
Hello Bill,
In this case, you should try to write a javascript function to the sliderDidLoad function (it triggers when the slider loaded) and remove the if statement from the slideChangeDidComplete function.
Best Regards,
Andrea | Kreatura Support Team
I thought that would work too but it seems to do nothing. If I put the code in sliderwillload, it works beautifully. Unfortunately the href # anchor then doesnt work.