If you are no longer licensing DesignPLUS, here are the steps to uninstall the tool. These steps will need to be completed by a Canvas root account admin.
Disable the LTI tools
- Go to the account(s) where the Multi-Tool and Upload/Embed Image apps are installed
- Select Settings in the left navigation
- Select Apps
- Select View App Configurations
-
Find the Multi-Tool and Upload/Embed Image tool and delete them
- Go to the root account
-
Select Developer Keys in the left navigation
- Under Account, locate the Multi-Tool and Upload/Embed Image keys and disable or delete them. If you do not see Multi-Tool or Upload/Embed Image, find the Design Tools key and disable or delete it
- Under Inherited, find the Cidi Labs DesignPLUS key and disable it
The Multi-Tool and Upload/Embed Image LTI tools have now been removed from the Canvas instance.
Disable the sidebar
-
Go to the account(s) where the Sidebar is installed
- Select Themes in the left navigation
- Select + Theme and select the current theme name
- Select Upload in the top left of the Theme Editor
- Download the JavaScript file and the Mobile app JavaScript file
- For both files, use a code editing software to remove all the code between the 2 DesignPLUS comments:
/************** BEGIN DESIGNPLUS ***************/ -
Save the new files and upload them to replace the old JavaScript files in the Canvas Theme.
-
For the CSS files, there are two options:
-
Option 1: Remove the DesignPLUS styles/themes entirely, which will revert any content created with DesignPLUS to plain HTML. Note: Contact Cidi Labs before doing this step to make sure the files you are about to import are up-to-date.
To remove all DesignPLUS CSS (deprecate pages built with DesignPLUS to plain HTML):
-
In the Canvas theme editor Upload tab, download the CSS file and the Mobile app CSS file.
-
For both files, use a code editing software to remove all the code between the two DesignPLUS comments that look like this:
/************** BEGIN DESIGNPLUS ***************/
-
Save the edited files and upload them to replace the old CSS files in the Canvas Theme.
-
-
Option 2: add static CSS to preserve DesignPLUS styles/themes as they currently exist, which will leave any content created with DesignPLUS as is (though it will not receive any updates in the future)
To add the static CSS,
-
In the Canvas theme editor Upload tab, download the CSS file and the Mobile app CSS file.
-
For both files, use a code editing software to remove all the code between the two DesignPLUS comments that look like this:
-
/************** BEGIN DESIGNPLUS ***************/
-
Next, get the CSS files from Cidi Labs and upload them to the institution’s server. Cidi Labs will not host these files for you.
-
Obtain the public URL of the hosted CSS files.
-
At the top of the file, add one of the import statements below:
-
For the App file:
@import url(<public URL of app CSS>); -
For the Desktop file:
@import url(<public URL of desktop CSS>);
-
-
Save the CSS files you just edited.
-
Upload the new files to replace the old CSS files in the Canvas Theme.
-
-
-
After uploading and replacing the files in the Theme Editor, click Preview Changes. Then click on Save Theme in the bottom right corner and name it.
-
Finally, click on Apply Theme in the bottom left corner.
The DesignPLUS Sidebar is now removed from the Canvas instance.
Cidi Labs support can assist with removing DesignPLUS from your Canvas instance. If you would like guidance on uninstalling DesignPLUS, please email support@cidilabs.com or fill out the Cidi Labs Support Form.
If you decide to uninstall on your own, please let our team know once you have successfully uninstalled the DesignPLUS JavaScript and CSS.