Seems to be working fine for me. What is the news link pointing to (url)? This link is created in the inc-menu.php file and the code used is:
`
`
Ah just had a thought. See this post. Is this the problem?
Hi, this is an awesome theme. Love it !
I found a little 'bug' in it. When using published and unpublished albums in a same gallery, the random slideshow on the index page run into php script execution time exceeded for not logged in users. This happens when trying to show in the slideshow images on which not logged in users have no rights.
A little hack could be :
if (strpos($randomList , $imageName) && ! $randomImage->checkAccess()) {
in place of :
if (strpos($randomList , $imageName)) {
on line 43 in index.php.
Hope this could help.