photocrati
Forum Replies Created
-
@thanzex – If I am understanding your ideas here, you want to have a page of images that when clicked open up the gallery you want associated with each individual image that you have chosen to be the “main” (or preview) image of the gallery.
If this is the case, it may be something for you to consider a different approach. Set each gallery’s preview image to be the “main” image you currently have tagged, the tag itself is not overly relevant for this. Then use the following shortcode for each gallery:
[ngg_images gallery_ids=1 display_type=photocrati-nextgen_basic_thumbnails disable_pagination=1 images_per_page=1 show_all_in_lightbox=1 use_imagebrowser_effect=0]Just change the
gallery_idsparameter as needed.From here you may need some additional custom CSS to create the look you want, the following might help you get started:
/* When using shortcode to display single images linked to full galleries and you want a grid, try this custom CSS */ .ngg-galleryoverview { overflow: initial !important; clear: right !important; }Otherwise, the hierarchy of the display you are describing based on using tags as the focus does not exist.
Thanks!
– Cais.
@dedansph – Please contact our Photocrati theme support team via support@photocrati.com for further assistance with this issue.
Thanks!
– Cais.
@gamerwithadegree – If you just want the image to open in a separate page at its full size, first set the Use Imagebrowser option to No; then, under Gallery > Other Options > Lightbox Effects … select “none” from the dropdown selector and save the settings.
You may need to clear the image cache under Gallery > Other Options > Miscellaneous to see the changes immediately; I believe you will see what you are looking for under these conditions.
Thanks!
– Cais.
@gcwp – Yes, that is what can be expected with the Basic Slideshow display type.
– Cais.
@websiteneo – Please send us a Bug Report (https://imagely.com/report-bug/ … please reference this topic) so we can get a better look under the page at your site.
Please include as many details as you can about your site and the issue at hand so we can move on this as fast as possible.
Thanks!
– Cais.
@seanmanion – Thanks for the great report of the issue you are seeing!!!
From your “Tried So Far” list, please remove the filter as referenced in item 4 as it does not appear to have corrected the issue as described but may cause unexpected issues elsewhere as it does affect our third-party compatibility code.
Given you have noted that moving to the “parent-theme” Twenty Twelve appears to resolve the issue points this to being something specific to the “child-theme”. It would be very rare for any template file to be creating the issue, especially if you have addressed any concerns related to your item 3 in the “Tried So Far” list. That being the case, I would look to any additional scripts that the child-theme is calling/adding especially given there is a reference to one not being found within the browser console as this could be creating a cascading affect stopping the necessary NextGEN Gallery JavaScript from being parsed that would complete the necessary actions to display the slideshow.
Thanks!
– Cais.
@tony-morton – I would recommend pushing for the author of “ImageMapper” to review and update their code as needed. Given its age there may be things in a potentially planned refactor that would resolve these issues.
Thanks!
– Cais.
@tbogardus – There are several references in the browser console to a script that is strongly _not_ recommended to use, I would suggest looking into that aspect of your site as there could be a security concern to be addressed. It is also directly involved in the broken thumbnails of the displays.
Thanks!
– Cais.
@neilbert – Thanks for the update!
– Cais.
@andyt8 – Thanks, please let us know what you find.
– Cais.
@destripet – Although this is the Reset Option under Gallery > Other Options there is nothing that would automatically trigger it within NextGEN Gallery itself.
Are you noticing any patterns in when you see the options get reset?
Thanks!
– Cais.
@gcwp – The Basic Slideshow does not have a caption feature set to work with in its display. If you need captions for the Slideshow I would suggest looking at our Pro Displays offered in NextGEN Plus or NextGEN Pro where you have the option to display a caption with the image.
Thanks!
– Cais.
@websiteneo – We have a Bug Report with the same error report, have you submitted this as a Bug Report as well?
– Cais.
@lulu29 – As a paid theme I would recommend bringing this to the author’s attention to see if they have any insights into the issue the theme is creating.
Thanks!
– Cais.
@anthonyod – Not being familiar with the “Full Background Manager” plugin I cannot say what might be creating a conflict to stop NextGEN Gallery from working correctly. It may be an issue with the JavaScripts conflicting in load order.
You can try adding this code snippet to see if it helps:
/** Javascript Conflicts? */ add_filter( 'run_ngg_resource_manager', '__return_false' );Although if it does not make a difference please remove it as it does affect our third-party compatibility methods.
Thanks!
– Cais.