-
Notifications
You must be signed in to change notification settings - Fork 56
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
Several problems trying to use your great theme with Eucalyptus #4
Comments
It's not supported to Eucalyptus for now, I will release it asap. |
Looking forward to this @dadasoz |
Hi, |
@dadasoz ficus is almost released, would be great to have this theme upgraded for it |
Hi @dadasoz, how does your theme run on ficus.3? Looks great by the way! |
Good to hear @hemant816 . FYI: There are a few other themes around the
place, including: Stanford-Online/lagunita-theme#56
and open-craft/edx-theme#7
…On Wed, Jul 19, 2017 at 9:46 PM, hemant816 ***@***.***> wrote:
This Theme can be applied to ficus as well, off course little modification
is required. Steps to enable and apply themes as per the guidelines
mentioned in the website. The only thing you need to change is mentioned
below:
*Modification*
*File Path*:- edx-bootstrap-theme/lms/templates/header.html
Change *get_themed_template_path* to *get_template_path*
And you should be good!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxSnMwq6n1DNgc2SoE3y3eZea82hKN0ks5sPex7gaJpZM4KHYIn>
.
|
hello, does it support ginkgo ?? |
Hey, Ya It goes well with Ginkgo.
…On Tue, Jul 10, 2018 at 1:53 PM, mohamed ahmed ***@***.***> wrote:
hello, does it support ginkgo ??
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIFYHxJoql1t-_CaZ73_HQ92cxyL2ucVks5uFGRngaJpZM4KHYIn>
.
--
Hemant Brahmane
CTO and Product Head of DocMode.org
<http://docmode.org/>+919867705939
[email protected]
|
Does it support Ironwood ? or are there any other themes compatible with Ironwood ? |
I am trying to set your theme in an Edx Eucalyptus fullstack instance but I have severel problems. When I execute "paver update_assets lms --settings=aws --debug" I get an error telling me that "static.get_themed_template_path" doesn't exist. This code is in
lms/templates/header.html and it is:
<%include file="${static.get_themed_template_path(relative_path='theme-header.html', default_path='theme-header.html')}" args="online_help_token=online_help_token" />
Trying to continue I modified it removing "themed_" and then I get a similar error with this files and code:
lms/templates/themable-footer.html
lms/templates/theme-header.html (same code in this file):
from microsite_configuration.templatetags.microsite import platform_name
I commented that line and it worked but the resultant theme is not responsive and show error 500 instead of courses with this log at /edx/var/log/supervisor/lms-stderr.log
It's not valid for Eucalyptus? Could you help?
The text was updated successfully, but these errors were encountered: