NSP GK5 problem in 'video list' mode

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
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
Sun Jun 01, 2014 9:52 pm
Welcome.

Small problem with the GK5. In the template News GK5 module installed.
I set it in 'list of video', almost everything is working properly.
The only problem is the lack stzałek on the thumbnails. In the attached picture.

What is wrong? Is missing some graphics?

Regards
Janusz

It looks now.
mod-gk5-bez-strzalki.jpg


So it should be.
mod-gk5-ze-strzalka.jpg
User avatar
Junior Boarder

teitbite
Mon Jun 02, 2014 10:01 am
Hi

Looks like in css there is a wrong value for arrow. Please show me Your site.
User avatar
Moderator

GK User
Tue Jun 03, 2014 6:36 pm
Hi.
site under construction http://nowa1.anglia4u.pl/

Janusz
User avatar
Junior Boarder

teitbite
Wed Jun 04, 2014 10:04 am
Hi

Now I can see that You are lacking of font awsome library. Please edit /layout/blocks/head.php and add this line at the end:

Code: Select all
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
User avatar
Moderator

GK User
Wed Jun 04, 2014 4:14 pm
teitbite wrote:Hi

Now I can see that You are lacking of font awsome library. Please edit /layout/blocks/head.php and add this line at the end:

Code: Select all
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">


Hi.
I added the 'L' to file 'templates/gk_news/layouts/blocks/header,php'. Unfortunately, nothing helped. :(
I added it in 2 variants.
1- <!-- <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> -->

2- $this->API->addCSS($this->API->URLtemplate() . '/css/font-awesome.css');

I do not know which is correct, but in both cases are still no display arrows.
User avatar
Junior Boarder

GK User
Fri Jun 06, 2014 12:33 am
Hi.

I worked it out with inserting the link, the module is working correctly, there were arrows.
But now when I change the color of the template, dots in this module do not change color. It always have the color red. :shock:

Where should I make changes, in order to the color of the dots changed with the change of the template color ?

Janusz
User avatar
Junior Boarder

teitbite
Fri Jun 06, 2014 6:10 pm
Hi

Switching style it's not working with this module becuase this module didn't even existed while styles were created :) You need to add this line of code to each style file while changing the color value to the leading color of the style:

Code: Select all
.gkNspPM-VideoList .gkBottomNavPagination li:hover,
.gkNspPM-VideoList .gkBottomNavPagination li.active {
    background-color: #3299E2;
}
User avatar
Moderator


cron