mr.jonathanpotter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Catchable Fatal Error upgrade.php 4.2.1 DB updateI am currently manually backing up everything on my site (which is still running at least) and will be manually upgrading it as soon as backups are finished. Will advise if manual upgrade works.
Also, my statement regarding comments was incorrect – looking at my DB tables I see many comments, but none that have a date > 4-26-15 which is what the 4.2.1 upgrade query is looking for.
I did not find an actual solution. For some reason the media library now loads intermittently, but still somewhat slow. Shortly after this problem occurred I began having an IP issue with my ISP, so I wonder if that may have been part of the problem. For now, it has resolved itself to a certain extent.
In the interim I manually added images and galleries through code and it worked ok, but a bit slower.
Forum: Plugins
In reply to: [Responsive Gallery Grid] RGG with UI TabsI know this is super lame, but I’m a real novice with jQuery and I’ve been trying to bind the resize event to the activate function on the tabs for about an hour now and can’t seem to figure it out. Any other hints you might provide? I assume the grid arranges itself based on the resize function – which makes sense, but I really can’t figure out how to bind that to an activate event on changing tabs.
<script> $(function() { $( "#tabs" ).tabs( { activate: function( resize, newTab ) {} } ); }); </script>
That is as far as I got, and I am pretty close to 100% sure I’m way off base. Any assistance would be much appreciated – and I echo everyone else, this plugin is fantastic!
Forum: Plugins
In reply to: [Flickr Photostream] Intermittantly Works – too many api calls?After looking into this more it appears it might be something fishy with Flickr’s search functionality. I can’t get my recent images (within the last 2 months) to appear consistently when tags are searched. Some of the images come up, some don’t. I suspect this is a Flickr problem, and nothing to do with the fabulous plugin!