• Resolved miseryguts

    (@miseryguts)


    Hi, the plugin is currently working fine on Desktop but on mobile it produced no results no matter what I search for. It just leads to a blank page. I am currently using it as a shortcode in a widget.

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

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

    (@yummy-wp)

    Hello,

    I checked the issue and determined that it’s not related to the Smart Search plugin.
    It’s a custom CSS that hides the <body> element on the mobile screen (@media only screen and (max-width: 500px) ).

    You can find it in the page’s view source.
     .post-type-archive-product {
            display: none !important;
        }

    Please remove that CSS and the page should be displayed normally then.

Viewing 1 replies (of 1 total)
  • The topic ‘Not working on mobile’ is closed to new replies.