Advertisement:

Author Topic: OsclassWizards 2.0.4 [Solved]  (Read 1616 times)

Hartenheer

  • Guest
OsclassWizards 2.0.4 [Solved]
« on: June 30, 2018, 09:22:51 pm »
What is wrong with this theme?
Newly installed, and already indicates that something is blocked.


Wat is er fout in deze thema?
Nieuw geinstalleerd, en geeft nu al aan dat er wat geblokkeerd wordt.


« Last Edit: July 01, 2018, 03:44:01 pm by Hartenheer »

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: OsclassWizards 2.0.4
« Reply #1 on: July 01, 2018, 03:49:25 am »
When you click on shield icon what message does it show?

Hartenheer

  • Guest
Re: OsclassWizards 2.0.4
« Reply #2 on: July 01, 2018, 11:31:08 am »
It then appears that the site is not safe

p206ab

  • Sr. Member
  • ****
  • Posts: 343
Re: OsclassWizards 2.0.4
« Reply #3 on: July 01, 2018, 12:27:10 pm »
You probably have https website and theme calls something from the non-https source.
Check inspect element -console too see what is that.

Hartenheer

  • Guest
Re: OsclassWizards 2.0.4
« Reply #4 on: July 01, 2018, 12:33:49 pm »
You probably have https website and theme calls something from the non-https source.
Check inspect element -console too see what is that.

Yes it is true, my site is https.
That is why I can not use OpenStreetMap Maps
You can see where the card should be, but the card is blocked

I do not know how to inspect the problem
« Last Edit: July 01, 2018, 12:39:52 pm by Hartenheer »

p206ab

  • Sr. Member
  • ****
  • Posts: 343
Re: OsclassWizards 2.0.4
« Reply #5 on: July 01, 2018, 12:49:09 pm »

I do not know how to inspect the problem
On your website, press F12 button and then head to console tab.

Hartenheer

  • Guest
Re: OsclassWizards 2.0.4
« Reply #6 on: July 01, 2018, 12:54:15 pm »
These are a lot of problems

Dat zijn veel problemen



Hartenheer

  • Guest
Re: OsclassWizards 2.0.4
« Reply #7 on: July 01, 2018, 01:28:08 pm »
It is too difficult for me.
I keep the style on Bender


Het is te moeilijk voor mij.
Ik hou de stijl maar op Bender

p206ab

  • Sr. Member
  • ****
  • Posts: 343
Re: OsclassWizards 2.0.4
« Reply #8 on: July 01, 2018, 01:56:53 pm »
This is just one link, the google fonts are called with http.
You'll probably find this link in head or header of the theme, simply add that "s" to http and you'll be fine.

Hartenheer

  • Guest
Re: OsclassWizards 2.0.4
« Reply #9 on: July 01, 2018, 02:09:49 pm »
There are indeed a few problems solved, but can not find them.
Maybe OsClass should warn that this Theme is not suitable for https


Er zijn inderdaad een paar problemen opgelost, maar kan deze niet vinden.
Misschien moet OsClass waarschuwen dat deze Thema niet geschikt is voor https



Aficionado

  • Guest
Re: OsclassWizards 2.0.4
« Reply #10 on: July 01, 2018, 02:17:44 pm »
There are indeed a few problems solved, but can not find them.
Maybe OsClass should warn that this Theme is not suitable for https


Just edit one file in OsclassWizards css from http to https.

USE a Search files utility if in doubt.

OsclassWizards works very well with https, nothing to warn about.

Aficionado

  • Guest
Re: OsclassWizards 2.0.4
« Reply #11 on: July 01, 2018, 02:24:30 pm »
Osclass Wizards Main.css

Code: [Select]
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
Start by changing it to https://fonts .......


Hartenheer

  • Guest
Re: OsclassWizards 2.0.4
« Reply #12 on: July 01, 2018, 02:31:10 pm »
Osclass Wizards Main.css

Code: [Select]
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
Start by changing it to https://fonts .......

Executed, it saves a few errors again  :)

Uitgevoerd, het scheelt weer een paar foutmeldingen



Aficionado

  • Guest
Re: OsclassWizards 2.0.4
« Reply #13 on: July 01, 2018, 03:00:16 pm »
Please VIEW the HTML SOURCE code from your page, and search for http://

See who is doing that.

I see some Analytics http:// code in your home. Not sure from where it comes, from a plugin ?


Aficionado

  • Guest
Re: OsclassWizards 2.0.4
« Reply #14 on: July 01, 2018, 03:02:56 pm »
Also trying to do everything at the same time will not help.

Disable any plugin. Be sure everything works and then add plugins one by one. Check if they cause some problem.