Okay
  Public Ticket #289060
image link to popup form
Closed

Comments

  • Richard started the conversation

    Hi, I hope you can help. I am a medior webdesigner and not an expert on integration.

    I use the Unite Revolution Slider. I have an image on an image-layer and when one clicks on it a popup form should be shown. The popup (Ajax popup contact form) works fine when the image is outside the Slider. I just cannot figure out how I can get the following code connected to the image in the slider:

    <a class="pwebcontact301_toggler" href="#"><img src="images/zaakeluk/contact.png"></a>

    Maybe you have a solution ?

    Thanks in advance. 

  •  902
    Max replied

    Hi. The image in the slider is appear dynamically so the script of the popup is not working, because on page init the image is hidden. You can do some function in javascript that opening that popup, and call this function from the link. like: 

    <a href="javascript:openmypopup()"></a>

    this solution should work.