Activity Feed
- Posted Re: Help with an installation on VPS Ubuntu on Canvas Developers Group. 03-07-2023 10:16 PM
- Posted Help with an installation on VPS Ubuntu on Canvas Developers Group. 03-07-2023 01:15 PM
- Posted Re: Modals/Dialogs without Enchanceable Content/jQuery UI on Canvas Instructional Designer Blog. 05-28-2021 06:15 AM
- Posted Re: Modals/Dialogs without Enchanceable Content/jQuery UI on Canvas Instructional Designer Blog. 05-28-2021 06:12 AM
- Posted Re: Modals/Dialogs without Enchanceable Content/jQuery UI on Canvas Instructional Designer Blog. 02-18-2021 08:35 AM
My Posts
Post Details | Date Published | Views | Likes |
---|---|---|---|
Help with an installation on VPS Ubuntu I am not a technician, and the person who installed the package is disappeared. What could have been happened? Do I need to re-install it? I have no enough technical knwoledge to work on Ubuntu syste... |
03-07-2023 |
299 |
0 |
03-07-2023
10:16 PM
As an update, I received this comment on GitHub (https://github.com/instructure/canvas-lms/issues/2168#issuecomment-1459403837). As I said however I have no sufficient knowledge in how to work with servers, hence I am looking for somebody to hire for a consulting. The person who installed the app died few months ago and I have no idea how to see if Passenger is working correctly or not (following what said in the link above)
... View more
03-07-2023
01:15 PM
I am not a technician, and the person who installed the package is disappeared. What could have been happened? Do I need to re-install it? I have no enough technical knwoledge to work on Ubuntu system, so I am looking for some professional help.
... View more
Labels
05-28-2021
06:15 AM
@Anonymous by the way, is it possible to make the modal window resizable? Thanks
... View more
05-28-2021
06:12 AM
Hi @Jason_Snellings I actually do not remember, but I paste here the code I used (there's an image to click on, and the modal windows shows a Google spreadsheet).
<a class="element_toggler" title="Master Sorter Table" aria-controls="modal_demo" aria-label="Master Sorter Table">
<img class="icon-button" src="https://canvas.imma-network.org/courses/5/files/230/preview" alt="Master Sorter Table" width="120" height="120" data-api-endpoint="https://canvas.imma-network.org/api/v1/courses/5/files/230" data-api-returntype="File" />
</a>
<div id="modal_demo" style="display: none;">
<div id="modal_overlay" class="ui-widget-overlay container middle-xs center-xs modal-imma" style="text-align: left; display: flex; position: fixed; z-index: 11; left: 0px; top: 40px; width: 100%; height: 100%;">
<div id="modal" class="ui-corner-all box-shadow modal-dialog-imma" style="background-color: #e0e0e0; padding: 10px; position: absolute; width: 100vw; max-width: 100%;">
<div id="modal_header" style="border-bottom: 1px solid #C7CDD1;">
<h2>Master Sorter Table - update UTC 22:00</h2>
</div>
<div id="modal_content">
<p>Update on Feb 25 - UTC 22.00</p>
<iframe style="width: 100%; height: 400px;" src="https://docs.google.com/spreadsheets/xxxx"></iframe>
</div>
<div id="modal_footer" class="text-right" style="border-top: 1px solid #C7CDD1; padding: 10px;">
<a class="element_toggler btn btn-primary ui-corner-all" role="button" aria-controls="modal_demo" aria-label="Toggle demo modal"><span class="ui-button-text">Close</span></a>
</div>
</div>
</div>
</div>
... View more
02-18-2021
08:35 AM
Hi I used your code and it works perfectly. Is any possibility to make the modal window resizable?
... View more