Okay
  Public Ticket #1605753
Layer slider popups
Closed

Comments

  • Kyle O'Connor started the conversation

    I have attached the page im having trouble with.

    All 12 of the folders you see on this page are located on 1 slide. Each folder links to another slide that provides more information.In order to fit all 12 boxes in the slider and to match the dimensions i require, the canvas height is st to be very large, however the slides that each of these links point to are much smaller and dont require the full height. When viewing any information box pas the first row the user will have to scroll up to read the info, 

    I have a couple solutions but i am not sure how to implement them. I either need to be able to trigger a unique popup from all 12 buttons, or i need to be able to anchor to the top of the section each time a slider is opened.so that the user doesn't have to scroll to the top of the page to be able to read the content. I have attached an image outlining the structure of the slider as it stands. Id really appreciate you help. Thanks



  • [deleted] replied

    Hello Kyle O'Connor,

    Thank you for getting in touch with us. My name is Attila and I'm happy to assist you today. I appreciate your patience while we've been working towards your ticket.

    I believe that you can achieve this with the popup solution easily. If you want to trigger a popup slider with a button (layer) from another slider, you will need to enter the following line to the Open By Click field of the popup: #example  And then set an ID in the Link & Attributes tab, for the button (layer) in the other slider, with the same name: example With this method you can set an ID for each popup that will be triggered with a button from the original slider. After that you will need to add the sliders that you want to use (all the popups as well) to the page. You can use the Slider Settings -> Popup -> Target Pages section for this purpose as well.

    Regarding the automatic scroll to the top, it could also work, but there is no built-in option in the plugin to do that, so you would need to do some custom coding to achieve that.