Tagged: x
-
AuthorPosts
-
June 14, 2016 at 7:32 am #1041262
cwacholderParticipantHello,
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!June 14, 2016 at 10:49 am #1041586
RupokMemberHi 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.
June 14, 2016 at 11:19 am #1041653
cwacholderParticipantHere’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
June 14, 2016 at 3:13 pm #1042022
JadeModeratorHi 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.
June 14, 2016 at 5:56 pm #1042278
cwacholderParticipantOh, 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 furtherJune 15, 2016 at 5:26 am #1042981
LelyModeratorHi 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.
June 16, 2016 at 6:24 pm #1046082
cwacholderParticipantThanks!
Will try that route then.
It really helps a lot!June 16, 2016 at 10:08 pm #1046415
Prasant RaiModeratorLet us know how it goes.
Thanks.
June 23, 2016 at 9:55 am #1056427
cwacholderParticipantI 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!June 23, 2016 at 10:14 am #1056453
cwacholderParticipantStill 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.June 23, 2016 at 1:30 pm #1056749
JoaoModeratorHi 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
July 15, 2016 at 9:42 am #1088571
cwacholderParticipantGot 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!July 15, 2016 at 12:46 pm #1088835
JoaoModeratorUpon checking your link I can´t see any slider would you mind clarifying the issue.
Thanks
Joao
July 15, 2016 at 1:04 pm #1088868
cwacholderParticipantSorry,
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!!
July 15, 2016 at 11:47 pm #1089534
RadModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1041262 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
