Hi Andres, USE_CUSTOM_THEME method is deprecated, instead do the following steps:
*ENABLE_COMPREHENSIVE_THEMING* = true point *COMPREHENSIVE_THEME_DIRS *to the directory which contains theme (for example ["edx/app/edxapp/themes"]) then change *DEFAULT_SITE_THEME *to your theme name (here "essai") and restart... On Thursday, September 15, 2016 at 2:54:57 AM UTC+4:30, Andres Gomez wrote: > > I am sorry to ask this question because I saw it was already asked but > nothing worked for me. > > I am a noob in most of what I am doing so sorry in advance.... > > Some information: > - I have installed opendedx on my own server (ubuntu 12.04.5) at home > (native edx) > - I install export OPENEDX_RELEASE=open-release/eucalyptus.2 > > Everything is fine till there...but then I wanted to install the standford > theme...and it doesnt work...this is what I did.... > > > - - I download and unzip the them at > https://github.com/Stanford-Online/edx-theme > - - I change the name of the folder for "essai" (try in French) > - - Upload in my server at /edx/app/edxapp/themes/essai > - - Changed the name for _essai.scss (I also tried essai.scss) > - - Change in the lms.envs.json > - USE_CUSTOM_THEME' to true, and > - 'THEME_NAME' to 'essai' > - Upload with > - sudo /edx/bin/supervisorctl restart edxapp: > sudo /edx/bin/supervisorctl restart edxapp_worker: > > > I also tried to change > > - > > "COMPREHENSIVE_THEME_DIRS": ["/edx/app/edxapp/themes/essai"], > > - > > ENABLE_COMPREHENSIVE_THEMING: true, > > - > > DEFAULT_SITE_THEME: "essai" > > - Upload with > - sudo /edx/bin/supervisorctl restart edxapp: > sudo /edx/bin/supervisorctl restart edxapp_worker: > > None of this seem to work.... > > > I am just trying to find a way to customize my plateform if there is a > better way than the standord template (I ll take it) but I cannot event > make work the standard one. Please help ( I read and tried most things > propose in this forum. I don't quit get why it doesn't work... > > > cheers, > > > -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/17ce68ee-c0ae-4016-999c-c05b751a6e3c%40googlegroups.com.
