Colored "Date Published field missing in 2.5 (worked in 1.5)

GK User
Mon Feb 06, 2012 10:03 am
Another difference between 1.5 versus 2.5

The colored Date Published field is missing in 2.5. In 1.5 it works as expected. Please see attached screenshot. The blue square with the date (12 aug) doesn't appear.

Clean Joomla 2.5 install, Clean AppSite 2.5 install
You can test this at my testsite:

http://88.159.12.197:8888/AppSite/

Don Lee has the login code.

Help appreciated
User avatar
Senior Boarder

GK User
Mon Feb 06, 2012 3:16 pm
Please make following correction which will also stop other css errors you were having.
Find File: \templates\gk_appsite\css\joomla.css
Find Line: 110 which is below
Code: Select all
.img-fulltext-right .img_caption { margin: 0!important; }

Check and make sure closing bracket is there ( "}" ). Thank you.

See you around...
User avatar
Platinum Boarder

GK User
Mon Feb 06, 2012 8:08 pm
Hurray! You ROCK!

We have a breakthrough!
Yes indeed, there is a "}" missing on line 110.

First solution that made progress towards an error free template!

The colored squares are there but....
The template is set to the color green, and the squares are blue:

http://88.159.12.197:8888/AppSite/

You do not have to fix it for me, I know how to deal with the CSS code for it, but I think it's worth fixing it because other users will have the same problems as I have. I only did clean installs and change what you guys prescribe.

Still wondering that nobody detected these errors before....
There must be similar bugs, easy to solve, that solve all my problems with this template.

Thank you!
Highly appreciated
User avatar
Senior Boarder

GK User
Mon Feb 06, 2012 8:10 pm
normanUK wrote:Please make following correction which will also stop other css errors you were having.
Find File: \templates\gk_appsite\css\joomla.css
Find Line: 110 which is below
Code: Select all
.img-fulltext-right .img_caption { margin: 0!important; }

Check and make sure closing bracket is there ( "}" ). Thank you.

See you around...



Yes it solved a few, but not all. Maybe there are more bugs like these?
User avatar
Senior Boarder

GK User
Mon Feb 06, 2012 8:45 pm
No problem at all.

Also before you ask about pagination colors please change following lines :D
Style1.css
Lines: 86 to 93
Code: Select all
ul.pagination li a,
ul.pagination li span,
.k2Pagination ul li a,
.k2Pagination ul li span { background: #36b0e4; }
ul.pagination li a,
.k2Pagination ul li a { background: #36b0e4; }
ul.pagination li a:hover,
.k2Pagination ul li a:hover { background: #e45b36; }

Replace with below
Code: Select all
div.pagination ul li a,
div.pagination ul li span,
.k2Pagination ul li a,
.k2Pagination ul li span { background: #36b0e4; }
div.pagination ul li a,
.k2Pagination ul li a { background: #36b0e4; }
div.pagination ul li a:hover,
.k2Pagination ul li a:hover { background: #e45b36; }

Style2.css
Lines: 89 to 96
Code: Select all
ul.pagination li a,
ul.pagination li span,
.k2Pagination ul li a,
.k2Pagination ul li span { background: #d36060; }
ul.pagination li a,
.k2Pagination ul li a { background: #d36060; }
ul.pagination li a:hover,
.k2Pagination ul li a:hover { background: #3b3b3b; }

Replace with below
Code: Select all
div.pagination ul li a,
div.pagination ul li span,
.k2Pagination ul li a,
.k2Pagination ul li span { background: #d36060; }
div.pagination ul li a,
.k2Pagination ul li a { background: #d36060; }
div.pagination ul li a:hover,
.k2Pagination ul li a:hover { background: #3b3b3b; }

Style3.css
Lines: 89 to 96
Code: Select all
ul.pagination li a,
ul.pagination li span,
.k2Pagination ul li a,
.k2Pagination ul li span { background: #9acc1d; }
ul.pagination li a,
.k2Pagination ul li a  { background: #9acc1d; }
ul.pagination li a:hover,
.k2Pagination ul li a:hover { background: #e3d214; }

Replace with below
Code: Select all
div.pagination ul li a,
div.pagination ul li span,
.k2Pagination ul li a,
.k2Pagination ul li span { background: #9acc1d; }
div.pagination ul li a,
.k2Pagination ul li a  { background: #9acc1d; }
div.pagination ul li a:hover,
.k2Pagination ul li a:hover { background: #e3d214; }


For other users regarding date colors in blog mode depending on selected style please add following at the end of each file. ( style1.css , style2.css, style3.css )

Style1.css
Code: Select all
/* joomla blog date */
.blogcreatedate { background: #36b0e4; }

Style2.css
Code: Select all
/* joomla blog date */
.blogcreatedate { background: #d36060; }

Style3.css
Code: Select all
/* joomla blog date */
.blogcreatedate { background: #9acc1d; }


See you around...
User avatar
Platinum Boarder

GK User
Mon Feb 06, 2012 9:06 pm
YES!
You hit the jackpot.

That solved the color issue.
You're an expert.

Although I am pretty sure it has nothing to do with my Joomla skills, started to question myself...
So happy to see solutions.

Thank you.
User avatar
Senior Boarder

GK User
Mon Feb 06, 2012 10:56 pm
No problem at all.

See you around...
User avatar
Platinum Boarder


cron