• Resolved Anniechocs

    (@anniechocs)


    Hi, I updated my site to https a couple of weeks ago.
    Mostly things were fine, occasionally the stylesheets don’t load, and I have “mixed content” warnings. Is it possible to use Bootstrap Basic theme with https? It seems it always references http.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author vee

    (@okvee)

    It is possible to use this theme with https. I did not refer any files to http.
    You can see it in the source code repository. https://github.com/Rundiz/bootstrap-basic

    The header.php file has nothing in <head> tag. The footer.php also has nothing to js from here. The functions.php file use enqueue function for all js and css so it will be generated as link and script tag by the WordPress. Nothing refer to http.

    If you need more help please attach your link.

    Thread Starter Anniechocs

    (@anniechocs)

    Thank you very much, Vee,
    I transferred my site to https but the browsers were not loading certain pages because some resources were http.

    Those included in the resources Chrome said were http included the Bootstrap Basic theme. If the theme doesn’t directly reference http, could this be a caching issue?

    Theme Author vee

    (@okvee)

    It might come from plugins, image or resource in the post that directly refer to https://
    If I don’t see the link I cannot know where it come from.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bootstrap Basic Theme problems with https’ is closed to new replies.