Sorry atomicmak, I cannot reproduce your issue. Nor can I figure out why it happens on your site (the link you provided me). In your modifications something must have been messed up. As you can see this error does not appear in the demo. You also have so many plugins and filters going on that there may be some conflict there. Try switching to a default theme temporarily to see if the same happens.
it does appear in the default theme as well as your zpGalleriffic theme too dont know why on this theme it dosent appear.
did try enabling all those plugins i had and applied zpGalleriffic and it worked so i think the issue is with the zpFocus code somewhere.
appreciate if you can look at that. using current latest version.
a little problem
Set Theme Option :
Albums per page: 8
Thumbnails per page: 24
the sub level dosent show pagination nor it show complete 10 category
http://kevincreation.com/index.php?album=bittern-heron-and-egret
if you see through top menu it shows some more links but not pagination on this page.
what can be the reason ?
I modified printLatestNewsCustom in customfunctions.php so that it would include the "(...) Read More" link like ZenPage does. I can't attach a patch file here, so I hope I escape this properly! The old file's line 668 changed from:
echo "".truncate_string($content, $contentlength)." \n";
To:
if(strlen($content) > $contentlength) { $shortenindicator = getOption("zenpage_textshorten_indicator"); $readmore = getOption("zenpage_read_more"); $content = shortenContent($content, $contentlength, $shortenindicator. " ".$readmore."\n"); } echo "".$content." \n";
Update to the previous post: Thanks to Ticket #1459 being closed, a more elegant solution would probably be to replace the line ~ 668 from:
echo "".truncate_string($content, $contentlength)." \n";
To:
echo "".getNewsContentShorten($content, $contentlength, '', $link)." \n";
got problem after upgrading to 1.3 the left side Random image shows but above that getting some checkPassword issue
Warning: Missing argument 1 for checkforPassword(), called in C:\Inetpub\vhosts\kevincreation.com\httpdocs\themes\zpfocus\sidebar.php on line 2 and defined in C:\Inetpub\vhosts\kevincreation.com\httpdocs\zp-core\template-functions.php on line 4338
Warning: Missing argument 2 for checkforPassword(), called in C:\Inetpub\vhosts\kevincreation.com\httpdocs\themes\zpfocus\sidebar.php on line 2 and defined in C:\Inetpub\vhosts\kevincreation.com\httpdocs\zp-core\template-functions.php on line 4338
I believe those calls to checkforPassword() are no longer needed on theme pages. You should simply be able to remove those.
I think this is a great theme and have just implemented it on my site replacing a custom theme that I didnt have the time\knowledge to implement properly.
I am getting the above error
Warning: Missing argument 1 for checkforPassword(), called in /home/jameskil/public_html/themes/zpfocus/sidebar.php on line 2 and defined in /home/jameskil/public_html/zp-core/template-functions.php on line 4338
Which i believe is being generated by
`
{
I have tried removing(!checkForPassword())` but am just getting parse error's could someone post an example please
I think this is a great theme and have just implemented it on my site replacing a custom theme that I didnt have the time\knowledge to implement properly.
I am getting the above error
Warning: Missing argument 1 for checkforPassword(), called in /home/jameskil/public_html/themes/zpfocus/sidebar.php on line 2 and defined in /home/jameskil/public_html/zp-core/template-functions.php on line 4338
Which i believe is being generated by
`
{
I have tried removing(!checkForPassword())` but am just getting parse error's could someone post an example please
I believe that the post JUST ABOVE yours says:
[quote]I believe those calls to checkforPassword() are no longer needed on theme pages. You should simply be able to remove those.
[/quote]
Did you happen to try that? Really, I think that a little bit of research is not too much to expect.
Great! This works in Safari too.....My prayers have been answered! Thanks guys!
Great! That's a nice one.
i love the theme, it works fine with my safari 4!
I like the design it looks very fresh :)