News Show Pro module GK5

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
Tue Mar 18, 2014 11:07 pm
Hi, I am using the Creativity template with NSP GK5, everything updated. I set up video list module mode with popup enabled but when I click on image instead of video poping up I am redirected to K2 article. In the article the embeded video is fine but I can't get the popup window on the front page. It must be an easy solution but couldn't resolve all day. Any idea?
User avatar
Fresh Boarder

teitbite
Wed Mar 19, 2014 10:20 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Wed Mar 19, 2014 10:48 pm
Thanks for your attention. I put my site online so you can have a look:

kettonkfilmje.hu

I hardly change anything yet from the quick start package, I wanted to test the videos first because it will be a kind of video portfolio site.

Thanks,
David
User avatar
Fresh Boarder

teitbite
Thu Mar 20, 2014 5:04 pm
Hi

I think the file with script is not attached from the module. Please check if there is an option to use module default css and js file. If this is not the case please send me an access to joomla panel.
User avatar
Moderator

GK User
Thu Mar 20, 2014 5:25 pm
Hi,
It's all on, I sent you a pm with the login. Thank You.
User avatar
Fresh Boarder

teitbite
Thu Mar 20, 2014 9:00 pm
Hi

I have informed programmers. Let see what they will say about this.
User avatar
Moderator

GK User
Thu Mar 20, 2014 9:05 pm
Thank You for the quick replys so far, I hope it will be an easy fix, let me know how is it going, please! Thanks
User avatar
Fresh Boarder

teitbite
Fri Mar 21, 2014 5:37 pm
Hi

Programmers asked for FTP access to check the problem. Please send it to me via mail or PM in forum.
User avatar
Moderator

teitbite
Sun Mar 23, 2014 7:20 pm
Hi

Access recived and passed to programmers. Will let You know when I'll learn something.
User avatar
Moderator

teitbite
Mon Mar 24, 2014 4:33 pm
Hi

Please in files:

- mod_news_pro_gk5/portal_modes/videogallery/controller.php
- mod_news_pro_gk5/portal_modes/videolist/controller.php

In both cases add this line to a line number 125:

Code: Select all
               $vid = JHTML::_('content.prepare', $vid);


Here is a part of the code with this new line to compare how it should looks like:

Code: Select all
             // prepare the results

             foreach($videos as $v) {

                $vid = $v->video;

+               $vid = JHTML::_('content.prepare', $vid);

                if(trim($vid) != '') {

                   $vid_matches = array();

                   preg_match('@src="(.*?)"@mi', $vid, $vid_matches);
User avatar
Moderator

GK User
Tue Mar 25, 2014 11:09 am
Thank You guys, this is exactly I was looking for! I found quick and great support here, well done to you!


teitbite wrote:Hi

Please in files:

- mod_news_pro_gk5/portal_modes/videogallery/controller.php
- mod_news_pro_gk5/portal_modes/videolist/controller.php

In both cases add this line to a line number 125:

Code: Select all
               $vid = JHTML::_('content.prepare', $vid);


Here is a part of the code with this new line to compare how it should looks like:

Code: Select all
             // prepare the results

             foreach($videos as $v) {

                $vid = $v->video;

+               $vid = JHTML::_('content.prepare', $vid);

                if(trim($vid) != '') {

                   $vid_matches = array();

                   preg_match('@src="(.*?)"@mi', $vid, $vid_matches);
User avatar
Fresh Boarder

GK User
Thu Mar 27, 2014 8:15 am
I follow these steps but still not working. Could you please tell me how do you set up your "extenal files" ?
User avatar
Fresh Boarder

teitbite
Thu Mar 27, 2014 8:52 pm
Hi

Please try to update the module. FIxed version should be available already.
User avatar
Moderator

GK User
Sun Apr 13, 2014 10:00 am
Hello,
I have the same issue too
my new website http://mawtiny.com/newver/ " the module placed in the right bottom - black area"
the video popup doesn't work, I tried to use both jquery and mootools and still there and I have the vertex framework installed
the play arrow goes to the k2 item directly

plz give me a hand

Wael
User avatar
Fresh Boarder

teitbite
Mon Apr 14, 2014 5:37 pm
Hi

Please check if You are using the latest version of the module. I've been informed by users that updating the module fix the problem.
User avatar
Moderator


cron