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/themesgit clone https://github.com/IONISx/edx-theme.git ionisxnano /edx/app/edxapp/lms.env.json
_USE_CUSTOMTHEME: true
_THEMENAME: ionisxsudo /edx/bin/supervisorctl restart edxapp:sudo -H -u edxapp bashsource /edx/app/edxapp/edxapp_envcd /edx/app/edxapp/edx-platformpaver 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
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: ionisxsudo /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