jsowalsk
Advocate

Does your institution customize your Canvas Catalog?

Jump to solution

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

2 Solutions
jwelchans
Community Member

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!

View solution in original post

You could do this in the custom javascript area. It should remove the button from view. 

 

$("#search-refine-button--refine").addClass('hidden');

View solution in original post

0 Kudos
36 Replies
jwelchans
Community Member

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!

We have gotten most of our customization from  @jazemlya ‌ at Indiana University! Thanks, Justin!

lftapper
Community Participant

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 ? Smiley Happy This is what ours looks like now: https://wpi.catalog.instructure.com 

Thanks so much!

Lindsey

I am always willing to help another person from MA (born and raised). I will message you with my email.

I sent you an email.

KathyPalm
Community Participant

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!! 

kathy_harris
Community Contributor

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.

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

0 Kudos
michelle_steven
Community Participant

Have organizations been able to add a shopping cart? That's been one of our top wish list items at USU Extension!

0 Kudos

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?

0 Kudos

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. 

0 Kudos

Unfortunately, we haven't.

0 Kudos
bernstlc
Community Novice

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.

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!

0 Kudos
rsasso
Community Contributor

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

bernstlc
Community Novice

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");

258035_pastedImage_1.png

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 

dljoyork
Community Participant

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

0 Kudos

 @jazemlya ‌/ expand.iu.edu created a dropdown that we use -- maybe reach out to them?

0 Kudos
fosterl
Community Contributor

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:

323203_pastedImage_1.png

We'd love to change this for some courses to "$15 Register", either in a subcatalog on per course. Any ideas?

Thanks!

jsowalsk
Advocate

We would love to know about this too. We have not customized this.

gpiazza
Community Explorer

Where are you storing your images for the custom banner script?  Amazon S3?  Azure?  Do you suggest a different solution?

Thanks!

0 Kudos

We are hosting them on AWS.

0 Kudos
dljoyork
Community Participant

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

Tags (1)

Unfortunately, we have not been able too.

0 Kudos

You could do this in the custom javascript area. It should remove the button from view. 

 

$("#search-refine-button--refine").addClass('hidden');

0 Kudos
dljoyork
Community Participant

Awesome Woodwardtw, it works!  Thank you so much!

 

mando-fr
Community Explorer

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.

0 Kudos

Unfortunately, no. You would have to keep a log outside of Catalog for this.

0 Kudos
bromanski
Community Participant

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.

0 Kudos

We have only successfully added this information to the footer on the landing page.

dljoyork
Community Participant

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!

0 Kudos

Unfortunately, no. Feel free to add this to the agenda for our April meeting.

0 Kudos

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

0 Kudos
jsowalsk
Advocate

It is primarily yes, for admins.

0 Kudos