• Resolved teerata

    (@teerata)


    I add widget “Product Search” to Product Filters Bar
    But on page it show title only, it don’t show search input field.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ndre

    (@ndre)

    Hello @teerata,

    Thank you for using eCommerce Product Catalog!

    Can you please provide the URL where the search box should appear so we can check it?

    Thread Starter teerata

    (@teerata)

    Plugin Author ndre

    (@ndre)

    Thank you.

    Your theme is adding some styling that prevents the search-container to appear.

    Please use the following custom CSS to prevent it:

    #product_search_form .search-container {
        position: relative;
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        margin: 0;
    }
    Thread Starter teerata

    (@teerata)

    it work!! …. LOL
    thank you very much for your kind support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘product search input field not show’ is closed to new replies.