_gk0
Forum Replies Created
-
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] Google AnalyticsHi @shapepress!
Ich habe die von dir beschriebenen Einstellungen vorgenommen, doch leider wird bei mir nach Zustimmung der Zustimmung von Cookies nur sp_dsgvo_cn_accepted geladen. Google Analytics wird leider nachträglich nicht geladen / die Benutzer sind in Analytics nicht sichtbar.
Irgend eine Idee?
Viele Grüße und Dank im Voraus!
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Stop using WP BitlyThanks!
Hi Ivian!
Does your ngg-photoswipe.js look like this? Look especialy on the bottom “//Remove fancybox effect:”
//Ready for photoSwipe! jQuery(function(){ if (jQuery(".ngg-gallery-thumbnail a").length > 0) { jQuery(".ngg-gallery-thumbnail a").photoSwipe({ captionAndToolbarAutoHideDelay: 0, getImageCaption: function(el){ psTitle = jQuery(el).find("img").first().attr("alt"); psDescription = jQuery(el).attr("title"); psCaptionString = "<strong>" + psTitle + "</strong>"; if (psDescription.length > 1) { psCaptionString = psCaptionString + '<div class="ps-long-description"><small>' + psDescription + '</small></div>'; } psImgCaption = jQuery(psCaptionString); return psImgCaption; } }); } }); jQuery(document).ready(function(){ //Remove thickbox effect: jQuery('a.thickbox').removeClass ("thickbox"); //Remove lightbox effect: jQuery('a[rel^="lightbox"]').attr("rel",""); //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(' '); }); //Remove fancybox effect: jQuery('a.ngg-fancybox').unbind('click.fb').addClass('nolightbox').removeClass('ngg-fancybox'); });Hope you find the solution in this code. Good Luck!
PS: The images on your website are extremly too large. Ideal web-optimized image size is 960px in width and use JPEGmini http://www.jpegmini.com/
Forum: Plugins
In reply to: [NextGEN Public Uploader] Select Multiple ImagesHi there!
Is there a possibility to add a drag and drop zone in the front end for the uploads?
The code above works, but I still have to click a lot. I need to upload a lot of images at once.Thanks.
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Black Box on Mobile Device Androidhi jamminjames!
could you solve this problem?
Hi there!
There is a little “error” in the
/plugins/photoswipe-for-nextgen-gallery/js/ngg-photoswipe-disable-fancybox.jsI just added “ngg-” and everything works fine 🙂
//Remove fancybox effect: jQuery('a.ngg-fancybox').unbind('click.fb').addClass('nolightbox').removeClass('ngg-fancybox'); });Hope this works for you too.
Yes like a lightbox.
I can´t finde an option for multiple sources.
I got the free Version – is this a Pro Option?Forum: Plugins
In reply to: [mobble] Multisitesomething else – i love mobble. very nice work!
Forum: Plugins
In reply to: [mobble] Multisitehi.
thanks!
can u tell you me how?Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Can't add media files after updatingSame here – html / wysiwyg & add media doesn’t work after mailpoet newsletter update.