You can easily reference uploaded assets in your Zendesk theme's code using asset path variables or the Curlybars asset helper.
In the style.css file, use asset path variables provided by Guide. In templates, use the Curlybars asset helper to insert assets. This method allows you to replace assets without editing the theme code. However, note that you can't use these in the theme's script.js file. For more detailed instructions, refer to theoriginal link.
Uploading assets to your Zendesk help center theme is straightforward. You can add images and files to your theme, which are stored in a web cache on a cloud delivery network (CDN) to improve performance. To upload an asset, navigate to Guide,…
Zendesk allows a variety of file types for theme assets, primarily those used in theming a help center. For images, you can use jpg, jpeg, png, gif, svg, webp, tiff, tif, bmp, ico, and webm. Fonts can be woff2, woff, eot, otf, ttf, and svg. Text…
Replacing an asset in your Zendesk theme is a simple process that doesn't require editing the theme code. To replace an asset, go to Guide, click the Customize design icon, select the theme you want to edit, and click Edit code. In the Assets…
Yes, you can delete any theme asset that you no longer need in your Zendesk theme. To delete an asset, navigate to Guide, click the Customize design icon, select the theme you want to edit, and click Edit code. In the Assets section, locate the…
Unfortunately, you cannot upload a whole folder of assets directly to Zendesk. However, there are alternative methods. If you need to upload a large number of files, consider downloading the theme entirely and placing the images directly in the…