remotay
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] NextGenGallery e Firefox 3.6No idea. It’s something with firefox 3.6. But it’s being caused by shutter reloaded, so maybe there’s a fix for it somewhere
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Cannot change permissions in ‘w3tc’ folderdoes it show the group’s owner in ftp as 000 or 999? If so, it means your user doesn’t own the files. There’s a php file somewhere you can upload and execute to fix the issue. I had the same thing happen to me with a few nextgen galleries.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Optimal DB Cache Settings for PerformanceThanks! Database cache is currently disabled though, Is no db caching better than disk based db cache? Not worried about CPU / Memory. Performance is key.
You should mention that Disk enhanced / Disk is ‘optimal’ in your FAQ. it’s great that you give us the option to pick, but sometimes choice can be confusing =].
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Closing expanded image jumps to top of pageI also have this exact same problem, as does everyone else on Firefox 3.6. The problem is only on firefox 3.6 and happens when we use the shutter reloaded image viewer on nextgen. I would PAY someone for a fix! It’s driving me nuts.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] NextGenGallery e Firefox 3.6I noticed this as well, I’m waiting for a fix =[. It’s a REALLY annoying bug. Only happens on Firefox 3.6.
Forum: Plugins
In reply to: [Plugin W3 Total Cache] can’t minify viper’s video quicktagsJdingman,
I don’t think the problem is minification. Combining the files causes issues with some components in Vipers Video Quicktags, but I was able to combine and minify the swfobjects.js file.
Try doing it without ?ver=2.2 because that works for me. I’m not sure though why it’s not working for you. I couldn’t get any of the other files to combine without issues though.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] MUST HAVE, DOWNLOAD NOW !Top notch plugin indeed. You deserve a lot more praise here than you’re getting. A lot of us webmasters are sometimes lost in our own affairs that we don’t spend the time to thank plugin developers such as yourself for making WordPress as awesome as it is. I’m sure I speak for a lot of webmasters when I say Thanks.
I don’t use Firefox 3.6, but Lots of people do, as it’s the newest version of Firefox. All webmasters that use Nextgen gallery are being adversely affected by this bug.
I confirmed this buy with numerous friends, anyone know a workaround?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] This is mother of all wp cache plug-insSeriously. This plugin is amazing Frederick. I contacted you on W3 Edge about making some sort of donation.
Keep up the excellent work.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CSS Background images from Amazon S3What I did was simply ctrl F my css files and replaced my domain with the CDN url which essentially fixes this problem.
Notepad++ can easily find / replace.
Found out how to do this myself.
Just add the conditional if statements to the nggallery.php
I added if(is_archive() || is_single() ) { under
function load_scripts() {and closed the tag after.
I did this on the styles as well.
Forum: Plugins
In reply to: Nextgen Gallery and Chrome stuck at “loading”Alexrabe,
Someone cought the problem over at
https://www.laptoptips.ca/projects/wp-shutter-reloaded/Here’s a fix for the perpetual loading bug with Google Chrome 4.0.249.78.
1) On line 154 that starts with “D.innerHTML”, remove the src attribute from the img element.
2) Right after the same D.innerHTML statement, type:
document.getElementById(“shTopImg”).src = shutterLinks[ln].link;The issue has to do with Google Chrome and an image’s onload attribute. The problem is fixed by stating the source after declaring the onload attribute. Maybe Google Chrome’s V8 Javascript Engine is too fast for its own good?
Google Chromium 5.0.x does not exhibit this problem… So this fix won’t be needed when updates get pushed out.
If a patch can be issued it would be great. I couldn’t find exactly where to apply this fix myself. If someone else did it and can upload their shutter reloaded js file to share with us, that would be awesome
I have the same problem on https://nextgen-gallery.com/nggallery/page-8/album-1/gallery-1/
Tested on multiple machines. Anyone else want to confirm this bug?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Stuck at “Loading”Same problem. =[ I love chrome too.