Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1041262
    cwacholder
    Participant

    Hello,
    I’m setting up a Units Converter on a slider (each slide with length, area, speed, etc)
    I need to link to each slide from some descriptive text on the page.
    I added #length and #area IDs on the slides to use as anchors, but though the links on the text do seem to work, the slider stays on the first slide.
    Is there a way to solve this?
    Thanks!

    #1041586
    Rupok
    Member

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1041653
    cwacholder
    Participant

    Here’s a link to my page:

    http://desarrollo.maritimapampa.com/en/information/units-measurements/

    The slider has a different unit converter on each slide, and I need the user to click the text to navigate to his choice.

    Hope this clarifies a bit!

    Thanks again

    #1042022
    Jade
    Moderator

    Hi there,

    It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.

    #1042278
    cwacholder
    Participant

    Oh, too bad!
    Would it be worth to try with revolution slider? Or tabs? I’m not sure how customizable tabs are. I really liked the looks on that page, and the straightforward interface.
    I understand if you cannot help me further

    #1042981
    Lely
    Moderator

    Hi There,

    Deep linking is possible in revolution slider. Please check 4. Link to a specific slide within the slider from an external page from this link: https://www.themepunch.com/faq/how-to-hyperlink-slides-and-layers/

    Hope this helps.

    #1046082
    cwacholder
    Participant

    Thanks!
    Will try that route then.
    It really helps a lot!

    #1046415
    Prasant Rai
    Moderator

    Let us know how it goes.

    Thanks.

    #1056427
    cwacholder
    Participant

    I think the linking will work, but I don’t think I can make the form work from within the slider…
    At least is not responding now. Wonder if I have to change the code? I’m a bit lost here. Will keep trying, but any insight is welcome.
    Thanks again!

    #1056453
    cwacholder
    Participant

    Still trying to figure out how to put the slides together on Revolution.
    Getting the individual forms to work is not as easy as publishing a gallery!
    Forms seem to be working now, but still stuck at links
    Will keep trying to make it work.

    #1056749
    Joao
    Moderator

    Hi There,

    Let us know if we can help you with something.

    If you feel you are facing difficulties with Revolution Slider I would reccomend you checking some Youtube Tutorials, in 20 30min you can have a great overview of it´s functionalities.

    Just make sure to choose newer videos since Revolution Slider has changed it´s layout a while ago.

    Hope that helps,

    Joao

    #1088571
    cwacholder
    Participant

    Got back to this problem after letting it rest for a while. Using http://desarrollo.maritimapampa.com/en/information/units-measurements/#slide1 to link from the captions to the slides with no results. The URL changes but the slide doesn’t.
    Frustrating!

    #1088835
    Joao
    Moderator

    Upon checking your link I can´t see any slider would you mind clarifying the issue.

    Thanks

    Joao

    #1088868
    cwacholder
    Participant

    Sorry,
    I changed it for tabs as a temporary solution
    Here’s the test page I’m working on:

    http://desarrollo.maritimapampa.com/en/slider-test/

    Sorry!!

    #1089534
    Rad
    Moderator

    Hi there,

    It needs Rev. Slider’s API to work properly and it’s not simple linking since it deals on slider that mostly run by javascript.

    According to your slide, it uses revapi3 as API Object. Hence, we can change your link button to this,

    <a href="javascript:revapi3.revshowslide(1);">Length and Distance</a>

    or

    <a href="http://desarrollo.maritimapampa.com/en/slider-test/#slide1" onClick="revapi3.revshowslide(1);">Length and Distance</a>

    It will then go to 1st slide of that specific slider. Then do the same on other links with their proper slide index (eg. revapi3.revshowslide(2); revapi3.revshowslide(3); and so on )

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1041262 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>