null

Digital Enhancement Puzzles

Some of the images we offer as Traditional puzzles have signs or shops that are able to be renamed. We've digitally carved initials into a tree, changed names on storefront windows and signs. 

To browse more puzzles that can have digital enhancements, see traditional category.

Themes

Sort by:
Scroll To Top // nest within any conditional, such as onload fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NzcyMjY2NywiaWF0IjoxNzc3NTQ5ODY3LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.SrqjRP2M8s0xLlX-GFDr8AewZdphSMCbYRzXKpm9JdcpLgFX6mYNZwga-tMd1hoIt_eTisVBNYjCFxafdEvqzA' }, body: JSON.stringify({ query: "{ site { category(entityId: $categoryId) { metafields(namespace: 'seo', keys: ['seo-h1']) { edges { node { value } } } } } }" }) //graphql query string }) .then(data => data.json()) .then(data => console.log(data)) .catch(error => console.error(error));