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

Theme is not working properly with https #287

Closed
sblisesivdin opened this issue Mar 10, 2020 · 2 comments
Closed

Theme is not working properly with https #287

sblisesivdin opened this issue Mar 10, 2020 · 2 comments
Labels

Comments

@sblisesivdin
Copy link

Describe the bug
We are recently using just-the-docs for our software's website, which is located at www.aestimosolver.org. Http version is working properly, however with https, only text and pictures (with styling) is seen.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'http://www.aestimosolver.org' for the working version
  2. Go to 'https://www.aestimosolver.org' for the version with styling problem

Expected behavior
https version must be the same with http version.

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • Browser Chrome and Firefox
  • Version 80.0.3987.132 and 73.0.1
@pdmosses
Copy link
Contributor

It appears your _config.yml refers to your fork of just-the docs::

remote_theme: aestimosolver/just-the-docs

I've always referred to the original:

remote_theme: pmarsceill/just-the-docs

Perhaps that might have something to do with the https issue?

@sblisesivdin
Copy link
Author

I think I found the solution: It is caused because of "mixed-content".

The CNAME file in Github repo did not have https prefix. After adding https:// it is working now.

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

No branches or pull requests

2 participants