Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #673707

    Hello!
    Please, help me with the following goal.
    I need to create a popup window which has to be opened by pushing on the button inside price table (standard Enfold tables).
    I have an html code which will be showing inside popup. Also I installed “Popup Maker” plugin and set up new popup. So I have CSS class which can be inserted into the code (as I found, it should be something like “<button class=”popmake-xxx”>Open window</button>).

    How can I add this popup to the button?
    Avia Layout Builder Debug is already enabled. I just don’t understand how I should add CSS class to the button.

    Thank you in advance!

    Best regards,
    Artem

    #675144

    Hey,

    Don’t use the built-in button table feature, instead place the button as HTML:

    <a href='#' class='button CLASS_HERE'>Open</a>
    

    Best regards,
    Josue

    #675552

    Hello, Josue!

    Thank you, but, could you, please, clarify a bit more detailed. Please, take a look at private content.

    Thank you in advance!

    Artem

    #675892

    Hi,

    If you’re using the button as shortcode you can simply attach custom_class to it:

    [av_button .... custom_class='class_here']
    

    Best regards,
    Josue

    #678166

    Thank you, Josue!

    Everything is working fine. You can close the thread.

    Cheers,
    Artem

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Creating popup window on Enfold price table’ is closed to new replies.