- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does your institution customize your Canvas Catalog?
Good morning everyone,
I am just wondering who customized their Catalog such as by:
- Adding dropdown menus
- Personalized footer
- Course Card
- Shopping Cart
- Etc.
Would love for you to share Catalog URL and explain how it has been customized.
Thank you in advance,
Jessica
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are just setting up our Catalog this semester but are interested in customization.
We are migrating our training courses from another platform and are looking for ways to hang on to our aspects of gamification, leaderboards, and branding.
Eager to see what gets shared here!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could do this in the custom javascript area. It should remove the button from view.
$("#search-refine-button--refine").addClass('hidden');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are just setting up our Catalog this semester but are interested in customization.
We are migrating our training courses from another platform and are looking for ways to hang on to our aspects of gamification, leaderboards, and branding.
Eager to see what gets shared here!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have gotten most of our customization from @jazemlya at Indiana University! Thanks, Justin!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi Jessica,
I was admiring both IU and Maryland's CSS customizations since we got access to our Catalog instance earlier this week. So I was pretty lucky to stumble across this post today because I am having a hard time getting the header working properly (with the 2 different colors for logo area and subtitle). Any suggestions from you or @jazemlya ? This is what ours looks like now: https://wpi.catalog.instructure.com
Thanks so much!
Lindsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am always willing to help another person from MA (born and raised). I will message you with my email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I sent you an email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We're newbies to Catalog customisation, but looking to do something like your setup Lindsey with linking to different sub-catalogs from the front page. Does anyone have any tips on that? Any input greatly appreciated!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would love to learn more about how to customize, too!! I love the idea of sharing links to your Catalog. Please share your links so I can see what you have done.
Here is what we have done at USU Extension.
We haven't customized, really, just added branding. I want to do more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Kathy,
I just came across your post and looked at your site. Here is ours: learn.extension.okstate.edu
I haven't met any others so far who are using Canvas Catalog for extension courses. It would be great to talk more.
Joan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have organizations been able to add a shopping cart? That's been one of our top wish list items at USU Extension!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need to make an account and play around with it. So, your students can register for multiple courses add them to the shopping cart and pay for them all at once? @kathy_harris have you had a chance to play with this yet to see if it's what we are looking for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would suggest making a note of this on the feature survey. However, I know that this is on the list since other institutions suggested it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, we haven't.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Boston College (Boston College Catalog) has customized the center "feature-region" between the header and the search/refine bar, but not much else in production.
In Beta (Boston College Catalog BETA) I played around with a couple of subtle customizations. One was making the top-left header logo always link to our main Catalog page. If you use domained subcatalogs (which we have to for our various payment storefronts), this logo defaults to the subcatalog URL. So a student who browses into one of our Nursing courses cannot click out to the main Catalog again.
We also added an "Accessibility" link to the "Course Catalog | Terms of Use | Privacy Policy" list on the Catalog footer.
Happy to share the JavaScript if anyone is curious.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Leigh,
I love that you put "New Users" above the registration fields in Catalog. Would you mind sharing your script for this?
Thanks so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Leigh,
Was wondering if you'd be willing to share the code you used to add the "Accessibility" link in the Catalog footer?
Thanks in advance,
Rosie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On the subject of customization, has any attempted to change the text of the built-in "Categories" dropdown? We at Boston College are interested in using this feature to display our list of subcatalogs (we probably won't be using course-specific tags) and would like the dropdown button to read "Select Catalog" or something like that, since "Categories" is a bit too vague.
I am able to target and rename the similar-looking "Refine" button with the custom JavaScript below, but the same code targeting the "Categories" button seems to have no effect. Any ideas?
$("#search-refine-button--refine > div > div.search-refine-button__text").text("Filter/Sort");
$("#search-refine-button--categories > div > div.search-refine-button__text").text("Select Catalog");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for posting! We are continuing to look for ways to customize our subcatalogs for various clients. We are a land grant university with research and extension opportunities. Our users do not recognize our non-credit education efforts when they are visually tied to the parent catalog of the for-credit learning opportunities. @bernstlc catalog user sub catalogs custom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are also interested in adding a Categories dropdown where we would list our subcatalogs. I'd also like to remove the default Refine dropdown, as those search options do not work well for us. All of our courses are paid, have certificates, and are continuously open.
We did just add a banner, yay! OSU Extension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@jazemlya / expand.iu.edu created a dropdown that we use -- maybe reach out to them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have any of you smart people tried to change the "Enroll" button text to something else? For example, when you go to a course in Catalog there's a button that says "$15 Enroll" like this:
We'd love to change this for some courses to "$15 Register", either in a subcatalog on per course. Any ideas?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We would love to know about this too. We have not customized this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where are you storing your images for the custom banner script? Amazon S3? Azure? Do you suggest a different solution?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are hosting them on AWS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here are our Catalogs: https://osuextension.catalog.instructure.com/ and https://osuextension.catalog.instructure.com/browse/internal
We added headers using JS. Now I would really like to remove the Refine button. Its search categories are not relevant to our courses. Has anyone been able to remove it?
Thanks,
Joan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, we have not been able too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could do this in the custom javascript area. It should remove the button from view.
$("#search-refine-button--refine").addClass('hidden');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Awesome Woodwardtw, it works! Thank you so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!!
this is really great. i have one question, is theres a place when i can see some java code used to modify?
i think it can help to get ideas and implement them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, no. You would have to keep a log outside of Catalog for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Has anyone successfully made a "Help" button on the Catalog landing page, similar to the Canvas "Help" button? It would be very helpful if we could have a Request For Information Form on this page like a website.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have only successfully added this information to the footer on the landing page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Has anyone been able to customize the user defined fields in the registration form? We'd like to use a dropdown with options. Right now it's a "text" question and people are putting in all kinds of things. Can this be done with custom JS? We need better data!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, no. Feel free to add this to the agenda for our April meeting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is this April meeting a user group for admins? I am hitting alot of road blocks to customize our canvas catalog to meet our needs and would love to network with others who have accomplished this.
Thanks
Amanda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is primarily yes, for admins.
