http://code.jquery.com/jquery-latest.min.js error

A12 Web Studio
20 Posts
A12 Web Studio posted this 07 February 2020

Hi,
I got this error on my pages when the themler template are activated.

I'm using Joomla CMS under https,

this is the error

Mixed Content: The page at 'https://www.chitchat4kids.com/en/sign-up.html' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-latest.min.js'. This request has been blocked; the content must be served over HTTPS.

This prevents the page to be working on mobile
I can prevent this error?

thanks
Nancy

Hi, I got this error on my pages when the themler template are activated. I'm using Joomla CMS under https, this is the error ------------------------ Mixed Content: The page at 'https://www.chitchat4kids.com/en/sign-up.html' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-latest.min.js'. This request has been blocked; the content must be served over HTTPS. ------------------------ This prevents the page to be working on mobile I can prevent this error? thanks Nancy
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
imastrisatprimes
7 Posts
imastrisatprimes posted this 6 days ago

Новый вахтовый автобус на базе ГАЗ Садко Некст с количеством мест от 10 до 24 в фургоне наша компания готова изготовить и поставить для Вас как с базовой, так и в индивидуальной комплектации вахтовго фургона https://touringcars-russia.ru/
Вахтовый автобус на полно приводном шасси https://touringcars-russia.ru/tour_2/tour.html

Мы с удовольствием представляем вам лучшие модели американских прицепов-дач, которые завоевали сердца наших клиентов https://touringcars-russia.ru/
Эти изысканные модели объединяют в себе высочайшую надежность, непревзойденный комфорт и безграничное пространство https://touringcars-russia.ru/tour_1/tour.html
Эти прицепы созданны для того, чтобы сделать каждую поездку на отдых незабываемой https://touringcars-russia.ru/

Каталог https://touringcars-russia.ru/

Если вы давно собирались присоединиться к счастливым обладателям автодомов на колесах в Москве, самое время это сделать! Наша компания предлагает самые разнообразные варианты и модели, среди которых каждый будущий путешественник сможет выбрать подходящее дорожное жилище https://touringcars-russia.ru/tour_2/tour.html
У нас вы можете приобрести новый автодом (Москва), а также б/у варианты и сделать выбор, исходя из своих предпочтений и финансовых возможностей https://touringcars-russia.ru/tour_2/tour.html
Что это будет – дача на колесах для отдыха в приморском кемпинге или полуинтегрированный вариант, на котором вы проедете тысячи километров – решать только вам https://touringcars-russia.ru/tour_1/tour.html
С нами не придется выбирать между домом и путешествиями – дом легко можно будет взять с собой!
Самый популярный большой прицеп с детской комнатой и отдельным душем Hobby Prestige 720 KWFU https://touringcars-russia.ru/tour_2/tour.html

Hobby Prestige https://touringcars-russia.ru/tour_1/tour.html

Новый вахтовый автобус на базе ГАЗ Садко Некст с количеством мест от 10 до 24 в фургоне наша компания готова изготовить и поставить для Вас как с базовой, так и в индивидуальной комплектации вахтовго фургона https://touringcars-russia.ru/ Вахтовый автобус на полно приводном шасси https://touringcars-russia.ru/tour_2/tour.html Мы с удовольствием представляем вам лучшие модели американских прицепов-дач, которые завоевали сердца наших клиентов https://touringcars-russia.ru/ Эти изысканные модели объединяют в себе высочайшую надежность, непревзойденный комфорт и безграничное пространство https://touringcars-russia.ru/tour_1/tour.html Эти прицепы созданны для того, чтобы сделать каждую поездку на отдых незабываемой https://touringcars-russia.ru/ Каталог https://touringcars-russia.ru/ Если вы давно собирались присоединиться к счастливым обладателям автодомов на колесах в Москве, самое время это сделать! Наша компания предлагает самые разнообразные варианты и модели, среди которых каждый будущий путешественник сможет выбрать подходящее дорожное жилище https://touringcars-russia.ru/tour_2/tour.html У нас вы можете приобрести новый автодом (Москва), а также б/у варианты и сделать выбор, исходя из своих предпочтений и финансовых возможностей https://touringcars-russia.ru/tour_2/tour.html Что это будет – дача на колесах для отдыха в приморском кемпинге или полуинтегрированный вариант, на котором вы проедете тысячи километров – решать только вам https://touringcars-russia.ru/tour_1/tour.html С нами не придется выбирать между домом и путешествиями – дом легко можно будет взять с собой! Самый популярный большой прицеп с детской комнатой и отдельным душем Hobby Prestige 720 KWFU https://touringcars-russia.ru/tour_2/tour.html Hobby Prestige https://touringcars-russia.ru/tour_1/tour.html
geverwills
1 Posts
geverwills posted this 30 September 2020

You need to load the jQuery CDN script from a secured HTTPS protocol. Just use :

https://code.jquery.com/jquery-3.3.1.min.js

You need to load the [jQuery CDN][1] script from a secured HTTPS protocol. Just use : https://code.jquery.com/jquery-3.3.1.min.js [1]: http://net-informations.com/jq/intro/cdn.htm
Support Team
Support Team posted this 10 February 2020

Hello Nancy,

1) You can try adding this code to your .htaccess file on the server:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

2) You can try using extensions suggested here:
https://joomla.stackexchange.com/questions/24978/mixed-content-error-caused-by-css-file

Gina
Themler Support

Hello Nancy, 1) You can try adding this code to your .htaccess file on the server: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 2) You can try using extensions suggested here: https://joomla.stackexchange.com/questions/24978/mixed-content-error-caused-by-css-file Gina Themler Support
A12 Web Studio
20 Posts
A12 Web Studio posted this 08 February 2020

Hi,
in may case, they are the same

https://www.chitchat4kids.com
https://www.chitchat4kids.com/administrator

so the problem should be another

Can you have a look?

Thanks
n

Hi, in may case, they are the same https://www.chitchat4kids.com https://www.chitchat4kids.com/administrator so the problem should be another Can you have a look? Thanks n
Support Team
Support Team posted this 07 February 2020

Hello,

The cross-origin error may occur in the following cases:

If admin panel domain is http://site.com/admin and front end domain is http://shop.site.com/
The admin panel and website front-end domains should match.

If the admin panel and website have different connection encryption, for example:
https://site.com/admin
http://site.com/

Sincerely,
Nettie

Hello, The cross-origin error may occur in the following cases: If admin panel domain is http://site.com/admin and front end domain is http://shop.site.com/ The admin panel and website front-end domains should match. If the admin panel and website have different connection encryption, for example: https://site.com/admin http://site.com/ Sincerely, Nettie
You must log in or register to leave comments