Member
Member
TiedCone   2015-02-11, 08:21
#1
@gjr
First of all I would like to thank you for great theme. I need to know if this theme is compatible with zp 1.4.7. Installatron of my hosting did autoupdate yesterday and theme does not show photos anymore.
Before I start searching for changes to attempt fixing this problem myself maybe you can help me telling what to change in order to fix it.
Administrator
Administrator
acrylian   2015-02-11, 10:12
#2
You need to re-download it from GitHub. The theme made use of an internal print_album_menu plugin function which no does not exists anymore in 1.4.7. The master on its GitHub repo is up to date.
Member
Member
gjr   2015-02-11, 13:56
#3
Thanks Acrylian. Yes you can download the master on github with the fix. I will try to make an "official" release later today...
Member
Member
Ralf   2015-02-11, 14:28
#4
Works without problems :-) Just installed and updated to 1.4.7
Member
Member
TiedCone   2015-02-11, 20:37
#5
Thank you guys for help. All works smooth now.
Member
Member
kankburhan   2015-10-30, 08:51
#6
hii, i custom zpBase when user loggin remove watermark, so watermark show only for user not login.
I try this, but i got no picture are shown.
Can you tell me, whats wrong about my code:
index-grid.php
<div class="image-unit">
<?php
if(zp_loggedin()) {
#show album thum, without watermark
?>
<a>" title="<?php printBareAlbumTitle();?>">
<?php if (getOption('thumb_crop')) {
printCustomSizedImage(getAnnotatedAlbumTitle(),getOption('thumb_size'),getOption('thumb_size'),getOption('thumb_size'),getOption('thumb_size'),getOption('thumb_size'),null,null,'remove-attributes', null, null);
} else {
printAlbumThumbImage(getAnnotatedAlbumTitle(),'remove-attributes');
} ?>
</a>
<h3><?php printBareAlbumTitle();?></h3>
<p class="album-desc"><?php echo truncate_string(strip_tags(getAlbumDesc()),120,'...'); ?></p>
<?php
}else{
?>
<a>" title="<?php printBareAlbumTitle();?>">
<?php if (getOption('thumb_crop')) {
printCustomAlbumThumbImage(getAnnotatedAlbumTitle(),getOption('thumb_size'),getOption('thumb_size'),getOption('thumb_size'),getOption('thumb_size'),getOption('thumb_size'),null,null,'remove-attributes');
} else {
printAlbumThumbImage(getAnnotatedAlbumTitle(),'remove-attributes');
} ?>
</a>
<h3><?php printBareAlbumTitle();?></h3>
<p class="album-desc"><?php echo truncate_string(strip_tags(getAlbumDesc()),120,'...'); ?></p>
<?php
}
?>
</div>
Administrator
Administrator
acrylian   2015-10-30, 09:56
#7
I will close this as this is not theme dependent and doubles your other topic.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.