Pages (5):    1 2 3 4 5   
Member
Member
gjr   25-03-2010, 01:46
#61

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.

Member
Member
atomicmak   25-03-2010, 03:54
#62

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

Member
Member
atomicmak   25-03-2010, 04:54
#63

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

Member
Member
gjr   25-03-2010, 05:49
#64

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

Member
Member
atomicmak   25-03-2010, 11:09
#65

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.

Member
Member
atomicmak   12-04-2010, 15:31
#66

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 ?

Member
Member
Blue Dragonfly   12-04-2010, 16:08
#67

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

Member
Member
Blue Dragonfly   13-04-2010, 19:08
#68

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

Member
Member
atomicmak   28-05-2010, 08:18
#69

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

Member
Member
atomicmak   28-05-2010, 09:34
#70

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/

Member
Member
kagutsuchi   28-05-2010, 14:28
#71

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

Member
Member
atomicmak   28-05-2010, 18:17
#72

oh thanks for the info. will check for that.

Member
Member
kilby   01-07-2010, 23:06
#73

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

Member
Member
kilby   01-07-2010, 23:06
#74

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

Member
Member
sbillard   01-07-2010, 23:55
#75

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.

Junior Member
Junior Member
dtaylor3985   02-07-2010, 03:26
#76

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

Unregistered
Unregistered
Guest   02-07-2010, 04:11
#77

Great! That's a nice one.

Junior Member
Junior Member
ashyuk   02-07-2010, 04:32
#78

Ooooo I'm liking this theme, bit buggy tho

Junior Member
Junior Member
teachyourselfspanish   02-07-2010, 10:35
#79

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

Junior Member
Junior Member
tonycarter25   02-07-2010, 12:24
#80

I like the design it looks very fresh :)

Pages (5):    1 2 3 4 5   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.