5.6.2 new ccm.app.css

Permalink 1 user found helpful
Just a warning to anyone who uses the c5 bootstrap css in their themes and single pages by applying the ccm-ui class.. After updating to 5.6.2 I found that the new ccm.app.css file is completely different than the file found in previous versions, completely jacking up a lot of my pages with floats where there were none before, and no button styles, etc..

Live & learn I guess, it's best to load your own css library instead of piggy backing off c5.

guythomas
 
krr replied on at Permalink Reply
krr
Were you able to fix this with a simple Copy/Paste of the old file into the new install?

Somehow I doubt that it would be that simple ;) - but there's always hope...

I am seeing issues with a boostrap using site once it gets upgraded to 5.6.2
sully210 replied on at Permalink Reply
sully210
I am having huge problems with 5.6.2.1. This is ridiculous. Is there any fix for this or should I revert to an earlier version? If so, what version does work with bootstrap? I have seen herehttp://www.concrete5.org/developers/bugs/5.6.0.1/ccm.app.css-has-co...
that the bug was apparently "fixed" in 5.6.0.1 so I downloaded the ccm.app.cssfile from the link below at github and uploaded it to my site and there are still a ton of problems. This is a later version? I don't know what to do and this is going to cost me my best client with 4 sites and a ton of editing income. If anyone can help me I would certainly appreciate it.
apc123 replied on at Permalink Reply
apc123
I use Bootstrap a lot but I do not use the built in C5 css. Instead I use a separate version which then allows for better control and overrides.

You should be able to update your theme to point to a different file and a search and replace to use the regular Bootstrap class names.

This method allows you to move to newer versions of bootstrap whereas C5 tends to use a few versions behind.

Hope this helps.

-Anthony
sully210 replied on at Permalink Reply
sully210
Anthony, thank you for your reply. I am actually using a custom theme. Should I get a different .css file from somewhere else? Do I need to get a whole version of bootstrap. I am frazzled and don't mknow what to do? How can II tell what files I should use?

FREAKING OUT!
apc123 replied on at Permalink Reply
apc123
Go tohttp://getbootstrap.com and download it. Or I think you can even link to a CDN version.

Then you might need to update your theme files to remove the ccm class names.
sully210 replied on at Permalink Reply
sully210
This is what my header looks like now:

<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php Loader::element('header_required'); ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="<?php echo $this->getThemePath() ?>/css/bootstrap.css" rel="stylesheet">
<link href="<?php echo $this->getThemePath() ?>/css/bootstrap-lightbox.min.css" rel="stylesheet">
<link href="<?php echo $this->getThemePath() ?>/css/style.css" rel="stylesheet">
<link href="<?php echo $this->getThemePath() ?>/typography.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Sancreek' rel='stylesheet' type='text/css'>
apc123 replied on at Permalink Reply
apc123
It looks like your custom theme is using it's own version of Bootstrap. I think you might be experience a different problem than issues with the C5 bootstrap.

Can you send a link to your site?
sully210 replied on at Permalink Reply
sully210
It is actually under construction and I have a primary version of the homepage up with some basic information. I have not published any of my edits because they look like crap. I had to assign this theme to my domain when I bought it. If I put this site on a subdomain can I apply this theme to it somehow without losing my money?
sully210 replied on at Permalink Reply
sully210
I set up an admin account for you here: angrybullhartford.com/index.php/login/
USer:Anthony
Pass: lifesaver

If you resize the screen you will also see that nothing responds properly. If there is a way to change the .css file, bootstrap.css and style.css to something that works without losing my theme addons klike the sliders and accordian that would be great.

Please don't publish the edits on the first page. Thanks.