Help! column cruiser - main.css not importing
Permalinkdefine('ENABLE_MARKETPLACE_SUPPORT', false);
define('ENABLE_NEWSFLOW_OVERLAY', false);
to the /config/site.php.
Stupidly I didn't back the site.php file up first.
The site.php has been tidied and is now
<?php
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'web122-a-concr-7');
define('DB_PASSWORD', 'xxxx);
define('DB_DATABASE', 'web122-a-concr-7');
define('BASE_URL', 'http://www.wealdofkentgymnasticsclub.org');
define('DIR_REL', '/concrete5');
define('PASSWORD_SALT', 'xxxx');
define('SERVER_PATH_VARIABLE', 'REDIRECT_URL');
define('PERMISSIONS_MODEL', 'advanced');
define('REDIRECT_TO_BASE_URL', false);
define('ENABLE_MARKETPLACE_SUPPORT', false);
define('ENABLE_NEWSFLOW_OVERLAY', false);
define('DIRNAME_APP_UPDATED', 'concrete5.5.2.1');
I have rolled back the database to the first working version with Superfish, Power Slider Lite and Ticker - no content, didn't fix it, uninstalled/reinstalled column cruiser, didn't fix it, have prepared a similar site and compared file by file but still can't see it.
http://www.wealdgymnastics.org/concrete5...
Symptoms
IE9 64 bit
won't set max/min width, Dashboard is half off the screen.
2 extra spaces appearing at top of page on View Source, the style import statements are also appearing as if in the body and not the head.
Chrome
No styles being loaded at all, dashboard works normally
Chromes "View Elements" reveals white space being loaded prior to header section so style import is appearing in the body section so won't work!!!
I'm sure it is something stupid like an unclosed "body" somewhere, but where? any ideas?
Thanks
That line appears at the start of all the .CSS files in Column Cruiser in the working version too, why suspect that if you don't mind me asking?
As far as I can make out...
header.php imports main.css, typography.css and links to patch_tcc.css
main.css imports layout.css. All these files and those associated with YAML have "@charset "UTF-8";" at the start and it is the same on the working site.
I have more questions than answers at the moment, sorry
from your main.css file and all will revert to normal.