SOLVED dont want space in highlighter after title

Users topics solved on GK Highlighter module
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Jan 05, 2010 12:50 pm
hi..

i have installed the world news template and i have installed highlighter module on highliter position..now in that it is showing me only one news at a time like this

http://www.talkncafe.com/new-template.html

and i want it like the world news demo http://demo.gavick.com/index.php?year=2009&month=Dec

and i dont want space after "breaking news" title..

pls help me..

thanks in advance
User avatar
Fresh Boarder

GK User
Tue Jan 05, 2010 3:34 pm
GK HighLighter module on The World News is using some template built-in style. So, if you want our help, we really need to see it running on The World News template.

Cheers
User avatar
Platinum Boarder

GK User
Wed Jan 06, 2010 7:46 am
so what should i provide u???
the link is http://www.talkncafe.com/new-template.html
pls help me...i have not make the world news default template but i have started it on a menu called "new" to check...
thanks for ur help...
User avatar
Fresh Boarder

GK User
Tue Jan 12, 2010 6:25 am
hi..thanks a lot for reply...my link is www.talkncafe.com
User avatar
Fresh Boarder

teitbite
Tue Jan 12, 2010 10:28 am
Hi

Change in modules/mod_gk_news_highlighter/style/style.css the width

now is:

Code: Select all
div#news-highlight-1 .gk_news_highlighter_interface {
float:left;
height:28px;
line-height:28px;
text-align:right;
width:100px;
z-index:1000;
}


should be

Code: Select all
div#news-highlight-1 .gk_news_highlighter_interface {
float:left;
height:28px;
line-height:28px;
text-align:right;
width:43px;
z-index:1000;
}

Remember to clear cache after this change or You will still see it the old way.


As I can see the news are switching, so You've solved Your other problem :)
User avatar
Moderator

GK User
Sat Jan 16, 2010 11:08 am
hi thanks a lot for this solution...
but there is a little problem...the file is modules/mod_gk_news_highlighter/style/style.php not css..so what should i do now to change this php file??? i didnt find any css file there..
User avatar
Fresh Boarder

teitbite
Sat Jan 16, 2010 2:12 pm
Hi

It has css code within. So edit it and search for right place.
User avatar
Moderator

GK User
Sun Jan 17, 2010 10:06 am
hey thanks a lot buddy...problem solved..
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.