IONISx / edx-theme

Open edX responsive theme using Bootstrap
http://ioni.sx
54 stars 102 forks source link

Problems with using named-release/dogwood.rc release #73

Open thatguynishant opened 8 years ago

thatguynishant commented 8 years ago

Hi, I am trying to use this theme with dogwood.rc release and it's not working. What i did is - mkdir /edx/app/edxapp/themes git clone https://github.com/IONISx/edx-theme.git ionisx nano /edx/app/edxapp/lms.env.json _USE_CUSTOMTHEME: true _THEMENAME: ionisx sudo /edx/bin/supervisorctl restart edxapp: sudo -H -u edxapp bash source /edx/app/edxapp/edxapp_env cd /edx/app/edxapp/edx-platform paver update_assets lms --settings=aws

It successfully compiles the assets and everything goes fine. But when i go to LMS, there are no styling applied. All the styling is gone and the footer just goes to extreme left of the page without any styling and the whole page goes colorless and style-less. please help