Okay
  Public Ticket #1222392
Popup Setup
Closed

Comments

  •  2
    pnaylor45 started the conversation

    The plan is to use a popup slider to display images about a service. 

    I want to be able to click on a "See Photos" button that activates the popup. 

    How do I set this up? I went through through the documentation and see that you can do this, but nothing tells you how?

    I have 4 services on one page and I want to be able to have 4 different popups come up one for each slider. Is this possible? 


    Can you point me to instructions on how to set this up? My main question is how to create a link or "clickable trigger" that triggers a specific popup slider. 



  • [deleted] replied

    Hey pnaylor45,

    If you want to trigger the popup with a button (layer) inside the slider, you will need to enter the following line to the Open By Click field: #example
    And then set an ID in the Link & Attributes tab, for the same button (layer) with the same name, so id="example"

    Naturally the trigger button can be any element on your site, including external sources. You will need to apply the same method. Set an ID or class for that button (element) and enter the same ID/class to the Open By Click field.

  •  2
    pnaylor45 replied

    Thank you for the response. I wish I knew what any of it meant.. No idea how to do any of that.. :/

  • [deleted] replied

    Setting a popup trigger inside the slider is very easy. You just need to do exactly what I've mentioned in the previous response.

    Enter something ( #example ) to the Open By Click field in the Slider Settings/Popup. And then set an ID in the Link & Attributes tab, for the layer that you want to use, with the same name ( id="example" ).

    This way the layer will open the popup when clicked.