mod_news_pro_gk4 not displaying content right away

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
Fri Apr 26, 2013 3:03 am
Hi all
I use this module for the first time.
mod_news_pro_gk4

stage server: http://www.zitrone-production.com/gra_130320

click on the "STORE" menu point

this will call 2 instances of the module

The headline displays right away, but the articles pulled by the mod do not show.
As soon as the user scrolls the page, then the articles show.
I am not sure is this a feature of the mod or a bug, or is there a setting for this.

Thanks for any help
Romano
User avatar
Junior Boarder

teitbite
Fri Apr 26, 2013 8:32 am
Hi

Link You gave us is leading to 404 error. But I think this may be connected with this issue: https://www.gavick.com/forums/startup/a ... 32#p113532
User avatar
Moderator

GK User
Fri Apr 26, 2013 11:38 am
sorry about the bad links
2 of my menu points just packed in on me...
that is fixed now.

I tried to follow your link but it got a bit to convoluted for me.
But yes, I think the basic issue is that the content only comes to live when a scroll action triggers it.
I would like to switch this to a "always on" state, if this is possible.

Romano
User avatar
Junior Boarder

teitbite
Sat Apr 27, 2013 11:04 am
Hi

Ok. I've reported this to programmers. Will let You know when they answer.
User avatar
Moderator

teitbite
Thu Jun 06, 2013 9:42 pm
Hi

Got the answer from programmers:

template is designed with onScroll animations, when the content is visible after site loading the users should not add the code related with animations.
User avatar
Moderator

GK User
Fri Jun 07, 2013 1:14 am
Hi teitbite
I think you will need to do some translating here. -)
Romano
User avatar
Junior Boarder

teitbite
Sat Jun 08, 2013 3:30 pm
Hi

This means that You should not use this loading style for modules set on top of the site if module is shown only if scroll was used. But I think this code will solve it too:

Code: Select all
.nspanimate .nspArtScroll2 .nspArtPage:first-child .nspArt {
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
User avatar
Moderator

GK User
Thu Jun 13, 2013 7:09 am
Sorry I worked on some other stuff for the last few days.

Yes the CSS changed everything.
I did some tinkering to actually just get a collection of wheels on the page.
I am loading an empty article onto the page. The module is then connected to that menu point.
I could not find any other way to just load a module from the menu.

Thank you very much
Romano


http://www.zitrone.com.au/subsite_44/index.php/wheels

http://www.zitrone.com.au/subsite_44/in ... lternative
User avatar
Junior Boarder

teitbite
Fri Jun 14, 2013 10:48 am
Hi

Ok. Looks like it did the trick :) If You want to load a module inside article than please take a look at this article: http://docs.joomla.org/How_do_you_put_a ... article%3F
User avatar
Moderator

GK User
Fri Jun 14, 2013 11:29 am
Off course...
I have done this before on a different template. Just completely forgot about it.
Thank you very much. I will try this first thing on Monday.
Have a great weekend!
Romano
User avatar
Junior Boarder


cron