• rikofert

    (@rikofert)


    Hi Damian,

    great plugin! I have just a problem with storefront css mobile, search results are not showing as expected (just half of the first is shown). I checked your Demo site and everything works well, but on my side once one clicks on search icon, it does not run in full screen mode. I ran the test with no css customization.

    Last, do you think it would be possible to add the choice to search also in the products’ attributes in a future release?

    Thanks for support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rikofert

    (@rikofert)

    cause any feedbacks arrived, the workaround used in my case is:

    @media screen and (max-width: (mobile_site_resolution)px) {
      .storefront-handheld-footer-bar ul li.search .site-search {bottom:-25em !important;min-height:367% !important;}
      
      .storefront-handheld-footer-bar ul li.search.active .site-search {bottom:20% !important;}
      
    }

    I saw also the plugin demo site has some issues with that, so need to check if it works in other cases.

    • This reply was modified 7 years, 10 months ago by rikofert.
    Plugin Author Damian Góra

    (@damian-gora)

    Hi,
    Apologies for the delayed response.

    Unfortunately, most of themes requires litte custom CSS to well adjust a search bar and search results. I’m sorry for this inconvenience.

    I also have good news. I’m starting to work on products’ attributes as a search criteria.

    Best
    Damian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘search results on storefront mobile are not visible’ is closed to new replies.