Here are a list of function that can be used to disable functionalities in Stamped Widgets & Script
In this guide
- Disable CSS file from loading in script
- Disable font from loading in script
- Disable pop-up modal feature in widgets
- Disable lazyloading of image thumbnails in widgets
Disable CSS file from loading in script
<script> window.stamped_exclude_main_css = true; </script>
Disable font from loading in script
<script> window.stamped_disable_font = true; </script>
Disable pop-up modal feature in widgets
<script> window.stamped_disable_review_single = true; </script>
Disable lazyloading of image thumbnails in widgets
<script> window.LazyLoadStampedDisabled = true; </script>