Benjamin
Forum Replies Created
-
It looks like https://christinereynolds.com/ is loading lightbox JS from https://reynolds.i4comm.com/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/nextgen_lightbox_init.js which is a 404. Perhaps you’ve changed the domain or site location? I would recommend checking the URL in NextGEN -> Other Options -> Lightbox -> Advanced Settings
Thanks!
It looks like there’s several
<br>
tags being added inside of the album link, specifically between the anchor and the<img class="Thumb" alt="Bierstube"
— deleting that element in the browser inspector fixes alignment for me.NextGEN’s templates don’t include any there, I would check which template your compact albums are using or for other plugins that may add a series of anchors with the class “fbx-link”.
I think what you’re experiencing was fixed in 2.0.29.
[Edit]D’oh, something else entirely. It will be fixed in the next release, or add this line to /products/photocrati_nextgen/modules/nextgen_data/class.image_wrapper.php after line 423 (just before $this->_cache[‘thumbcode’] = $retval)
$retval .= ' data-image-id="' . $this->__get('id') . '"';
Just upload and activate it; it builds on and adds additional features to the free plugin.
It depends on which images you want to alter; but you can specify some custom CSS on the “Other Options” page, in the Styles accordion. The following should do the trick for basic thumbnails:
.ngg-gallery-thumbnail img { border: none; }
You just need to set the “slug” parameter for your gallery. If you’re using shortcodes you just need to write them as such:
[nggallery id=1 slug='blue']
And in Attach-To-Post it’s the third field in the “What would you like to display?” accordion.If you are using Attach-To-Post you may need to turn the setting on for that specific gallery. In the edit page/post page click on the placeholder image and try applying the “Show slideshow” setting there.
We’re working on removing these, but it may be another point release or two before it’s finished. If you’re doing development I recommend putting in your wp-config.php:
error_reporting(E_ALL & ~E_STRICT);
otherwise you may want to add
error_reporting(0);
to completely disable errors, warnings, information-notices, etc
The nextgen lightbox JS isn’t getting to run because an error is being thrown:
scripts.js:55 Uncaught TypeError: Object [object Object] has no method ‘supersubs’
I’m guessing your theme is using Superfish menus but isn’t enqueueing or using it properly.
The layout was changed going from NextGEN 1.9x to 2x; what you are looking for now is in
/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view
— to be upgrade safe you should copy the files there to a directory named “nggallery” in your theme dir.Try using order_by=’rand()’:
[ngg_images gallery_ids="1" display_type="photocrati-nextgen_basic_thumbnails" order_by="rand()" number_of_columns="3"]
Can you try using Other Options -> Miscellaneous -> Clear image cache? It will remove generated images (like those with watermarks) and force them to be regenerated.
NextGEN currently only supports images, sorry.
You would need to create your own template for your gallery by creating a file in (your theme dir)/nggallery/ and then use a shortcode such as [nggallery id=# template=’my_template.php’].
You can find templates in one of two places, in 1.9.13 it’s in nextgen-gallery/view/, and in 2.0 it’s in nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/