Canvas and Mastery are experiencing issues due to an ongoing AWS incident. Follow the status at AWS Health Dashboard and Instructure Status Page
Good morning everyone,
I am just wondering who customized their Catalog such as by:
Would love for you to share Catalog URL and explain how it has been customized.
Thank you in advance,
Jessica
Solved! Go to Solution.
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!
You could do this in the custom javascript area. It should remove the button from view.
$("#search-refine-button--refine").addClass('hidden');
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
It is primarily yes, for admins.
Very late to the party, but wanted to chime in and say this was very insightful! Over the past few months we have redesigned our Catalog instance with unique branding down to the course level in some cases.
https://cpe.clemson.edu/ (main)
https://cpe.clemson.edu/browse/extension (sub1)
https://cpe.clemson.edu/browse/clemsoncpe (sub2)
https://cpe.clemson.edu/browse/extension/horticulture/cultivating-communities (course)
I am however having trouble with the dashboard and was wondering if anyone had insight for adjusting the colors of the buttons there and on the individual course listing pages.. (attached)
Very cool! Do you have a team of developers that are helping you develop the platform or how did you know how to customize everything?
No team, mainly me (Graphic Designer) so that means a lot!
And lots of research, tweaking code and inspiration from the above links, seeing what is possible.
Well, you did a great job! I give you a ton of credit.
Sure! You can adjust the speed of the transition (ease-in-out) and the enlargement (scale).
CSS:
.product-link:hover {
transition: all .2s ease-in-out;
transform: scale(1.05);
}
This is an awesome thread and we always like to customize our environments. I've done a little bit in Catalog but so far all of it has been what we've gotten from our implementation consultant. I'm getting some good ideas from this thread and would love to see some more code examples. I'll double check if I have anything that's not already been mentioned. We're not "live" yet with our catalog so I can't share the link yet.
For those that have added menu links at the top of Catalog, it looks like nobody has been able to figure out how to make that nav menu responsive. I'm working on it but I haven't had any luck yet. But I was wondering if anyone out there has solved that?
Hi,
We are new to using Catalog and was hoping someone could help advise with how to add an image and text in the header section as what is shown here as an example: https://wpi.catalog.instructure.com
I have added some links already using code from github, https://github.com/unsupported/catalog but need advice on how to add some text under the logo and above the search bar area.
Many thanks!
UPDATE: Located files that helped me work this out here: https://community.canvaslms.com/t5/Canvas-Catalog/How-do-I-add-a-logo-CSS-JavaScript-or-HTML-file-to...
Hi @AmandaJoykin I can put you in touch with WPI to help you with this. Please private message me so I can send you their contact information.
Thanks! have sent you a private message.
Amanda
@AmandaJoykin Your welcome. I just replied.
To interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.