Manually disabling the insertGalleryPlaceholder function
To disable the insertGalleryPlaceholder function manually, please follow these steps
Navigate to your published theme, click the "more" button to access the drop-down menu, and choose Edit Code.
In the code editor, use the search function on the top left to find
productwiz-rio.liquid
under the Snippets section. If this file is absent, your installation uses app embeds; thus, disregard these steps and re-apply the app’s theme integration by following this link: Re-apply Theme Integration
Open
productwiz-rio.liquid
. Use Ctrl+F (or Cmd+F on Mac) to findfunction insertGalleryPlaceholder
. If it's not found, no further action is needed.
If the function is present, insert
insertGalleryPlaceholder = () => {};
on a new line directly below it.
Save your changes by clicking the Save button at the top right.
Last updated