Git Product home page Git Product logo

Comments (9)

xatlas avatar xatlas commented on September 9, 2024

I had this problem and noticed that if you load page with https, css is still loaded with http, so browser blocks it (mixed-content).

I'm using CloudFlare so I can change one setting in CF to make all http requests through https. That solved my problem. Without CF maybe you can make some rewrite rules to point css files to use https.

I hope this can point somewhere to find a real solution.

from baun.

marksouthard avatar marksouthard commented on September 9, 2024

This is odd as the {{ theme_url }} should output https:// if that is your site URL. @xatlas can you link to the site you were having issues with? Is the HTML outputting http:// still?

I might update to strip out the http so that the asset files are loaded properly regardless of SSL.

from baun.

xatlas avatar xatlas commented on September 9, 2024

Yes @marksouthard , you can check it at https://blog.atlas.sx/

from baun.

marksouthard avatar marksouthard commented on September 9, 2024

In your layout.html file are you using {{ theme_url }} to load the stylesheet?

<link rel="stylesheet" href="{{ theme_url }}/style.css">

from baun.

xatlas avatar xatlas commented on September 9, 2024

Yes, I have this:

<link rel="stylesheet" href="{{ theme_url }}/bower_components/skeleton/css/normalize.css">
<link rel="stylesheet" href="{{ theme_url }}/bower_components/skeleton/css/skeleton.css">
<link rel="stylesheet" href="{{ theme_url }}/style.css">

from baun.

marksouthard avatar marksouthard commented on September 9, 2024

Have you set a base_url in the config/app.php file? If not, can you try setting that with https://

from baun.

xatlas avatar xatlas commented on September 9, 2024

If I set this

         // Path to the themes folder
         'themes_path' => BASE_PATH . 'public/themes/',
         // The currently active theme
         'theme' => 'baun',
         'base_url' => 'https://',

I get this:

<link rel="stylesheet" href="https:///themes/baun/bower_components/skeleton/css/normalize.css">
<link rel="stylesheet" href="https:///themes/baun/bower_components/skeleton/css/skeleton.css">
<link rel="stylesheet" href="https:///themes/baun/style.css">

from baun.

marksouthard avatar marksouthard commented on September 9, 2024

Sorry, I meant https://blog.atlas.sx for your site.

from baun.

xatlas avatar xatlas commented on September 9, 2024

Yes, this works for me

from baun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.