Widgets don’t appear when Shopify pages load

Checklist for troubleshooting missing widgets

If Searchanise widgets are not functioning in your store, please check the following:

  1. Other Search Apps: Ensure that no other search apps are installed, as they may cause interference and conflicts.
  2. App Embeds: Verify that the widgets are not deactivated. To do this, go to Sales channels > Online store > Themes and click Customize for your selected theme. Open App embeds, locate our app, and ensure that the toggle is set to Off.

    Deactivate toggle

  3.  API Integration: When our API integration is enabled, it utilizes our search core and algorithms; however, the widgets can still be customized.

If you’ve checked all of the above and the issue persists, please contact us at feedback@searchanise.io.

Adding a speed-up script

Because of Shopify limitations, Searchanise Search & Filter widgets only load after the entire page is loaded. That’s why the widgets may not be displayed correctly after the page is opened.

However, you can insert the Searchanise Search & Filter widgets’ code into the store’s theme template for the widgets to load faster.

Important info

You need to remove this code if you want to change the toggle DEACTIVATE app’s widgets in the Theme Editor while disabling Searchanise widgets.

To do so, follow these steps:

    1. Go to your Shopify admin panel > Online store > Themes.
    2. Find the theme you want to edit, and then click Actions > Edit code.
    3. In the Layout directory click theme.liquid.
    4. Find the liquid tag {{ content_for_header }}, which is usually located between the <head> and </head> tags, and paste the following code line in front of it:
      <script src="//searchanise-ef84.kxcdn.com/widgets/shopify/init.js?a=API_KEY"></script>
      
      Important info

      Replace API_KEY in the code line with the API Key of your Searchanise subscription. You can find it in the Searchanise Search & Filter control panel > Dashboard section. Widgets don’t appear when Shopify pages load

      Widgets don’t appear when Shopify pages load

    5. Save the changes.

That’s it. The widgets are now loaded faster.

Widgets don’t appear when Shopify pages load Find out about Shopify speed optimization to improve the user experience of your shoppers and boost your sales.
Updated on October 24, 2024

How useful was this post?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 2

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you

Let us improve this post!

Please tell us how we can improve this post

Related Articles

Back to top