Image Show GK4 problem with wordcount

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
Mon Nov 07, 2011 3:40 pm
I have problem with wordcount in Image Show GK4 gk sporter 1 style, I want to disable any words only Title I need, but when I put in wordcount field 0 then it shows me ,,...'' three dots, how I can change this?
User avatar
Fresh Boarder

GK User
Mon Nov 07, 2011 10:38 pm
This will hide description text block completely. We are assuming you are using sporter1 style if you are using sporter2 style simply change its number in code and edit the right file in sporter2 directory.

Find File: "/modules/mod_image_show_gk4/styles/gk_sporter1/style.css"
Find Line: 21 Which is below
Code: Select all
.gkIsWrapper-gk_sporter1 .gkIsText p { color:#fff; padding:0 150px 0 20px; line-height: 130% }


Add display:none so it hides it completely.

Code: Select all
.gkIsWrapper-gk_sporter1 .gkIsText p { display:none; color:#fff; padding:0 150px 0 20px; line-height: 130% }
User avatar
Platinum Boarder

GK User
Tue Nov 08, 2011 1:39 pm
Thanks a lot for this it works. Do you maybe now how to solve this problem 88-news-show-pro-/94824-problem-with-links-in-image-show-gk4.html
User avatar
Fresh Boarder

GK User
Tue Nov 08, 2011 1:43 pm
No problem at all...
User avatar
Platinum Boarder


cron