News Show Pro GK4 NOT displaying latest article

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
Tue Feb 19, 2013 9:39 pm
I cannot get my latest article to show in News Show Pro GK4. I want my newest article to display in the black box where it reads: "Palo verde conmemora..." http://revista-amauta.org/wp-content/uploads/2013/02/black.jpg

Here is my article manager displayed by date, just how I want the news show pro to display the articles:
http://revista-amauta.org/wp-content/uploads/2013/02/articulos.jpg
As you can see the latest article should be "OET inicia año academico 2013" NOT "Palo verde..." I read in other posts that this could be a problem with timezone joomla vs my server.

Here is my Data Source config: http://revista-amauta.org/wp-content/uploads/2013/02/datasource.jpg

Here is my joomla config http://revista-amauta.org/wp-content/uploads/2013/02/server1.jpg

I have tried messing with the "Time offset" in News Show Pro Gk4 and the only difference that I managed to see was when I switched to -12 I got the PREVIOUS article to display.

If I leave the "Time offset" in 0 or +12 I get the article called: "Palo Verde conmemora Día Internacional d" When I should be seen the one called: "OET Inicia año academico 2013"

This is the other post I read, but It didnt provide any solution:
https://www.gavick.com/forums/news-show-pro-gk4/news-show-pro-gk4-issue-with-date-ordering-3208.html?p=110259#p110259
User avatar
Fresh Boarder

GK User
Tue Feb 19, 2013 9:55 pm
modules\mod_news_pro_gk4\helper.php
Problem solved:You need to find:
Code: Select all
$this->config['time_offset'] = $params->get('time_offset', 0); // time offset for timezones problem

and replace it with:

Code: Select all
$this->config['time_offset'] = 24; // time offset for timezones problem


I found the solution in this post:
https://www.gavick.com/forums/news-show-pro-gk4/problems-news-show-pro-gk4-for-joomla-3-0-21959.html
User avatar
Fresh Boarder

teitbite
Thu Feb 21, 2013 2:07 am
Hi

Ok. Thank You for sharing. I'm closing this thread now.
User avatar
Moderator


cron