You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
I am loving the theme as always. Essential has come such a long way since the 2.X branch. :-)
I know essential does support some bootstrap classes already, but it seems embed-responsive and embed-responsive-item (bootstrap 4 classes supported in boost) does not seem to work on the latest version of essential. Just so you have the full picture, I am trying to put scorm presentation inside an iframe so I can avoid the default ugly moodle box icon. To this end, I would normally do:
< d i v class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" src="https://fancyname.address/mod/scorm/player.php?a=1234&currentorg=articulate_rise&scoid=5678&display=popup&mode=normal"> </iframe> < / d i v >
It seems that theme\boost\scss\bootstrap\utilities_embed.scss is in BS4 and not BS2.3.2. Essential is a child theme of Bootstrapbase which is B2.3.2 and hence does not have them. Therefore the solution is to convert the SCSS _embed.scss to LESS and put them it the theme.
Hi Gareth,
I am loving the theme as always. Essential has come such a long way since the 2.X branch. :-)
I know essential does support some bootstrap classes already, but it seems embed-responsive and embed-responsive-item (bootstrap 4 classes supported in boost) does not seem to work on the latest version of essential. Just so you have the full picture, I am trying to put scorm presentation inside an iframe so I can avoid the default ugly moodle box icon. To this end, I would normally do:
< d i v class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item" src="https://fancyname.address/mod/scorm/player.php?a=1234&currentorg=articulate_rise&scoid=5678&display=popup&mode=normal"> </iframe> < / d i v >
Is there a better way to do this in Essential?
Here are my system particulars:
Moodle version: Moodle 3.5.3+ (Build: 20181113)
Essential version: 3.5.1.1 (Build: 2018051902)
Thanks again for the help!
The text was updated successfully, but these errors were encountered: