Show the video with NSP GK 4 module on the right way

Create awesome game website with Game Magazine Joomla template
GK User
Wed Oct 23, 2013 5:21 pm
Hello,

so far this template worked perfectly, until now. I have found some bug/issue I am not able to fix.
I am using a module News Show Pro GK4 in the header tab. When I enter the page and click on "newest videos", I can see a list of videos for like 1 second, then it dissapears.

To show you in picture: I clisk on newest videos and i see this:
module_right.jpg


Then after a second, it dissapears and I cannot see anything:
module_wrong.jpg


This happens everytime I refresh the page. It wont dissapear when I click back for example on "featured news" and then go back to "newest videos".

I will provide login credentials to my site if needed.
Can you help me with this please?

Thanks

Martin
User avatar
Fresh Boarder

GK User
Thu Oct 24, 2013 1:45 pm
Hi,

First of all please upgrade the Tabs module to the newest available version.
User avatar
Administrator

GK User
Thu Oct 24, 2013 5:10 pm
Yes I have tried 3.1.4 (non-responsive) and also 3.3.8 (responsive), no change so far
User avatar
Fresh Boarder

GK User
Thu Oct 24, 2013 9:07 pm
I mean the Tabs module, not the News Show Pro module.
User avatar
Administrator

GK User
Thu Oct 24, 2013 9:17 pm
I have Tabs GK4ver. 1.7, think it is the latest
User avatar
Fresh Boarder

GK User
Thu Oct 24, 2013 11:20 pm
So in this case please provide me an URL to your website.
User avatar
Administrator

GK User
Fri Oct 25, 2013 7:55 am
Please see your private messagebox
User avatar
Fresh Boarder

GK User
Fri Oct 25, 2013 9:12 am
On which browser do you have this problem? I've checked on Chrome, Safari, Firefox and Opera and on all these browsers your page is displaying correctly.
User avatar
Administrator

GK User
Fri Oct 25, 2013 9:29 am
Chrome, Firefox and IE. Try to refresh the page and click on "newest videos" right after.

I just noticed one thing - if you let the first tab load and then switch to newest videos, it seems that it works with no problems. but when you switch to newest videos right after refreshing page, then it dissapears.
User avatar
Fresh Boarder

GK User
Sun Oct 27, 2013 7:53 am
Sorry for the delay in the reply but this case needed longer investigation. Finally I think that I've found a proper solution - please open the Tabs GK4 engine.js file and please replace:

Code: Select all
(function() {
   tabs.setStyle('display', 'none');
   tabs[0].setStyle('display', 'block');
}).delay(el.getElement('.gkTabContainer2').getElement('.nspMain') ? 2000 : 0);


to:

Code: Select all
(function() {
   tabs.each(function(item, i) {
      item.setStyle('display', items[i].hasClass('active') ? 'block' : 'none');
   });
}).delay(el.getElement('.gkTabContainer2').getElement('.nspMain') ? 2000 : 0);


it should helps.
User avatar
Administrator

GK User
Wed Oct 30, 2013 3:37 pm
hi. and what is with gk5 and where is this file?

thank you. .
User avatar
Junior Boarder

GK User
Thu Oct 31, 2013 7:49 am
@reinterpret - the problem was independent from the NSP module - please read my last post carefully.
User avatar
Administrator

GK User
Wed Nov 06, 2013 4:05 pm
so where is this java? as is said i have tabs gk4. or did i missunderstood something?
User avatar
Junior Boarder

GK User
Wed Nov 06, 2013 4:11 pm
sorry. i ment tabs gk5...
User avatar
Junior Boarder

GK User
Wed Nov 06, 2013 7:38 pm
please open the Tabs GK4 engine.js
User avatar
Administrator

GK User
Wed Nov 06, 2013 8:25 pm
maybe i am a bit stupid in this case. but where is this engine.js? i cant find it.
User avatar
Junior Boarder

GK User
Wed Nov 06, 2013 8:50 pm
Please search in the module directory at the "scripts" catalog.
User avatar
Administrator


cron