News Show Pro GK5 Not Display Correctly for Links Items

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Sep 28, 2015 10:45 am
Reply with quote
Report this post
Hi supporters,

I installed Module News Show Pro GK5 and configured to display link items on the right. But the linked items does not display correctly, some items with image on the left and text on the right; while some items with image above and text at bottom.

Please see attached screenshot:

Link article 1.jpg


And here is what I configured the module:

Link article 2.jpg


and

Link article 3.jpg


And this is the link to the problem, it is at top of home page of my website:

http://photowording.com/

Please help me to to check the reason why? I tried many solutions myself but it does not help.

Thank you and regards,

Hai
User avatar
Gold Boarder

teitbite
Wed Sep 30, 2015 9:19 am
Reply with quote
Report this post
Hi

I think problem is related with names of the images. You have used national characters there, so scripts responsible by resizing it simply cannot see it to process. You can replace the names or use this code to force this images to be shown in correct size:

Code: Select all
.nspList .nspImageWrapper img {
    width: 115px;
}
User avatar
Moderator

GK User
Wed Sep 30, 2015 2:27 pm
Reply with quote
Report this post
That's marvelous, teitbite,

It works nicely now.

That helps me a lot, because if I change "Responsive images: Off" and change image dimension of main articles, it looks OK with computer screen but when viewing by mobile, it does not show the full image. And also, my website allow users to add articles themselves so it is hard to control name of images. Luckily, I do not use the module with linked items at other positions so the fixed dimension does not affect any other content.

It is very clever of you to find out the reason.

Thank you very much,

Hai
User avatar
Gold Boarder


cron