• Resolved cnor

    (@cnor)


    I am using Jupiter theme from artbees that has visual composer built in.
    I’m triggering a popup from visual composer image carousel through a link.

    The idea is to trigger a popup when the viewer clicks on a slide, but its not working.

    My popup code:

    <form name="htmlform" method="post" action="html_form_send.php">
    <table width="450px">
    </tr>
    <tr>
     <td valign="top">
      <label for="first_name">First Name *</label>
     </td>
     <td valign="top">
      <input  type="text" name="first_name" maxlength="50" size="30">
     </td>
    </tr>
     
    <tr>
     <td valign="top"">
      <label for="last_name">Last Name *</label>
     </td>
     <td valign="top">
      <input  type="text" name="last_name" maxlength="50" size="30">
     </td>
    </tr>
    <tr>
     <td valign="top">
      <label for="email">Email Address *</label>
     </td>
     <td valign="top">
      <input  type="text" name="email" maxlength="80" size="30">
     </td>
     
    </tr>
    <tr>
     <td valign="top">
      <label for="telephone">Telephone Number</label>
     </td>
     <td valign="top">
      <input  type="text" name="telephone" maxlength="30" size="30">
     </td>
    </tr>
    <tr>
     <td valign="top">
      <label for="comments">Comments *</label>
     </td>
     <td valign="top">
      <textarea  name="comments" maxlength="1000" cols="25" rows="6"></textarea>
     </td>
     
    </tr>
    <tr>
     <td colspan="2" style="text-align:center">
      <input type="submit" value="Submit">   ( <a href="http://www.freecontactform.com/html_form.php">HTML Form</a> )
     </td>
    </tr>
    </table>
    </form>

    The conditions is set to ALL POSTS OR ALL PAGES.
    I’ve set a trigger to CLICK OPEN with theextra selector a[href=”#popmake-5726″].
    And I made a link on the slide to #popmake-5726.

    The website is:

    http://pulsefactory.pt/teste/

    Any help shall be highly appreciatted.

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @cnor – First you don’t need to add that extra selector. We already include that one under the hood as well as .popmake-5726.

    That said I am not seeing any popups on the linked page. Did you find another solution already. Lastly it appears your setup was correct except for maybe the selector.

    Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘not working with visual composer’ is closed to new replies.