NSP GK4 - Link layout text problem

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
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
Fri Jul 09, 2010 8:02 am
Hey,

Ive set up a site for a client (http://sommeriibestad.no/). Using News Show GK4 to show news on frontpage (hovedside).

- If you visit the link, you will see that the text in the Links layout is "cut" and some characters are missing.


I have Links block magin and have tried different values. Also tried to change block width on Links layout and module width.

Have searched around for some days, and still no solution to my problem. The text is still "out of control" and I need your help.


Thanks
User avatar
Fresh Boarder

teitbite
Fri Jul 09, 2010 1:56 pm
Hi

Please point me an exact place where this problem occurs.
User avatar
Moderator

GK User
Fri Jul 09, 2010 2:20 pm
Web: http://sommeriibestad.no/

See my printscreen: http://sommeriibestad.no/sommeriibestad.jpg


Hope you can help me, been struggling with this issue a long time now.
User avatar
Fresh Boarder

GK User
Sun Jul 11, 2010 5:26 pm
Got an idea what the problem can be?
User avatar
Fresh Boarder

teitbite
Mon Jul 12, 2010 9:53 am
Hi

Please try to add this at the end of template.css:

Code: Select all
#nsp-nsp_50 .art-post ul li,
#nsp-nsp_50 .art-post ol ul li {
width:200px;
}


It's because the margins on ul element, but I would fix it by setting the static width like in code above.
User avatar
Moderator

GK User
Mon Jul 12, 2010 12:01 pm
Do I have to do something with Module Suffix or Module ID to get your code to work?
User avatar
Fresh Boarder

teitbite
Mon Jul 12, 2010 1:57 pm
Hi

No just try to add this at the end of template.css and tell me if this works.
User avatar
Moderator

GK User
Mon Jul 12, 2010 2:05 pm
It did not solve the issue.

Edited the templates.css and replaced it.

See my screencapture: http://www.sommeriibestad.no/screencapture.png


Thanks for trying to help me, hope we can solve this.
User avatar
Fresh Boarder

teitbite
Mon Jul 12, 2010 2:28 pm
Hi

Please clear the cache. I cannot see this change in the code of the site.
User avatar
Moderator

GK User
Tue Jul 13, 2010 7:43 am
Cache settings is off i system settings.

I used Clean cache in Tools and removed everything.


What am I doing wrong?
User avatar
Fresh Boarder

GK User
Tue Jul 13, 2010 10:02 am
i've had similar problems when trying to edit the files...

try to login to the ftp and set the file permissions to 777 and then go to extentions > template manager > YOUR TEMPLATE > edit css > template.css > and set it in there.
User avatar
Platinum Boarder

GK User
Tue Jul 13, 2010 11:36 am
Set the permissions to 777 on everything or just template folder and enclosed items?
User avatar
Fresh Boarder

GK User
Tue Jul 13, 2010 2:37 pm
just the file templates.css
User avatar
Platinum Boarder

GK User
Thu Jul 15, 2010 7:25 am
Does not work..
User avatar
Fresh Boarder

teitbite
Fri Jul 16, 2010 7:30 am
Hi

Please send me panel access data to Your site. I'll do it myself.
User avatar
Moderator

GK User
Fri Jul 16, 2010 1:36 pm
Sent you the info on mail.

Thanks
User avatar
Fresh Boarder

teitbite
Mon Jul 19, 2010 9:16 am
Hi

It finaly worked with this code:

Code: Select all
.art-post li {
width:200px;
}


Please take a look if that doesn't changed the list width at any other place.
User avatar
Moderator


cron