Site not looking the same outside of admin #Layouts #CSS?

Permalink
As you can see in the included attachments... I have two pages (one not shown) that I use the Layouts tool on. It looks/works perfect when I'm logged in, but when I'm not... Yeah. I'm using a theme based on the Simple Blue theme. I will post an update showing the differences in View Source when I'm logged in/not on the page...

Environment:
# concrete5 Version
5.4.1.1
# concrete5 Packages
AC Sound (1.1), Amiant Image Gallery (0.1.6), blogga (1.0.), Dynamic Iframe (1.5), Easy Slider (1.4), Fancy Image Links (1.2.1), Galleria image gallery (2.0), Google Map (Premium) (2.0), Music (1.0.4), Next & Previous (1.01), Parent Link (1.0), PC5 Custom Templates (1.1.1), Sortable Fancybox Gallery (1.13), tnSpacer (1.2), Ukao Image Slider (1.1.1), Xclydes Utilities (1.0.6).
# concrete5 Overrides
blocks/asmiller_calendar, blocks/multi_effect_slider, blocks/external_form, blocks/autonav, elements/header_required.php, themes/a[secret]
...PHP/MySQL Not-necessarily-a-secret-but-kinda-Secret-ish stuff...

3 Attachments

 
jaksco replied on at Permalink Reply
Differences in View Source of the pages...

Differences in Logged in:
<script type="text/javascript">
var CCM_SECURITY_TOKEN = '{security-key-numbers-which-I'm-not-sure-are-important-to-not-release}';</script>
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.base.css?v={MD5? Same Security Key... I think}" />
<script type="text/javascript" src="/concrete/js/jquery.js?v={MD5? Same Security Key... I think}"></script>
<script type="text/javascript" src="/concrete/js/ccm.base.js?v={MD5? Same Security Key... I think}"></script>
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.ui.css?v={MD5? Same Security Key... I think}" />
<link rel="stylesheet" type="text/css" href="/concrete/css/jquery.rating.css?v={MD5? Same Security Key... I think}" />
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.dialog.css?v={MD5? Same Security Key... I think}" />
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.menus.css?v={MD5? Same Security Key... I think}" />
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.forms.css?v={MD5? Same Security Key... I think}" />
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.search.css?v={MD5? Same Security Key... I think}" />
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.filemanager.css?v={MD5? Same Security Key... I think}" />
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.colorpicker.css?v={MD5? Same Security Key... I think}" />
<link rel="stylesheet" type="text/css" href="/concrete/css/jquery.ui.css?v={MD5? Same Security Key... I think}" />


There are also some flips of <div>s, </div>s and empty returns {page breaks}...
jaksco replied on at Permalink Best Answer Reply
Ha! Figured it out. Needed to load: $this->addHeaderItem( $html->css( 'ccm.base.css' ), 'CORE' ); in /elements/header_required.php