- Posts: 16
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- Updated to newest build and all seems ok except the CSS
Updated to newest build and all seems ok except the CSS
- EBC Computers
- Topic Author
- Offline
- New Member
Less
More
15 years 3 months ago #70328
by EBC Computers
Updated to newest build and all seems ok except the CSS was created by EBC Computers
Ive upgraded from the pre-release to the latest build and everything seems ok except that the K2 content has lost its css formatting i.e. the rating stars no longer look the same etc.
I can see the upgrade package includes a style.css file, but it doesnt appear to be part of the rendered page.
See: crx.goingloco.org
Can anyone give me any clues please?
Thanks in anticipation.
I can see the upgrade package includes a style.css file, but it doesnt appear to be part of the rendered page.
See: crx.goingloco.org
Can anyone give me any clues please?
Thanks in anticipation.
Please Log in or Create an account to join the conversation.
- Isam Ishaq
- Offline
- New Member
Less
More
- Posts: 8
15 years 3 months ago #70329
by Isam Ishaq
Replied by Isam Ishaq on topic Updated to newest build and all seems ok except the CSS
I have the same issue. See the following link:
beta.badil.org/al-majdal-quarterly-magazine
beta.badil.org/al-majdal-quarterly-magazine
Please Log in or Create an account to join the conversation.
- Bryan Smith
- Offline
- Premium Member
Less
More
- Posts: 130
15 years 3 months ago #70330
by Bryan Smith
Replied by Bryan Smith on topic Updated to newest build and all seems ok except the CSS
I'm having the same issue. Doing some investigating right now. Comparing new K2 install with K2 upgrade
Please Log in or Create an account to join the conversation.
- Bryan Smith
- Offline
- Premium Member
Less
More
- Posts: 130
15 years 3 months ago #70331
by Bryan Smith
Replied by Bryan Smith on topic Updated to newest build and all seems ok except the CSS
looks like there's no call to the k2 styles from the head of the document.
ogdencityarts.org/news/ogden-arts-a-events/item/75-adventures-crossroads.html
missing from my k2 ugrade site
I don't know what to say at this point. I don't know when that get's inserted in the code. So anyone else out there know!!
still can't get galleries to work either on this site. even after the upgrade.
ogdencityarts.org/news/ogden-arts-a-events/item/75-adventures-crossroads.html
missing from my k2 ugrade site
I don't know what to say at this point. I don't know when that get's inserted in the code. So anyone else out there know!!
still can't get galleries to work either on this site. even after the upgrade.
Please Log in or Create an account to join the conversation.
- EBC Computers
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
15 years 3 months ago #70332
by EBC Computers
Replied by EBC Computers on topic Updated to newest build and all seems ok except the CSS
Well I've spent ages trying to find a solution to this. As has been indicated the php code doesn't seem to be rendering a page with any reference to style.css, which appears to be the relevant CSS style sheet.
Has anyone managed to fix this yet?
Has anyone managed to fix this yet?
Please Log in or Create an account to join the conversation.
- Bryan Smith
- Offline
- Premium Member
Less
More
- Posts: 130
15 years 3 months ago #70333
by Bryan Smith
Replied by Bryan Smith on topic Updated to newest build and all seems ok except the CSS
I stuck this in my rt_head_includes.php file, could also go in your index.php.
$this->addStylesheet($this->baseurl."/components/com_k2/css/style.css");
Chris Long said:Well I've spent ages trying to find a solution to this. As has been indicated the php code doesn't seem to be rendering a page with any reference to style.css, which appears to be the relevant CSS style sheet.
Has anyone managed to fix this yet?
$this->addStylesheet($this->baseurl."/components/com_k2/css/style.css");
Chris Long said:Well I've spent ages trying to find a solution to this. As has been indicated the php code doesn't seem to be rendering a page with any reference to style.css, which appears to be the relevant CSS style sheet.
Has anyone managed to fix this yet?
Please Log in or Create an account to join the conversation.
- John Andon
- Offline
- New Member
Less
More
- Posts: 10
15 years 3 months ago #70334
by John Andon
Replied by John Andon on topic Updated to newest build and all seems ok except the CSS
Lownotes said:I stuck this in my rt_head_includes.php file, could also go in your index.php. $this->addStylesheet($this->baseurl."/components/com_k2/css/style.css");
Does this work?
Does this work?
Please Log in or Create an account to join the conversation.
- Bryan Smith
- Offline
- Premium Member
Less
More
- Posts: 130
15 years 3 months ago #70335
by Bryan Smith
Replied by Bryan Smith on topic Updated to newest build and all seems ok except the CSS
working for me, that's why I put it up there!
it's not the real solution to this problem though. Just a bandaid that seems to work.
John Andon said:Lownotes said:I stuck this in my rt_head_includes.php file, could also go in your index.php. $this->addStylesheet($this->baseurl."/components/com_k2/css/style.css");
Chris Long said:Well I've spent ages trying to find a solution to this. As has been indicated the php code doesn't seem to be rendering a page with any reference to style.css, which appears to be the relevant CSS style sheet. Has anyone managed to fix this yet?
Does this work?
it's not the real solution to this problem though. Just a bandaid that seems to work.
John Andon said:Lownotes said:I stuck this in my rt_head_includes.php file, could also go in your index.php. $this->addStylesheet($this->baseurl."/components/com_k2/css/style.css");
Chris Long said:Well I've spent ages trying to find a solution to this. As has been indicated the php code doesn't seem to be rendering a page with any reference to style.css, which appears to be the relevant CSS style sheet. Has anyone managed to fix this yet?
Does this work?
Please Log in or Create an account to join the conversation.
- EBC Computers
- Topic Author
- Offline
- New Member
Less
More
- Posts: 16
15 years 3 months ago #70336
by EBC Computers
Replied by EBC Computers on topic Updated to newest build and all seems ok except the CSS
Yup that's worked fine thanks.
In the mean time I searched all the files in the K2 upgrade zip file for the text "style.css" and found no reference at all which suggests to me that the line to load the default CSS file is indeed missing from the distributed package.
In the mean time I searched all the files in the K2 upgrade zip file for the text "style.css" and found no reference at all which suggests to me that the line to load the default CSS file is indeed missing from the distributed package.
Please Log in or Create an account to join the conversation.
- bkemler
- Offline
- Premium Member
Less
More
- Posts: 87
15 years 3 months ago #70337
by bkemler
Replied by bkemler on topic Updated to newest build and all seems ok except the CSS
Are you sure the problem wasn't that the K2 system plugin was disabled? I'm having other issues with the upgrade but the CSS is turning up just fine.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- Updated to newest build and all seems ok except the CSS