NextGEN Galleryview Responsive design not working with thumbnails also.
How can i fix this issues ?
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>After installing W3 Total Cache, NextGen GallerView stopped working. Not only did GalleryView stop working but it also messed up all the javascript on whatever page GallerView was on.
An example can be seen here: https://www.evo-lite.com/portfolio/metro-state-college/
When I am logged into WordPress then everything works fine.
Any suggestions?
Thanks!
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I would like gallery view aligned left with title and description on the right. Can anyone tell me how to do this? I have not been able to figure it out.
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>The pluggin doesn’t work at all. Writting the short code doesn’t make any difference with the usual nggallery.
(I use WP 3.5 and page lines.)
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I installed the plugin, and noticed it is causing my shop (shopp plugin) to not be secure, even though I’m not using it in my shop.
The problem is with the javascript & css. Is there a way to move the scripts so that this won’t happen?
Here are the errors:
Unsecured CSS/Scripts/Style Sheets:
<script src=”https://www.tracibunkers.com/blog/wp-content/plugins/wordpress-nextgen-galleryview/GalleryView/scripts/jquery.timers-1.1.2.js” >
<script src=”https://www.tracibunkers.com/blog/wp-content/plugins/wordpress-nextgen-galleryview/GalleryView/scripts/jquery.easing.1.3.js” >
<script src=”https://www.tracibunkers.com/blog/wp-content/plugins/wordpress-nextgen-galleryview/GalleryView/scripts/jquery.galleryview-2.0.js” >
<link href=”https://www.tracibunkers.com/blog/wp-content/plugins/wordpress-nextgen-galleryview/GalleryView/css/galleryview.css” >
I’m using wordpress 3.4.2 & wordpress nextgen galleryview 0.5.2
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I am trying to use the NextGen Gallery View plugin with Jetpack Infinite Scroll
https://jetpack.me/support/infinite-scroll/
I can’t seem to get it to work
The page says:
JavaScript Events
Inevitably, there are situations in a theme that require some JavaScript interaction after posts are added. One such example is in a theme that uses jQuery Masonry and needs to trigger that library to position the additional posts. Recognizing this need, we trigger an event after posts are appended. To make use of this event, simply catch the post-load event when it fires on document.body.
I am just not sure how to use this for GalleryView
I tried:
<script type=”text/javascript”>
// Trigger GalleryView for each Infinite Scroll post load
if ( ‘function’ === typeof( jQuery ) ) {
jQuery( document.body ).on( ‘post-load’, function() {
if ( ‘function’ === typeof( galleryView ) )
galleryView();
} );
}
</script>
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I can’t get NextGen GalleryView to dislay correctly using the Twenty Twelve theme. It works in TwentyTen and (almost) in TwentyEleven. The preview looks fine but on the live site the filmstrip along the bottom is distorted. Has anyone got any suggestions?
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Hi, I’d like to use GalleryView to display the galleries in an album. The natural shortcode would be
[album id=9 template=compact gallery=galleryview]
But this does not work, it will use the default template (note with template carousel it works). Any suggestion how I can make this work would be welcome.
Pascal
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Hi,
How do I change the thumbnail animations? At the moment it seems to go through all the images and then snap back to the current thumbnail. It seems to be glitchy on some of the images. I’d rather it didn’t have the animation and just highlighted the current image. You can view the gallery here
Help is appreciated!
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>How do I remove the Galleryview plugin? I have been using Nextgen gallery and thought I’d try Galleryview to see how it works. When I installed the plugin it changed the formatting of my existing galleries. For instance, I had removed the border around the thumbnails and now they are back which also spaces the thumbnails differently. I hadn’t changed the shortcodes of any of my galleries, they just changed. I would like to just remove the Galleryview portion and just go back to my regular Nextgen galleries, but can’t figure out how to uninstall it. Thanks, Brian
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>The shortcode does not obey the default configuration nor the settings in the shortcode. It shows captions although told not to, it tries to show the filmstrip despite being told not to.
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Here’s what I have set up using NextGEN GalleryView
https://www.theeplblog.com/beauty-1/
Anybody know why the big arrow shows up at the bottom underneath each image – I assume it must be something in the style.css of the theme I’m using – which is Twenty Ten.
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Hi,
How can we find the picture to display in a with the galleryview shortcode with the pictures tags ?
Rgds,
JC
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Hello!
Some people asked for this, so here is a simple solution:
Open “jquery.galleryview-2.0.js” from the folder “scripts”. Search for line 873:
} else {
p = $('<div>');
p.addClass('panel');
im = $('<img />');
im.attr('src',j_frames.eq(i).find('img').eq(0).attr('src')).appendTo(p);
p.prependTo(j_gallery);
j_frames.eq(i).find('.panel-overlay').remove().appendTo(p);
}
add a line after line 877 to:
} else {
p = $('<div>');
p.addClass('panel');
im = $('<img />');
im.attr('src',j_frames.eq(i).find('img').eq(0).attr('src')).appendTo(p);
im.wrap("<a href='" + im.attr("src") + "' class='fancybox'/>");
p.prependTo(j_gallery);
j_frames.eq(i).find('.panel-overlay').remove().appendTo(p);
}
as you can see, here you can add a link to the image itself for a bigger sized view and a class, for expample “fancybox” to add a popup script.
Cheers, Kiwimania
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Is this slideshow plugin ready for responsive mobile width screen ?
I used it with WPTOUCH plugin but it doesnt appear on iphone.
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Anyone have thoughts or info as to how to do this on a photo in Galleryview?
Thanks
Bunday
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Hi there,
Great plugin, wondering if there is way to show dots for navigating between images, instead of thumbnails?
I see on that the jQuery version allows this:
https://www.spaceforaname.com/galleryview/demo-panning.html
Is there an easy way to implement this in the plugin version/shortcode?
Cheers!
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Hi,
Has anybody been able to work out a way to add a class to the selected thumbnail using the galleryview template. I know the normal template adds a class to the selected thumbnail using the built-in WP functionality where it checks the hrefs but with galleryview loading each image dynamically it doesn’t work.
I thought the default border and arrow around the active thumbnail would have been applied using an active class but it’s using some repositioning hack instead.
I’ve messed around with jQuery and I get as far as being able to add an active class to the first thumbnail of the filmstrip but can’t get .click() to work on the nav arrows to re-assign the class to the following or previous list item when clicked. It seems like pretty obvious functionality to add to this so I was wondering if anybody else has implemented this before I waste more time trying to figure it out.
Thanks for any help
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>When I type something like Mothers'
into the title field for an image, it is displayed as Mothers\'
in the caption that is overlaid on the image.
If I use the HTML code &apos
it works fine, but the text in the title box is changed to use '
so if I save changes again, the problem re-occurs.
I guess the problem is too much or too little escaping somewhere (or I should be typing something else). Anyone know where I should look in the code to fix this?
Many thanks
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Hi All,
After wrestling with this plugin for a few months I have jumped ship to Easy Nivo Slider.
Galleryview is great on a basic level. But it appear to be no longer supported by it’s author and therefore it’s impossible to resolve bugs with wordpress updates etc unless you can edit the plug in yourself.
Each to their own, of course, but I hope to save some of you a lot of time searching for answers that may not exist!
??
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>On the filmstrip scaling option, I have the “crop to fill” option selected. It seems to work just fine for all the portrait images.
However, it will distort a landscape image thumbnail, leaving some awkward transparent space.
An example of the filmstrip can be seen here:
https://www.bekahfranklin.com/
Any solutions or suggestions?
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I want to try to make this awesome plugin responsive. Often this can be done just by using an image percentage instead of fixed pixels. Anyone know where or what I should edit?
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I know this has been posted before, but has anyone figured this out yet?
Right now, the code simply takes the image from the gallery and resizes it to use as the filmstrip thumbnail.
What I would like it to do is pull the actual thumbnail image from the gallery folder as I have customized some of the thumbnails so that they aren’t exactly just smaller versions of the original images.
Can anyone help me figure out how to adapt the code so that the filmstrip thumbnails are the ones in the actual gallery thumbnail folder?
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Hey!
I’m setting up a gallery using the NextGen GalleryView plugin.
I was wondering if there was a way to scroll the filmstrip so the selected image was always in the center? The default function always has it on the left hand side.
See the site here
I know a little jquery but this one is confusing me. Thanks!
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Im having an issue where the showfilmstrip=false shortcode will not hide the filmstrip. I had the same issue with the caption but deleting the shortcode that the generator makes works, but if i delete the showfilmstrip shortcode does nothing. Is there a way to hide it without messing with other gallery’s that i wish to use it?
Thanks
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>Gallery view looks fine in the preview, but on the live site it just shows the images. I deactivated Nivo slider to see if it was a Jquery conflict thing, but that didn’t help.
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I’m want to run multiple galleryview instances. Seems when I create a second one they glitch out.
If I have more than one in the same post, they both only show one thumbnail, regardless of how many images are in the gallery.
If I have one in each post but listing down a category page (ie multiple posts per page) they behave as above but also when i refresh the first gallery loses all formatting and shows the images at full size one after the other down the page.
Can anyone offer any insight? Is there anywhere in particular I should be checking for issues?
Cheers
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I think this plugin looks great – but I have problems with styling.
I would love to be able to resize the image panel to fit the browser window, so I could show it huge on some screens and it also look good on smaller screens, instead of overhanging. All settings seem pixel based and no options for a percentage or em – get an error when I try them.
I would also like to be able to centre the gallery I have tried siting it in divs and messing with the plugin code in the nggGalleryViewSharedFunctions.php nggGalleryView.php galleryview.css but it doesn’t move anywhere. I see a lot of people have had that problem and there is no answer readily available.
I wonder can anyone help, because I really like this plugin, but it needs a bit of work to make it perfect.
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>hello,
subject is in the topic’s title.
i would like to have enough space between images and thumbnails
exemple here :
https://nextgen-gallery.com/templates/galleryview/
the plugin works fine but both are sticked together :
https://www.davidferriere.com/blog/2011/06/le-plongeoir-de-la-piscine-de-saint-malo/
any help would be appreciated since the plugin’s author doesn’t seem to be “online” (https://jbmodernwoodworks.com/)
thanks
david
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>I am not sure if this is just a compatibility issue but it’s starting to get frustrating that EVERY NextGen plugin for any type of slide show or viewer is not working.
as you can see in this link – https://rjpassettiphotography.com/newborn-gallery/
the images are just showing up full and not like they should be.
i am using the code [galleryview id=3] like i am prompted to and it’s still not working like it is supposed to.
any help here.
https://www.ads-software.com/extend/plugins/wordpress-nextgen-galleryview/
]]>