Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on tab course, ginkgo.2 #7

Open
sbernesto opened this issue Feb 7, 2018 · 10 comments
Open

Error on tab course, ginkgo.2 #7

sbernesto opened this issue Feb 7, 2018 · 10 comments

Comments

@sbernesto
Copy link

Hi, the theme works perfect in many page, but the tab course dont show correctly

image

@Vassantha
Copy link

Hi !
Same issue here:

capture d ecran 2018-02-12 a 16 56 04

It seems some template files are missing for this tab (other tabs work fine).

@Vassantha
Copy link

No clue on this issue ? Even a temporary fix could help :) !

@juliancharles2000
Copy link

Hi
This is an issue for us as well. Kindly provide an update or resolution on this. The rest of the theme is fantastic but his particular issue makes the whole theme look bad and unprofessional. Appreciate your prompt assistance in this regards.

Julian

@amitbend
Copy link

amitbend commented Apr 16, 2018

Guys I've found a fix.
Create a new file lms/static/sass/lms-main-v2-rtl with the contents of

@import "lms/static/sass/lms-main-v2-rtl";

// Our overrides for settings we want to change.
@import "main"; 

and another one without the -rtl on the file name and contents.

Will try to find time for a pull request soon

@Vassantha
Copy link

Thank you so much @amitbend !
I'll try that as soon as possible ;)

@juliancharles2000
Copy link

juliancharles2000 commented Jun 25, 2018

Hello @amitbend
Would this be the right path in which to create the files ?
/edx/app/edxapp/edx-platform/lms/static/sass/

Also what should the file extension be for the two files you suggest we create ? In fact some files with the same name already exist but with an extension .scss. Do we modify these existing files or create new ones?

What needs to happen once these changes are made. Do the processes need to be restarted ?

thanks in advance for your help

Julian

@juliancharles2000
Copy link

Hello @amitbend
Is there a more detailed step by step instruction on how to resolve this issue. I would appreciate if you can help to do that. That one single issue of how the page appears, makes the whole open edx setup look bad.

regards
Julian

@amitbend
Copy link

Hey @juliancharles2000,
Currently, I do not have the time to create one, but my explanation above should be enough.
Make sure you install the theme correctly after that follow my explanation.
follow this guide - https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/changing_appearance/theming/theme_directories.html

@EndlessTJ
Copy link

@juliancharles2000 I have the same issue. Is there any solution?

@EndlessTJ
Copy link

Hey guys, I've fixed it .
Create lms-main-v2-rtl.scss and lms-main-v2.scss in theme directory .
the path:Maybe /edx/app/edxapp/themes/raccoongang_theme/marvel-theme-ginkgo/lms/static/sass.
The content of lms-main-v2-rtl.scss:

@import "lms/static/sass/lms-main-v2-rtl";

// Our overrides for settings we want to change.
@import "main"; 

The content of lms-main-v2.scss:

@import "lms/static/sass/lms-main-v2";

// Our overrides for settings we want to change.
@import "main"; 

Update the asset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants