Brian Young
Brian Young
Hi Steve, It looks like the culprit is actually http://churnet-valley.guide/sites/all/modules/external/external.js The Google map loads when that particular line of javascript is removed from the code. We're including an older version...
Using Templates in a Custom Drupal Module https://swsblog.stanford.edu/blog/using-templates-custom-drupal-module
If you are using the CKEditor module, you can add the following string to the ckeditor.config.js in the module directory. ``` javascript config.protectedSource.push( /*?/g ); //allows tag ``` Alternatively, you...
BlueScot, thanks for looking into the Bootstrap 3 conversion. With some additional edits, we may be able to create an alpha version in the 7.x-3.x branch.
I've included a theme option for selecting different versions of Bootstrap and Font Awesome in the 7.x-3.x branch. https://github.com/SU-SWS/open_framework/tree/7.x-3.x