ZenphotoCMS Forum
New Theme for 1.2.7 - zpFocus - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: New Theme for 1.2.7 - zpFocus (/thread-6222.html)

Pages: 1 2 3 4 5


New Theme for 1.2.7 - zpFocus - gjr - 2010-03-25

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.




New Theme for 1.2.7 - zpFocus - atomicmak - 2010-03-25

GJR i did give a try to apply fresh zpfocus and it gave me same issue. also tried disabling plugins as well before i raised question but it was same :(
will try fresh 2nd install on my xampp laptop and apply zpfocus without enabling plugins..

and report here




New Theme for 1.2.7 - zpFocus - atomicmak - 2010-03-25

no luck did tried fresh setup but still the same issue.




New Theme for 1.2.7 - zpFocus - gjr - 2010-03-25

OK I appreciate your effort, but why does it not appear in my demo? Does it not appear in the default themes?




New Theme for 1.2.7 - zpFocus - atomicmak - 2010-03-25

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.




New Theme for 1.2.7 - zpFocus - atomicmak - 2010-04-12

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 ?




New Theme for 1.2.7 - zpFocus - Blue Dragonfly - 2010-04-12

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";




New Theme for 1.2.7 - zpFocus - Blue Dragonfly - 2010-04-13

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";




New Theme for 1.2.7 - zpFocus - atomicmak - 2010-05-28

1.3 is released can we have update so that the sub album pagination issue can be resolve ?




New Theme for 1.2.7 - zpFocus - atomicmak - 2010-05-28

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

http://kevincreation.com/




New Theme for 1.2.7 - zpFocus - kagutsuchi - 2010-05-28

I believe those calls to checkforPassword() are no longer needed on theme pages. You should simply be able to remove those.




New Theme for 1.2.7 - zpFocus - atomicmak - 2010-05-28

oh thanks for the info. will check for that.




New Theme for 1.2.7 - zpFocus - kilby - 2010-07-01

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




New Theme for 1.2.7 - zpFocus - kilby - 2010-07-01

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




New Theme for 1.2.7 - zpFocus - sbillard - 2010-07-01

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.




New Theme for 1.2.7 - zpFocus - dtaylor3985 - 2010-07-02

Great! This works in Safari too.....My prayers have been answered! Thanks guys!




New Theme for 1.2.7 - zpFocus - Guest - 2010-07-02

Great! That's a nice one.




New Theme for 1.2.7 - zpFocus - ashyuk - 2010-07-02

Ooooo I'm liking this theme, bit buggy tho




New Theme for 1.2.7 - zpFocus - teachyourselfspanish - 2010-07-02

i love the theme, it works fine with my safari 4!




New Theme for 1.2.7 - zpFocus - tonycarter25 - 2010-07-02

I like the design it looks very fresh :)