Okay
  Public Ticket #1544764
link in each slide
Closed

Comments

  • ManuEme started the conversation

    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

  •  110
    George replied

    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

  • ManuEme replied

    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

  •  110
    George replied

    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

  • ManuEme replied

    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

  •  110
    George replied

    Could you please create a temporary wp-admin access to your site and show me the corresponding sliders?

    Best Regards,
    George | Kreatura Dev Team

  • ManuEme replied

    Sure but I don't know how to do it

  •  110
    George replied

    Under Users menu -> Add New -> Fill up the form and the role should be administrator

    Best Regards,
    George | Kreatura Dev Team

  • ManuEme replied

    Yes, I've done it

  •  110
    George replied

    Please now share the login credentials with me

    Best Regards,
    George | Kreatura Dev Team

  •   ManuEme replied privately
  •  110
    George replied

    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

  • ManuEme replied

    Can't you open it?

    I've tried with that username and password and it works

  •  110
    George replied

    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

  •   ManuEme replied privately
  •  110
    George replied

    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

  • ManuEme replied

    Look

  •  110
    George replied

    Is the slider published? Can I see it somehow on your site?

    Best Regards,
    George | Kreatura Dev Team

  •  110
    George replied

    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

  • ManuEme replied

    I would like to put a button from the image 1 to image 2

  •  110
    George replied

    So.... the another slider is on different page? 

    Best Regards,
    George | Kreatura Dev Team

  •  110
    George replied

    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

  • ManuEme replied

    Yes, yes, yes!!!!!

    Thank you so much for your help

    It works!!!