How to Pop ConvertPlus Modals as a Link?

Hey there guys.
i have made two modals, and i am trying to figure out how to pop them up as a link on my side menu buttons, and as well as a menu button. once i am done with that i can finaly get rid of popup maker external plugin. please help :slight_smile:

Adding Secure note

Hi There,

Thanks for writing in!

Please check the video, how to launch the popup from menu link.

You can follow the same rule for other link too.

Hope this helps!

Thanks

1 Like

Hey there!
Thanks for tutirla worked on menu link but as normal link it didnt worked i am trying to put the link here:

Hi There,

Thanks for the confirmation!

I can see you are using a third party plugin for the link. I am not sure exactly how the plugins trigger the link, Please contact the plugin developer. They might have a solution for this.
We are really sorry but this is beyond our theme support scope.
Meanwhile you try adding the link via text element and check if the popup is coming.

Thanks

Hey there,
please help me i have worked hard to make the button popup in covertplus and i have deleted popup maker plugin for this. its just a link, its not a third party plugin, how do i activate convert plug as a link? and not css class

Hi there,

It’s only possible with class as trigger, and you have to add that specific class to those links that you’re referring. Example, let’s say you use class name pop-trigger. Then you have to add that to your ConvertPlus class trigger, then add that class name to your link class, menu class, and so on.

Thanks!

1 Like

Hey Rad how are you!

could i trigger this with a code?
like i have this code for example for side menu to open in new window:
(function($){
$(document).scroll(function() {
var y = $(this).scrollTop();
if (y > 665) {
$(’.wp-side-menu’).fadeIn();
} else {
$(’.wp-side-menu’).fadeOut();
}
});
})(jQuery);

could i trigger the wp side menu to open and trigger a class with such familiar code?

Hi there,

As my colleague mentioned it is only possible to use the CSS Class as a trigger point of a ConvertPlus modal.

There is no code like the one mentioned which will work with ConvertPlus.

Thank you for your understanding.

i realy need this to work, i have deleted all rest 3rd party plugins i am realy counting on convertplus , i have worked hard to building the modals i just need to trigger them to popup while click the side menu.
please help

Hello There,

Thanks for updating in!

I would highly recommend that you check out the documentation of the plugin. Perhaps this link could help you:


https://www.convertplug.com/plus/css-class-trigger-demo/

Hope this helps.

1 Like

I am trying, but it seems that it is running {{Radar}} css as a link.
Screenshot: http://prntscr.com/jb3f3u
Another Screenshot: http://prntscr.com/jb3fhp
please help :frowning:

Hey There,

You have misinterpreted the documentation. The correct link output should be this:

<a href="http://example.com" class="the-custom-class-here">Link Text</a>

In your case, if Wow Side Menu does not offer a field for a custom class then it is impossible to you to get this working.

Hope this make sense.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.