I am trying to customize the default UI of open edX. But I am not getting far enough. I am new to this. I am getting confused reading the docs. In the documentation it is telling me to place my theme in the '/opt/bitnami/edx/var/themes/edx-platform' directory. But there is not any such directory. So should I make my own directory in the default location of my remote server? Again I found a directory that has path like this '/opt/bitnami/edx/app/edxapp/edx-platform/themes'. So do I put my custom theme here or create my own directory? Also can anyone provide me clear steps which I can follow. Thanks in advance!
enable Open edX custom theme bitnami
285 Views Asked by Md. Sifat Ibn Awlad At
1
There are 1 best solutions below
Related Questions in BITNAMI
- How to set strict pod affinity for a chart that utilizes bitnami common chart (Appsmith)
- bitnami Postgresql 16.2 Password authentication failed for user Role does not exist
- Using uv to install packages in the bitnami/deepspeed:0.14.0 Docker image fails with 'uv: command not found'
- AWS-LAMP Bitnami | External API Call Error
- "shell not found" error in gitlab deployment for k8s
- Can't login in bitnami wordpress debian virtual machine using virtual box
- Cannot read credential_key.json in bitnami spark image on docker when connect to google cloud storage
- Error when running spark job using bitnami docker compose on Windows
- Helm pod for mongodb crashing on startup
- Pyspark integration in Jupyter-singleuser
- AWS EC2 Bitnami Wordpress - Can't get username or password- access denied (public key)
- Infinite 301 Redirect Loop on GKE Using bitnami wordpress-nginx Image
- Additional moodle instance with Bitnami Moodle on GCP
- Install Kafka Cluster with Bitnami Helm on Kubernetes
- keycloak nginx doesn't work. infinity loading of AdminUI
Related Questions in OPENEDX
- Tutor mfe openedx translation for value
- How to integrate a custom payment gateway in OpenEdx Tutor Ecommerce?
- How to customize login page open edx
- Customizing Issue in Open Edx Tutor
- How to set Stripe as payment processor for Openedx Ecommerce?
- Integrating my Django REST API based extension into OpenedX container
- Issue with API Request in openedx: Server Error when Modifying Student Grades
- How do I test receiving grade information from third party applications on Open Edx?
- Build an SAML IDP provider in React and NodeJS stack
- certificate web doesn't accept boolean openedx
- How do I enable indigo themes on openedx
- Openedx deployed locally
- When installing openEdx, why is there no error message but an installation failure message?
- When I deploy openedx on Ubuntu, why does Bootstrap the Ansible installation command fail?
- Where do I create the config.yml file when deploying openedx on Ubuntu?
Related Questions in CUSTOM-THEME
- How to add custom property to palette in MUI custom theme
- Mobile version of WordPress site displaying all wrong after custom theme rewrites
- MatDialog moved after switching to custom theme
- How do I enable the template selection in the Wordpress toolbar when developing a custom theme?
- Adding option table value on activation of theme
- Custom Shortcode Won't Show in Correct Location in WordPress
- How to "call" a JavaScript file that changes theme color from light to dark
- Difficulty Setting Up Hierarchical Sidebar On TypeDoc Generated HTML Docs Site
- React Native Elements theme is not working
- Show the terms of the hierarchical taxonamy
- Persistent Image Loading Spinner Overlay on Product Images in Custom WordPress Theme
- How to apply custom Angular theme to all elements?
- angular material bug: upgrade to 15, then angular custom theme compile error : SassError: Undefined mixin
- Uncaught Error: MUI: The color (primary) provided to augmentColor(color) is invalid
- Error while updating to PHP 8 on Wordpress Custom Theme
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think Open edX documentation is very clear, relevant, and concise. Of course, we can argue but that's how I feel.
Its not a good idea to make changes in '/opt/bitnami/edx/app/edxapp/edx-platform/themes'.
Use the comprehensive theming method for custom themeing, you can find more here. First, you need to develop your own theme, theme development guide here.
Thene make these changes to your 'lms.yml' and 'studio.yml' in '/opt/bitnami/edx/etc/'.
And restart the LMS, CMS service, and compile assets.
You can use open edX native installations also. More info here.