Okay
  Public Ticket #1229740
Open by Click
Closed

Comments

  •  2
    ycikdev started the conversation

    Apologies for having to ask a question re this topic. I have read through the other tickets and still cannot get this to work. First of all I'm a beginner but I'm learning so your patience and help is appreciated.

    I have an image not related to a slider that needs to pop-up a slider when clicked on. See my page url of an trigger image. If you click on it, it's suppose to pop-up the slider. Below is my settings in screenprints as I understood it from your explanation below.

    You wrote in another ticket "

    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."

  • [deleted] replied

    Hey ycikdev,

    Your code for the image is good, the problem is with the Open By Click field. You need to add a # before the example in case you're using an ID.

  •  2
    ycikdev replied

    Thanks for the reply. I have added a # as requested.

    http://www.accolades.org.za/slider-page/

    Nothing happens when I click on the image?

  • [deleted] replied

    I have checked the URL you provided but as I can see there is no slider on it currently. Where exactly can we check this with the slider ?

  •  2
    ycikdev replied

    Sorted, I got it working. Thank you much

  •  2
    pnaylor45 replied

    ycikdev could you let me know what you did to finally get it working? I'm trying to do this and I'm going crazy trying to figure it out. I got it working with a button inside a slider but I can't get it using an image? RRR


    you will be my hero if you could point me in the right direction :)



  •  2
    ycikdev replied

    Hi there,

    The image that is used on your page have to have the ID of your slider as seen in POPUP config e.g id="example". This ID I added in the html of a specific image.

    Then on the same page, add the slider short code e.g [layerslider id="27"]

    I can't however get this working with a image element, only with a plain image I inserted.