Hi
I am searching for alternatives to include html content within cornerstone as I read you could add java separate and it wouldn’t effect site globally. BUT what specifically? Here is the page live:https://www.moreparsmorefun.com/wp-content/uploads/widgets/P1/interactive-driver-angled/main.html
Not clear what to not include.
Here is my attempt: https://www.moreparsmorefun.com/aa-html/
Placed this in raw content area:
This in java area:
type=“text/javascript” src=“settings.js”
type=“text/javascript” src=“bootloader.js”
type=“text/javascript” src=“bootstrap.js”
type=“text/javascript” src=“bootstrap.min.js”
type=“text/javascript”
ack.client.load([
‘jquery.min.js’,
‘jquery-ui.min.js’,
‘jquery.ui.touch-punch.min.js’,
‘widget.css’,
‘widget.js’],
function() { ack.widget.init(); });
and this in CSS area:
body, html {
margin:0 auto !important;
}
.info .text {
font-size: 18px !important;
}
.timeline-display .timeline-items .item .info{
top:0 !important;
padding:0 !important;
}
@media screen and (max-width: 768px) {
#ack-widget, #ack-rc-backdrop {
position: fixed !important;
}
#ack-toolbar-title{ position: fixed !important; }
body{
background-color:#000 !important;
}
}
@media screen and (max-width: 480px) {
.timeline-display .timeline-items .item .image{
height:500px !important;
}
}
@media screen and (max-width: 700px) {
.timeline-display .timeline-items .item
{
position: static !important;
}
}
@media screen and (min-width: 701px) {
.timeline-display .timeline-items .item
{
position: absolute !important;
}
}
Not working so not adding it correctly.
Thanks for help
Christina