Hey Guys,
I am trying to position the slider arrows and Nav outside of the slider by linking another element to the arrows. I followed the steps from this post How can I move slider arrows to a different position inside the slider?
But I just can’t get it to work. Would be awesome if someone could help me out with this.
Thank you in advance.
Since your are adding custom code, it will not be visible in a preview - so you have to publish your page and then go to the live page you published to see if it worked.
I can’t see whether it is working or not since I only see the preview and can’t publish at all
if you want that text block to act as an arrow element, then you should either name it in the selector or ID for in page linking “w-slider-arrow-left” and “w-slider-arrow-right” - as thats’ what the code is looking for.
Finally, I am not sure what exactly you are trying to achieve - perhaps there is an easier way to get there if you will explain and give an example of what you want to get…
Can I do anything so you could publish it? here is the Link for the published page.
if you want that text block to act as an arrow element, then you should either name it in the selector or ID for in page linking “w-slider-arrow-left” and “w-slider-arrow-right” - as thats’ what the code is looking for.
“w-slider-arrow-left” is the class of the “real premade” slider arrow link block and I have to give my custom slider arrow link block a class of “slider-right” so it links to the “real” slider arrows. At least that is what was posted in the other thread:
…this also makes sense with the html code on my page.
Also I think in this case ID wouldn’t work because the custom code expects a class. Anyway I tried it with your class name suggestions to and it didn’t work either.
I would really like to get this to work just because I want to know what my mistake is. But what I want in the end is the right arrow in another grid element on the far right of the viewport and the slider image on the left like in the design. I don’t want to use absolute positioning because than it wouldn’t be responsive.
I am ashamed to admit it, but I have spent an hour trying to make it work, and I am completely stumped… I don’t understand why that script is not working…
As an alternative I would suggest to make a slider using interactions (with the interaction hiding one div and showing another… its pretty straight forward…