bmbrands / moodle-theme_elegance

This is the new official elegance repository
http://basbrands.nl
23 stars 12 forks source link

Elegance 3.0.0 on Moodle 3.1 - IE #164

Open anniick opened 8 years ago

anniick commented 8 years ago

When using IE, the login screen does not display background images – It works fine when using Chrome or Firefox.

Thanks

Annick

bmbrands commented 8 years ago

Hi Annick. What version of IE are you using?

anniick commented 8 years ago

Hi, I am using IE 11.

Thanks

bmbrands commented 8 years ago

Okay thanks for letting me know. I hope to find some time to debug this next week.

AthenaDivine commented 8 years ago

Won't let me install on a 3.1 site

bmbrands commented 8 years ago

@AthenaDivine Sorry but I have not release a Moodle 3.1. version yet.

AthenaDivine commented 8 years ago

Is there any estimated time when it's to be released?

bmbrands commented 8 years ago

At the moment I have not scheduled to work on this yet. First up is version 3.1 of theme_bootstrap for Moodle itself. That will not be a huge rewrite but will take time. Once that is done I can move on to updating this theme.

Eule791 commented 7 years ago

in elegance.js in IE i get a string via ajax instead of an object. when you check if the return value is type of string and parse it via jQuery.parseJSON( val ) into a object then the rest of the code is ok.