Hello,
The theme designer works fine on localhost but when deployed for our designer's access the download link says that it requires a license. How do I make it available for non-tech team members?
Deployed version requires license
-
- Posts: 560
- Joined: 23 Oct 2020, 09:28
Hello,
How are you using the themes files for example linking them or just add compiled theme css files? Could you explain the issue? Error screenshots could help.
Best,
How are you using the themes files for example linking them or just add compiled theme css files? Could you explain the issue? Error screenshots could help.
Best,
When using npm run serve I can use the download button.
When using npm run build I cannot use the download button because I see "A designer license is required to download this theme." We have already purchased the extended license.
We are using this by downloading the package, running npm install, then using the frontend to change color preferences before trying to download the generated css file.
When using npm run build I cannot use the download button because I see "A designer license is required to download this theme." We have already purchased the extended license.
We are using this by downloading the package, running npm install, then using the frontend to change color preferences before trying to download the generated css file.
-
- Posts: 560
- Joined: 23 Oct 2020, 09:28
In AppEditor.vue file checks the environment and if it is production mode, it won't download the theme files. In this case the 'download()' method in AppEditor.vue file should be changed like this
You don't need to check production or development mode.
Code: Select all
this.downloadTheme();
-
- Posts: 2
- Joined: 06 Jun 2023, 14:56
Ok, thanks for this guide.tugce.kucukoglu wrote: ↑06 Jun 2022, 08:34In AppEditor.vue file checks the environment and if it is production mode, it won't download the theme files. In this case the 'download()' method in AppEditor.vue file should be changed like this
You don't need to check production or development mode.Code: Select all
this.downloadTheme();
I was actually looking about this and found this threat.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 2 guests