Yes, you can use for example #3 in the url field under link & attributes tab of layer, which means, if the layer is clicked, the slider will change to slide 3.
Yes, thank you, I knew it but, if we continue with the same example, I want to change to slide 3 of other slider, because if you use #3 you are on the same slider
The login page where I should use the login credentials does not loading because it requires another username / password (see the attached screenshot):
I see it, but there is only one slider on that page. You should include also layerslider_5 if you want to control it from the slider you already included.
OK I understand it now. In this case, you can use the deeplink function.:
You can use deeplinking to give a special URL to users, which will start your slider with a certain slide when they visit your site. To do that, you have to specify a Deeplink name in slide options and use it as a reference in the URL with a hashtag. For example, if you've entered the name "surprise", your URL should look like this: yourdomain.com/yourpage/#surprise. This will start LayerSlider with the slide where you set it (instead of the first one) when someone navigates to the page with this URL.
So, in this case you should go to slide 10 of layerslider_5 in the slider editor. Click on the Show More Options button and add a custom word to Deeplink field, for example: test
Now go to the previous slider, and replace the code "javascript:jQuery('#layerslider_5').layerSlider('10');" with this:
Hi,
I would like to know if it's possible to link a button in a slide with other slide in the middle of an slider.
I don't know if I explained it well
Thank you so much
Yes, you can use for example #3 in the url field under link & attributes tab of layer, which means, if the layer is clicked, the slider will change to slide 3.
Best Regards,
George | Kreatura Dev Team
Yes, thank you, I knew it but, if we continue with the same example, I want to change to slide 3 of other slider, because if you use #3 you are on the same slider
Thanks
Hello, you can try to use this code in the url field of the layer:
javascript:jQuery('#layerslider_YOUR-ANOTHER-SLIDER-ID').layerSlider('3');
where YOUR-ANOTHER-SLIDER-ID is the ID number of your another slider.
Best Regards,
George | Kreatura Dev Team
Thank you George but I don`t know why it doesn't work.
I put: '#layerslider_5'.layerSlider('10') in the url field of the layer and it changes to Home
I'm new on this but I don't understand it
Could you please create a temporary wp-admin access to your site and show me the corresponding sliders?
Best Regards,
George | Kreatura Dev Team
Sure but I don't know how to do it
Under Users menu -> Add New -> Fill up the form and the role should be administrator
Best Regards,
George | Kreatura Dev Team
Yes, I've done it
Please now share the login credentials with me
Best Regards,
George | Kreatura Dev Team
Thank you!
But it seems like I need another username and password to open this url: http://emesval.com/wp-admin
Best Regards,
George | Kreatura Dev Team
Can't you open it?
I've tried with that username and password and it works
The login page where I should use the login credentials does not loading because it requires another username / password (see the attached screenshot):
Best Regards,
George | Kreatura Dev Team
OK, than I'll try to help you without entering the wordpress admin of your site.
So you told me, you put: '#layerslider_5'.layerSlider('10') in the url field of the layer and it changes to Home
But you should use this code:
javascript:jQuery('#layerslider_5').layerSlider('10');
Best Regards,
George | Kreatura Dev Team
Look
Is the slider published? Can I see it somehow on your site?
Best Regards,
George | Kreatura Dev Team
Yes
http://emesval.com/ctents
I see it, but there is only one slider on that page. You should include also layerslider_5 if you want to control it from the slider you already included.
Best Regards,
George | Kreatura Dev Team
I would like to put a button from the image 1 to image 2
So.... the another slider is on different page?
Best Regards,
George | Kreatura Dev Team
Yes it is #10 of http://emesval.com/portfolio_page/product-producto
OK I understand it now. In this case, you can use the deeplink function.:
You can use deeplinking to give a special URL to users, which will start your slider with a certain slide when they visit your site. To do that, you have to specify a
Deeplink
name in slide options and use it as a reference in the URL with a hashtag. For example, if you've entered the name "surprise", your URL should look like this: yourdomain.com/yourpage/#surprise. This will start LayerSlider with the slide where you set it (instead of the first one) when someone navigates to the page with this URL.So, in this case you should go to slide 10 of layerslider_5 in the slider editor. Click on the Show More Options button and add a custom word to Deeplink field, for example: test
Now go to the previous slider, and replace the code "javascript:jQuery('#layerslider_5').layerSlider('10');" with this:
http://emesval.com/portfolio_page/product-producto#test
Best Regards,
George | Kreatura Dev Team
Yes, yes, yes!!!!!
Thank you so much for your help
It works!!!