article not dispalying

GK User
Wed Aug 21, 2013 3:24 pm
Hi
News Show Pro GK4 ver. 3.3.6 on Joomla 3.1.5 world news II template issue
I created new category and placed five new articles into it.
Then I changed News Show Pro GK4, latest news module Data source to new category. Articles appear in latest news module, in the top 2 position. But when clicked on articles they do not display on front page.
I had similar issues with Main NSP and Highlighter module. I applied the fix below which resolved those issues.
Go to file helper.php in NSP or Highlighter module and find this line:
Code: Select all
$this->config['time_offset'] = $params->get('time_offset', 0); // time offset for timezones problem
And replace with:
Code: Select all
$this->config['time_offset'] = 24; // time offset for timezones problem
I also tried creating a new category with new article in more headlines module top 3 position and the same issue.
Please advise of a solution.
PS: I read that there is a 4.0 version of News Show Pro GK4 that addresses this time offset for time zones problem. Please advise if this is available.
Thanks
ShoppeSoft
User avatar
Fresh Boarder

GK User
Thu Aug 22, 2013 8:55 pm
Did you try to configure your Joomla! global settings according to your server time ? It looks like there is bigger offset that 12 hours between server time and 'real' time.
User avatar
Platinum Boarder

GK User
Thu Aug 22, 2013 10:49 pm
host said server is EST global setting is new york which is EST. Tried 0 threw -12 & 0 threw +12 none worked.

Is their an easy way to remove this feature from template. If not, what would be next step to trouble shoot issue.

Note: I see correct URL for article in address bar but no article displayed.
User avatar
Fresh Boarder

GK User
Mon Aug 26, 2013 8:11 am
Is their an easy way to remove this feature from template.


The offset issue is related with module not with the template and when you set it to 0 it means that this feature will be not used. Did you try to use News Show Pro GK5 ?
User avatar
Platinum Boarder


cron