SetMonkey13
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] ArgumentCountError thrownJoy.
Thanks for the fix.
Wonderful. Thanks so much for your help.
That doesn’t show the correct gallery title for each image. Just one of the gallery titles no matter what image it is.
<?php $this->start_element('nextgen_gallery.gallery_container', 'container', $displayed_gallery); ?> <div class="ngg-galleryoverview caption-view <?php if (!intval($ajax_pagination)) echo ' ngg-ajax-pagination-none'; ?>" id="ngg-gallery-<?php echo esc_attr($displayed_gallery_id)?>-<?php echo esc_attr($current_page)?>"> <div class="ngg-caption-view-wrapper"> <?php $this->start_element('nextgen_gallery.image_list_container', 'container', $images); ?> <?php for ($i = 0; $i<count($images); $i++) { $image = $images[$i]; $thumb_size = $storage->get_image_dimensions($image, $thumbnail_size_name); $style = isset($image->style) ? $image->style : null; $column_class = 'ngg-' . $number_of_columns . '-columns'; if (isset($image->hidden) && $image->hidden) { $style = 'style="display: none;"'; } else { $style = null; } $this->start_element('nextgen_gallery.image_panel', 'item', $image); ?> <div id="<?php echo esc_attr('ngg-image-' . $i) ?>" class="ngg-gallery-thumbnail-box <?php if ($number_of_columns > 0 && empty($show_all_in_lightbox)) { echo $column_class; } ?>" <?php if ($style) echo $style; ?>> <?php $this->start_element('nextgen_gallery.image', 'item', $image); ?> <div class="ngg-gallery-thumbnail"> <a href="<?php echo esc_attr($storage->get_image_url($image, 'full', TRUE))?>" title="<?php echo esc_attr($image->description)?>" data-src="<?php echo esc_attr($storage->get_image_url($image)); ?>" data-thumbnail="<?php echo esc_attr($storage->get_image_url($image, 'thumb')); ?>" data-image-id="<?php echo esc_attr($image->{$image->id_field}); ?>" data-title="<?php echo esc_attr($image->alttext); ?>" data-description="<?php echo esc_attr(stripslashes($image->description)); ?>" data-image-slug="<?php echo esc_attr($image->image_slug); ?>" <?php echo $effect_code ?>> <img title="<?php echo esc_attr($image->alttext)?>" alt="<?php echo esc_attr($image->alttext)?>" src="<?php echo esc_attr($storage->get_image_url($image, $thumbnail_size_name))?>" width="<?php echo esc_attr($thumb_size['width'])?>" height="<?php echo esc_attr($thumb_size['height'])?>" style="max-width:100%;"/> <?php echo $image->alttext ?></a><span> <br> <?php foreach ($displayed_gallery->get_galleries() as $gallery): ?> <?php $gallery_title = esc_html($gallery->title) ?> <?php endforeach ?> <?php echo $gallery_title?> <?php if (!isset($image->hidden) || !$image->hidden) { ?> <span style="max-width: <?php print esc_attr($thumb_size['width']); ?>px"> <?php print $image->description; ?> </span> <?php } ?> </div> <?php $this->end_element(); ?> </div> <?php $this->end_element(); ?> <?php } ?> <?php $this->end_element(); ?> </div> <?php if (!empty($slideshow_link)) { ?> <div class="slideshowlink"> <a href='<?php echo esc_attr($slideshow_link) ?>'><?php echo esc_html($slideshow_link_text) ?></a> </div> <?php } ?> <?php if ($pagination) { ?> <?php echo $pagination ?> <?php } ?> </div> <?php $this->end_element(); ?>
That new version seems to be working well. Thanks.
- This reply was modified 5 years, 7 months ago by SetMonkey13. Reason: maked as resolved
I did go back to the old version on the site after noticing it was loading blank squares. I can put the test version back on the site if that will help solve the problem.
Thanks for all the support.It fixed the size issue, but now only the thumbnails that are in view actually load. When I scroll down, the boxes are just empty.
Forum: Themes and Templates
In reply to: [Customizr] Site Title / Logo in headerI am actually looking for the logo to the to the left of the title on the same line and the menu under both the logo and title.
Logo Title --- --- Menus --- --- ---
- This reply was modified 8 years, 6 months ago by SetMonkey13.
Forum: Themes and Templates
In reply to: [Customizr] Site Title / Logo in headerHi, was this issued fixed with the recent updates or should I hold off on updating NextGen, Thanks.
Forum: Plugins
In reply to: [NextGEN Custom Fields] Multisite::your_website_address::/wp-admin/admin.php?page=nextgen-gallery-custom-fields/ngg-custom-fields.php&mode=upgrade
If I roll back to Ver 2.0.66 then its fine. Its a problem when I upgrade to 2.0.66.16. Looks like I will roll back for the time being.
That’s how its set. But every image opens the JPG instead of the imagebrowser. I didn’t change. I didn’t have any problems till the last update.
Its set to No Lightbox.
I am trying to have it so that if I click on a thumbnail in a thumbnail gallery, the thumb opens/reloads the gallery using imagebrowser rather than a lightbox.
For the gallery I have Use imagebrowser effect check as yes. It opens the JPG instead of the imagebrowser.https://nutheatrestock.org/desks/
When clicking on a thumbnail it opens the JPG instead of going to https://nutheatrestock.org/desks/nggallery/image/(image name)Sure. Sorry for the confusion.
What I am wondering is possible:
I create 2 pages each with its own gallery. (by clicking the “green button”)
Gallery 1 on page 1 is viewed as Basic Thumbnails and the gallery-caption.php template. Under the customizing section “Use imagebrowser effect” is clicked yes. The template that the imagebrowser uses is imagebrowser-caption.php (currently set up through the NGG general settings page).
Gallery 2 on page 2 is viewed as Basic Thumbnails and the gallery-caption.php template. Under the customizing section “Use imagebrowser effect” is clicked yes. I would like this page to use the imagebrowser-exif.php template. Is that possible?Does that make more sense?