Language text missing & colour change?

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sun Jun 24, 2012 2:39 am
Hi Guys,

How do I ensure that the following "TPL_GK_LANG_IS_MORE_NEWS" Actually shows "Read More..."???

I've added " TPL_GK_LANG_IS_MORE_NEWS="Read More...." " to the file "en-GB.tpl_gk_music.ini" but this does not resolve it? Please see below image:
error_news_slide.jpg


Also how do I change the ORANGE square background and load bar to another colour?

P.s. Site is www.ausgamernetwork.com, but you need to login as "special" to see it on homepage on site.

Thanks
User avatar
Expert Boarder

GK User
Sun Jun 24, 2012 4:24 am
For text make sure they are not wrapped in quotes altogether.

Code: Select all
TPL_GK_LANG_IS_MORE_NEWS="Read<br />More&hellip;"


As for background color use below css code in templates/gk_templatename/css/override.css and enable it in template settings > advanced settings > css override.
Change #000.
Code: Select all
.gkIsMoreNews { background: #000!important;}


See you around...
User avatar
Platinum Boarder

GK User
Sun Jun 24, 2012 6:46 am
normanUK wrote:For text make sure they are not wrapped in quotes altogether.

Code: Select all
TPL_GK_LANG_IS_MORE_NEWS="Read<br />More&hellip;"



See you around...

The above doesn't work?
This is the exact line i have in file en-GB.tpl_gk_music.ini

TPL_GK_LANG_IS_MORE_NEWS="Read More"
User avatar
Expert Boarder

GK User
Sun Jun 24, 2012 7:11 am
OMG! updating incorrect language file.... 3hrs! bwahahaha thanks worked now
User avatar
Expert Boarder

GK User
Mon Jun 25, 2012 11:57 pm
No problem at all, see you around...
User avatar
Platinum Boarder


cron