Viewing 1 replies (of 1 total)
  • The problem is that avada has a .popup style declared in its css.
    What I did was, I changed the displet-pop popup class to displetpopup. I edited these two files:
    – wp-content/plugins/displet-pop/displet-pop.php
    – wp-content/plugins/displet-pop/style.css

    and replaced alli instances of
    #displetpop .popup with
    #displetpop .displetpopup

    and
    <div class="popup"> with
    <div class="displetpopup">

Viewing 1 replies (of 1 total)
  • The topic ‘Great plugin but doesnt work with Avada theme’ is closed to new replies.