Hello,
i am using Superfly and ConvertPlus plugins
and i want to launch a convertplus modal when a menu is clicked in convertplus
therefore i put jquery code such as:
jQuery(function($) {
$( '.sfm-menu-item-3246' ).on( "click",function() {
$('.Tampar').click();
return false;
});
});
jQuery(function($) {
$( '.sfm-menu-item-3241' ).on( "click",function() {
$('.ChoiceVid').trigger('click');
return false;
});
});
jQuery(function($) {
$( '.sfm-menu-item-3240' ).on( "click",function() {
$('.Visitors').trigger('click');
return false;
});
});
As you can see, when menu items are click the function is that it will click the classes.
what it does is launches the same modal over and over again.
all the functions launch the “.Visitors” Modal. i have no idea whats gone wrong.
please help!
P.S
I have tried to open a ticket in ConverPlus support but they ask for purchase key! and i dont think i have one because i have convertplus from theme X purchase
