• Resolved mian117

    (@mian117)


    In the recent update, the search bar is not visible in the front end. I have tried using shortcode and php code, but same results. One thing I noticed is when I resize the screen it displays the search bar but On reload, it does not display. I have tried to exclude this CSS from caching or minification. /plugins/ajax-search-for-woocommerce/assets/css/style.min.css

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

Viewing 1 replies (of 1 total)
  • Hi @mian117

    This code should solve the problem:

    .dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form, 
    .dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form {
    	opacity: 1 !important;
    }

    Add this CSS code to your theme in WP Admin -> Appearance -> Customize -> Additional CSS.

    Regards,
    Kris

Viewing 1 replies (of 1 total)

The topic ‘search bar not visible’ is closed to new replies.