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