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
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_CUSTOM_THEME: true THEME_NAME: 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
The text was updated successfully, but these errors were encountered:
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_CUSTOM_THEME: true
THEME_NAME: 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
The text was updated successfully, but these errors were encountered: