• Resolved JBuck1285

    (@jbuck1285)


    Hi,

    I’m new to wordpress and I really like it. The only problem I’m having is that I JUST installed an SSL certificate for my site, and one web page in particular won’t cooperate with the SSL. The page looks downright odd and won’t behave properly. Has anyone else had this issue? I’ve tried looking around for this on other forums and haven’t had much luck.

    The site is: medresultsnetwork.com

    The page that looks odd in SSL is the “Preferred Vendors” page, which can be accessed on the main navigation menu. If you see the page without SSL, the difference becomes more clear.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have some of the content transferred over http connection which some browsers (such Firefox) block by default.

    You need to make sure that all files are transferred over encrypted connection.

    Get rid of the protocol from each link and write it this way:
    <script src="//medresultsnetwork.com/path-to-my-static-file-available-on-both-http-and-https.js"></script>

    instead of:
    <script src="http://medresultsnetwork.com/path-to-my-static-file-available-on-both-http-and-https.js"></script>
    This will let browser distinguish which protocol to use.

    Thread Starter JBuck1285

    (@jbuck1285)

    x500,

    Thank you so, so much! That fixed it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SSL causes web page to look odd’ is closed to new replies.