Guillermo
Forum Replies Created
-
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Fixed Black Box Overlay and PHP ErrorHi kantube,
I’m the original author of the plugin.
If you wish, I can give you access to the SVN repository, if you’re familiar with the system you can upload the changes to it.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Does this work with NGG Slideshow Shortcode?Yes, this plugin is only intended for NextGEN Gallery.
You can check the original Photoswipe software, and try to accomplish what you want.
It seems your page uses some additional javascript besides standard shutter effect to do lazy loading and something more.
That may be interfering with the javascript of Photoswipe for NextGEN Gallery which tries to disable the effect to replace it with Photoswipe.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable image description?Yes, the easiest way is to use CSS to set display: none to the div enclosing the image description.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] photo grayed out on mobileYou are using a non-standard version of fancybox.
Edit the file ngg-photoswipe-disable-fancybox.js, and replace line 3 for this content:
jQuery('a.myfancybox').unbind('click.fb').addClass('nolightbox').removeClass('myfancybox');
Tick the checkbox to disable Fancybox in the plugin options.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Conflict with mobile settingsAre you using WPTouch?
Keep in mind, Photoswipe for NextGEN Gallery is incompatible with WPTouch.
If it’s not the case. Which mobile plugin are you using?
Check out the new version, it should be fixed.
Don’t worry about donating such a high amount. Make the donation to a good NGO like the International Red Cross, or MSF.org
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Photoswipe and YoutubeAlmost impossible, as it should be a functionality of the Photoswipe code itself, and not the plugin.
The colorbox plugin is not currently supported, but you could give it a try adding the bold lines to the ngg-photoswipe.js file:
jQuery(document).ready(function(){
//Remove thickbox effect:
jQuery(‘a.thickbox’).removeClass (“thickbox”);
//Remove lightbox effect:
jQuery(‘a[rel^=”lightbox”]’).attr(“rel”,””);
//Remove colorbox:
jQuery(‘a.cboxElement’).removeClass (“cboxElement”);
//Remove highslide effect:
jQuery(‘a.highslide’).removeClass(“highslide”).attr(“onclick”,””);
//Remove shutter effect:
jQuery(‘a[class^=shutterset]’).removeClass (function (index, css) { return (css.match (/\bshutterset\S+/g) || []).join(‘ ‘);
});
});Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable Fancybox (checkbox)Yes, the options should be kept.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Orientation change leads to issues on IPadI couldn’t replicate the issue on an iPad 3 with iOS 6, either.
Anyway, this kind of problems may be related to the Photoswipe code itself. If that’s the case, it’s probably impossible for me to solve it.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Plugin Code Error, Fix RequestCheck out the new version (1.2) this issue should be fixed.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Conflict with mobile settingsCan you post a more specific URL?
Thanks
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] photoswipe and wptouch are incompatibleSorry, WPTouch and Photoswipe for NextGEN Gallery are definitely incompatible.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] please update thisUpdated in version 1.2, available now