Disabling Specific Functions in Stamped Widgets & Scripts

  • Updated

Certain functionalities in the Stamped widgets & script can be disabled depending on your design preferences. Follow this guide to learn more! 


In this guide


Disable CSS file from loading in the script

<script> window.stamped_exclude_main_css = true; </script>

Disable font from loading in the script

<script> window.stamped_disable_font = true; </script>

Disable the pop-up modal feature in widgets

The pop-up modals can be disabled with the below code, or, if using Shopify, it can be done through the theme editor: 

App Embeds 1.png

 <script> window.stamped_disable_review_single = true; </script>

Disable lazy loading of image thumbnails in widgets

<script> window.LazyLoadStampedDisabled = true; </script>

Was this article helpful?

1 out of 3 found this helpful

Have more questions? Submit a request