Scott White
Forum Replies Created
-
I actually gave up waiting for the developers to admit there was a problem with the code (even though it’s obviously appearing on more than just my site or server), and wasn’t about to pay them money just to get support to fix their own code… I instead went ahead and installed an alternate plugin called “NextCellent Gallery”… it’s based on the code from a working 1.9.13 version, but will release it’s own internal updates. Works with existing Nextgen plugins as well, so bonus.
And best of all, free support.Nextgen Gallery went downhill fast once it sold out.
I am experiencing the same problem… out of 8 galleries in an album, 5 display properly in the page, 3 are broken thumbnails
https://www.quiringtowing.com/nextgen-image/204/91x68/crop/9d2cee7a52e77e479b2c8488cdb9a007
https://www.quiringtowing.com/nextgen-image/237/91x68/crop/f8a8916d3a9ef1adba4d38caa18e5a01
https://www.quiringtowing.com/nextgen-image/360/91x68/crop/d6ba5079c504e8da6c9ea28329696ee5
I have tried recreating the gallery, regenerating the thumbnails, changing the default thumbnail for the gallery… all come up with the same result. I’ve also checked permalinks, disabled other plugins, and confirmed the folder permissions. I can’t even find why Nextgen would be trying to move these 3 thumbnails to a different folder…
A preview of the problem page can be seen at https://www.quiringtowing.com/gallery/Ours was missing as well… I would see a button to enable the “Social Reader” when the box was expanded though… I am noticing that there is a lack of a “disable Social Reader” now though.
Perhaps it is something that Facebook is tweaking, given the number of times they were denying application submissions due to the missing “remove from my timeline” option… hope to see it come back soon.Forum: Hacks
In reply to: Problem with simplecdn.maxcdn.com@visualtricks: https://docs.jquery.com/Downloading_jQuery#Download_jQuery lists off all versions, and links to the google code download page
@idk.man: my method probably won’t work for most. I used grep to locate all the calls.
Forum: Hacks
In reply to: Problem with simplecdn.maxcdn.comYou need to find all the references to https://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js in your site… some plugins and themes are calling it in the header (location varies of course).
Download a copy from https://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.5.min.js to your site (I placed mine in wp-includes for easy locating, and changed it’s name to jquery.tools.min.js) and change the reference to point to that location instead of to https://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.jsThis cdn going down is likely causing chaos all over the net… but at least it fixes it locally for the time being.
Perfect! Day now starts at midnight, and works to 11:59 PM.
Thanks for sorting that out. It was driving me bonkersdate_i18n( ‘g a’ ): 4 pm
without esc_html: 4 pm
date_i18n with gmt set: 12 am
F j, Y g:i a : January 9, 2012 4:00 pmJan 10 2012 00:00:35 is the new output (sorry, didn’t see you post that, only saw the php version request)
PHP 5.3.8 (cli) (built: Dec 30 2011 10:35:28)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with the ionCube PHP Loader v4.0.9, Copyright (c) 2002-2011, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH4 pm
The output of test.php is:
4:00 pmPastbin link is: https://pastebin.com/SKPk8t3F
All that I have changed is the css file (colours)
Timezone is currently set to “Vancouver”, which is PST.
The server time is currently set to “America/Vancouver”. Same timezone.
That’s why I’m not sure why it would have such a discrepancy… the wordpress time actually matches the server exactly (both located in the same timezone). I’m at a loss.