not working with visual composer
-
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:
Any help shall be highly appreciatted.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘not working with visual composer’ is closed to new replies.