From d3e5fefd73cd69234317c33b8ee629e2ad3abc2d Mon Sep 17 00:00:00 2001 From: Pdzly Date: Sat, 26 Apr 2025 21:10:29 +0200 Subject: [PATCH 1/2] Fix broken link in themes marketplace submission guidelines Updated the link to the Submission Guidelines page to use a relative path. This ensures proper navigation and prevents potential linking issues. --- content/docs/themes-store/themes-marketplace.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/themes-store/themes-marketplace.mdx b/content/docs/themes-store/themes-marketplace.mdx index 02711db..bd47e94 100644 --- a/content/docs/themes-store/themes-marketplace.mdx +++ b/content/docs/themes-store/themes-marketplace.mdx @@ -12,4 +12,4 @@ The Mods Registry is a place where you can find and install mods for Zen Browser ## For mod developers -If you are a mod developer and would like to submit your mod, please follow the instructions on the [Submission Guidelines](themes-store/themes-marketplace-submission-guidelines.md) page. +If you are a mod developer and would like to submit your mod, please follow the instructions on the [Submission Guidelines](./themes-marketplace-submission-guidelines) page. From c3693ee6eb66ff4a111fee96c8cede484fca9a96 Mon Sep 17 00:00:00 2001 From: Pdzly Date: Mon, 28 Apr 2025 17:45:27 +0200 Subject: [PATCH 2/2] Add FAQ entry for resolving broken themes/mods issue This update adds a troubleshooting section in the FAQ to guide users on resolving issues with broken themes or mods. Instructions include locating the profiles folder, editing or deleting the `zen-themes.json` file, and restarting the browser. A precaution is also advised to back up the file before manual edits. --- content/docs/faq.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/docs/faq.mdx b/content/docs/faq.mdx index 1d57bd9..df3c10e 100644 --- a/content/docs/faq.mdx +++ b/content/docs/faq.mdx @@ -128,3 +128,13 @@ Some users encounter the bug where websites are partialy transparent, to resolve 2. Search for `browser.tabs.allow_transparent_browser` 3. Set the flag to `false` 4. **Restart the browser** + +## Themes/Mods broken + +Some users may encounter a bug where themes are broken, to resolve it to follow the steps below: + +1. Go to your profiles folder (Linux: `~/.zen/` or Flatpack: `~/.var/app/app.zen_browser.zen/zen/`, Windows: `%APPDATA%/zen/Profiles`) +2. Go into the folder of the profile you are using (e.g. with the (release) suffix) +3. Delete (or edit) the zen-themes.json file and restart the browser. + +Its recommended to backup the file before updating it manually. By editing you could break the browser \ No newline at end of file