• Plugin and theme are in latest version. But for some reason, search icon not showing.

    I can see this div asl_hidden_data

    Any help please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    You have a custom CSS applied, which hides the search input container, first you should remove that:

    .probox {
        display: none!important;
    }

    Then, I can’t see any width set for the search bar container, it is basically 0. You can try something like:

    #et_top_search {
        width: 300px !important;
    }

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)

The topic ‘plugin not working after divi upgrade’ is closed to new replies.