Aardvark & HTTPS

Aardvark & HTTPS

by Huw Smith -
Number of replies: 7

We have added HTTPS and now "Only secure content is displayed" so the menus dont expand and the drag and drop doensn't work until Show all content is enabled.

This happens with IE9 and Chrome. But strangely does work with Firefox, but there are icons missing in the Navigation and Settings block with Firefox.

Any idea how to fix this?

Average of ratings: -
In reply to Huw Smith

Re: Aardvark & HTTPS

by Huw Smith -

The same things happen with the Anomaly theme.

In reply to Huw Smith

Re: Aardvark & HTTPS

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Perhaps you need to adjust the Read/Write/Execute permissions of those images that are not showing up?

In reply to Huw Smith

Re: Aardvark & HTTPS

by Danny Wahl -

if you were formerly operating in http and are now using https (e.g. not initial setup) you may need to update some data in your database using /admin/tool/replace/ to replace all http:// instances with https://

In reply to Huw Smith

Re: Aardvark & HTTPS

by Michael E -
Picture of Core developers Picture of Testers

I know this thread is a year old, but I found it through Google. So maybe it is helpful for other people:

 

I had a problem with Aardvark & HTTPS, too. Our site was always running on HTTPS, so we did not just switch. But we just started using the Aardvark theme Thus, this must be a problem of the theme.

 

The file layout/general.php has two lines which call http content:

<link href='http://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>

<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic' rel='stylesheet' type='text/css'>

Just replace the http:// with https:// and the error message will be gone.

In reply to Michael E

Re: Aardvark & HTTPS

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi Thanks for your help with this for others that may have a similar problem.

For clarity, which version of Aardvark exactly, as I don't recall seeing any links to fonts? Mind you it is a long time ago. smile

Cheers

Mary

In reply to Mary Evans

Re: Aardvark & HTTPS

by Michael E -
Picture of Core developers Picture of Testers

Hi Mary,

This was for Aardvark version 2013080900.

 

Thanks,

Michael