Using The Elastic2 Skin by default.
The Javascript in the meta file is returning the wrong url.
I think theres a typo and I did a search in phpstorm for the word sking but it did not return much.
Please notice that it is showing /sking/ instead of /skins/ for the javascript location links.
The issue is Javascript is not loading for the skin after install. I notice in the meta part of the header the javascript location url links is wrong. I believe this could be a bug or typo in the latest core. Please verify lines 14 & 15 below.
<!doctype html>
<html lang="en" dir="ltr">
<head>
<title>Home | mysite.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:400italic,400,600,700" type="text/css">
<link rel="stylesheet" href="https://mysite.com/test/data/cache/jrElastic2/Sad3566dac1b2f11c8d0c10ce22409990.css" media="screen" type="text/css">
<script type="text/javascript" src="https://mysite.com/test/data/cache/jrElastic2/Sfcac3228b9f6dda934d716e104c5d508.js"></script>
<script type="text/javascript" src="https://mysite.com/test/sking/jrElastic2/js/jrElastic2.js"></script>
<script type="text/javascript" src="https://mysite.com/test/sking/jrElastic2/js/jrElastic2.jsresponsiveslides.min.js"></script>
</head>
updated by @developer-networks: 07/19/19 04:25:48AM