Barbara Talbot
Forum Replies Created
-
Thank you lagunas for this solution! I was having issue with qTranslate 2.5.38, WordPress 3.8., Advanced Custom Fields v4.3.3. and the WYSIWYG editor. It would keep wiping out my copy in my main content editor when I would switch between English and Espanol. Once I added the code above in qtranslate_javascript.php all was well again!
Forum: Plugins
In reply to: [WP eCommerce] JQuey .live() method DEPRECATEDI second this. With this depreciated method still in play the AJAX loader that spins and says “Updating Cart” does not work. As of today this has still not been fixed but I have found sort of a kacky way to get around it. Implement Jquery Migrate into your site and the .live() method will still work. (https://github.com/jquery/jquery-migrate/#readme) It will throw errors in your console but at least this plugin can still be used until they update their code base.
I am also receiving this same error in IE 8 + 7. (Works, Chrome, FF, IE9.) I’m using the plugin with the inline implementation. My WordPress build is all up to date and Jquery version is 1.8.3. I don’t have any other versions of jQuery running, tried switching up the styles, and tried linking to googleapis.com to run the jQuery from (v1.8.3 and v1.9.0).
The lightbox also throws the same error when clicking on the “Demo/Test” area in the backend settings. (Message: Invalid argument. Line: 6 Char: 5001)
Anyone have any ideas? Thanks!
Thank you for the response UVE! I actually ended up throwing away 1.9 for this build as the deadline was short. But I am starting a new one that will also use NextGEN and I’ll try out your suggestion. I’ll let you know how it goes!