Frequently Asked Questions (FAQ)

You can purchase our themes using paypal and credit card as payment method. Email use if you want to pay using wire transfer.

You need to login using your account after purchasing, and access download menu.

Yes you can, but you can’t resell it.

You can use the theme for commercial projects for your clients. 1 license for 1 commercial project.

You can purchase the theme for your clients. 1 license for 1 client for 1 redmine instance.

No, you can’t. You can use 1 license of Nuno Redmine Themes is valid for one domain/sub-domain only, means you can install the theme only one time and only on one single website / domain /sub-domain.

No, you can’t. You cannot use this theme in a Redmine instance that is commercially distributed to your clients (hosted Redmine).

You cannot sell this theme as a standalone product to 3rd parties and you cannot sell it as a part of a downloadable Redmine instance.

No, you can’t. You cannot sell it as a part of a downloadable Redmine instance.

No, you can’t. You can’t share, resell, redistribute or give away this theme.

No, we don’t provide trial. But you can get 14 days refund for any kind of reason.

Yes, you can get 14 days refund for any kind of reason


Linux

1. Go to [Redmine Home Folder]/public/themes/[your purchased Nunothemes]

2. Run the script named theme-configuration.sh followed by the color and nav position you wanted as argument. You may need change permission of the script by using the command

 chmod +x theme-configuration.sh

Run the script followed by argument :

 ./theme-configuration.sh -color <next color> -menustyle <menu position>

Color pink and menustyle vertical as example :


./theme-configuration.sh -color pink -menustyle vertical

Windows

There is no .bat file included on the Nunothemes. You need to install extra tools to run .sh script on windows.

In this example, we used Git Bash to run .sh script on windows

1. Go to [Redmine Home Folder]/public/themes/[your purchased Nunothemes]

2. Right Click then click Git Bash Here.

3. To run the script with blue and horizontal as example

bash theme-configuration.sh -color blue -menustyle horizontal