Pop any Module 2.7

Plugin

Plugin TagĀ 
------------------
{popanymodule}

Plugin Attritbutes
-----------------------

id: Module Id, can be found from Module manager.
text : Text to click to open the popup
image : Complete path of the image to click to open the popup
class: Add CSS class from your template.
style : Define inline css styles.
height: Height of the popup. Mention px. Example 600px. Default : 400px
width : Widhth of the popup. Mention px. Example 500px. Default : 400px


For Text Link
---------------------------------------------------------------------------

{popanymodule text="Link" height="600px" width="600px" id="16"}

Here id means the module id which you would like to appear in the popup

For Image
------------------------------------------------------------------------------

{popanymodule image="https://yourwebsite.com/images/yourimage.jpg" height="600px" width="600px" id="16"}


How to add a class name?

Example :

{popanymodule class="button" text="Link" height="600px" width="600px" id="16"}