This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

No dropdown and SSL
#1
Exclamation 

Hello,

I have managed to game all my links to HTTPS except I can't find were to change: https://www.the-games-area.com/games/Jadon/#cmtx_form
It is requesting the form over HTTP and I just can't find it Sad

Also, there is no dropdown on my Admin Dashboard?

Thanks
Reply
#2

Bump?
Reply
#3

Hi Christopher,

Is that after you've submitted the form? If so, you should be able to resolve it by opening /upload/includes/functions/page.php and locating the cmtx_current_page() function.

Inside it will be this line:
PHP Code:
<?php 
$url
= cmtx_url_decode('http' . ((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') ? 's' : '') . '://' . strtolower($_SERVER['HTTP_HOST']) . $_SERVER['REQUEST_URI']);

Try replacing it with this:
PHP Code:
<?php 
$url
= cmtx_url_decode('https://' . strtolower($_SERVER['HTTP_HOST']) . $_SERVER['REQUEST_URI']);

Also make sure your 'Commentics URL' setting in 'Settings -> System' starts with https.

By "no dropdown" do you mean that the menu items don't appear when you hover?

Have you completed the interview?
Reply
#4
Rainbow 

Thanks, the form is now secure and the dropdown seems to have fixed it's self Tongue

Now I am getting this Sad

Mixed Content: The page at 'https://www.the-games-area.com/games/Jadon/' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.the-games-area.com/com/css/default.css'. This request has been blocked; the content must be served over HTTPS.

Thanks
Reply
#5

Bump...
Reply
#6

I assume you've fixed this as it's now loading the stylesheet securely.

Quote:<link rel="stylesheet" type="text/css" href="https://www.the-games-area.com/com/css/default.css"/>

Have you completed the interview?
Reply
#7

Yes, I think my Cache was out of date, sorry.

Thanks for the help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)