Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29540

    I added this to my functions.php:

    add_theme_support('avia_template_builder_custom_css');

    Now, I see and can add classes to avia elements. I am having a problem getting easy modal to find the class and trigger a modal form to display.

    The page is http://semba.bongo.cc/semba-octave-chromatography-systems/

    There’s a table at the bottom of that page. I’ve added the class “eModal-2” to the 2 “Get A Quote” buttons at the bottom. I can see that the class is attached to a containing <div> around the button. That doesn’t seem to work, but –

    On the home page http://semba.bongo.cc there is a promo box near the top of the page. I assigned a class of “eModal-1” to the promo box and that works!

    Can’t figure our why the other buttons don’t trigger the modal form. Any ideas?

    #140936

    I just figured it out:

    EasyModal plugin requires that you choose which modals to “load” into the page. Unless I choose every form that I need, none will appear.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to add a class to avia layout editor element – part 2’ is closed to new replies.