alfie
Forum Replies Created
-
Forum: Plugins
In reply to: [P2 Resolved Posts] Filter user view only unresolved or resolvedI’d love to do this too, is it possible?
Forum: Plugins
In reply to: [Post List Featured Image] Class PostListFeaturedImage not found!I think there might be something going on here. On a Multisite when I go to set a default post thumbnail the interface gets messed up, it displays the old WP interface for featured images instead of the new one, and the lightbox goes blank after uploading and trying to set the featured image.
Would love some help on it.
Any further help on this? I’m stuck on the old version as it stands but would love to upgrade.
I understand that you don’t offer support. The template has always worked fine and what you are seeing is the good result achieved with NextGen 1.9.13. However when I upgrade to a later version the template breaks. This is the frustrating thing about it as from the documentation it seems that these templates should remain working.
It is indeed a custom template named gallery-photogallery.php and it is places the active theme’s /nggallery folder. According to your earlier explanation that should work even when I update the plugin to the latest version. However this is not the case. As soon as I upgrade beyond 1.9.13 the page https://bit.ly/1t5E5HR breaks as noted in my original post.
Here is the code that is found within gallery-photogallery.php:
<?php /** Template Page for the gallery overview Follow variables are useable : $gallery : Contain all about the gallery $images : Contain all images, path, title $pagination : Contain the pagination content You can check the content when you insert the tag <?php var_dump($variable) ?> If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?> **/ ?> <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?> <!-- Thumbnails --> <?php foreach ( $images as $image ) : ?> <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> > <div class="column" > <h3 class="heading-center"><span><?php echo $gallery->title; ?></span></h3> <ul><li><a href="<?php echo $image->imageURL ?>" <?php echo $image->thumbcode ?> > <?php if ( !$image->hidden ) { ?> <img src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> <?php } ?> </a></li></ul> </div> </div> <?php if ( $image->hidden ) continue; ?> <?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?> <br style="clear: both" /> <?php } ?> <?php endforeach; ?> <?php endif; ?>
Forum: Plugins
In reply to: [WP-Polls] Vote results show one thing and the logs show anotherGot it thanks.
Thanks, the page worked fine until at least version 1.9.13 which I’ve now reverted to. However I’d like to keep the plugin itself updated, obviously without breaking the site’s look.
Where can I find the ‘photogallery’ template in the old version of nextgen and where should I now place it?
Thanks Cais, what do you mean by re-adding the template?
Forum: Plugins
In reply to: [nrelate Related Content] Customize the thumbnail sizesPlease give us instructions on how to change the thumbnail size when having the JS version enabled.
Thanks for your replies,
My main issue is that there are 3 rows on my site, but the last row only contains one face, which makes it look like there’s something wrong.Forum: Reviews
In reply to: [SSL for Logged In Users] Works wellI second that, this improvement would be really nice.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Backup via FTP not workingAlready tried, that’s with passive mode disabled.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Backup via FTP not workingWordPress version 3.8 BackWPup version 3.0.13 Get pro. PHP version 5.3.22 MySQL version 5.1.67-rel14.3-log cURL version 7.24.0 cURL SSL version OpenSSL/0.9.8b Server self connect: Response Test O.K. Server Apache Operating System Linux PHP SAPI cgi-fcgi Current PHP user wprss Safe Mode Off Maximum execution time 60 seconds Alternative WP Cron Off Disabled WP Cron Off CHMOD Dir 0755 Server Time 19:24 Blog Time 19:24 Blog Timezone Blog Time offset 0 hours Blog language en-US MySQL Client encoding utf8 Blog charset UTF-8 PHP Memory limit 256M WP memory limit 64M WP Maximum memory limit 256M Memory in use 45.00 MB Loaded PHP Extensions: Core, PDO, Phar, Reflection, SPL, SQLite, SimpleXML, SourceGuardian, Zend Guard Loader, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dom, ereg, exif, ffmpeg, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, ionCube Loader, json, libxml, mbstring, mcrypt, mysql, mysqli, openssl, pcre, pdo_mysql, pdo_sqlite, posix, pspell, session, soap, sockets, sqlite3, ssh2, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib
Forum: Plugins
In reply to: [Are You a Human - The Fun Spam Blocker] Multisite?I’m having the same problem with Gravity Forms integration with Multisite.