orionrush
Forum Replies Created
-
Forum: Plugins
In reply to: [IP Based Login] IPv6 SupportForum: Plugins
In reply to: [IP Based Login] IPv6 SupportJust to upvote this question, just discovered this plugin, and if I were to use it IPv6 would be a major benefit.
Forum: Plugins
In reply to: [Attachments] Not working with the last updateDid you figure this out? I’ve not had any issues.
Forum: Plugins
In reply to: [Post Thumbnail Editor] wp_get_attachment_image_srcset not workingIn my case, I see the result of the crops of my custom thumbnails sizes while in the Post Thumbnail Editor, however when I generate and serve the results of wp_get_attachment_image_srcset, it points the older versions of the images before the custom cropping.
So clearly the Post Thumbnail Editor is making the new thumbnails, and they exist on the server, but so do the old ones, as they are never deleted or replaced with the new crop.
This would account for the ballooning image count I’m seeing.
I have the RICG Responsive Images plugin installed if that matters, I don’t recall if this has been folded into core completely.
Forum: Plugins
In reply to: [Post Thumbnail Editor] wp_get_attachment_image_srcset not workingi’ve just noticed the same issue – did you ever find a fix?
Forum: Plugins
In reply to: [APCu Object Cache Backend] My site is down due to this pluginGodaddy perhaps didn’t test this well enough before upgrading, and the WP dev team seems to have let slip a big server configuration issue related to APC. See notes on the first bugfix on https://codex.www.ads-software.com/Version_4.7.1
Forum: Plugins
In reply to: [APCu Object Cache Backend] Site DisabledHow many people on godaddy managed wp?
Forum: Plugins
In reply to: [APCu Object Cache Backend] My site is down due to this pluginHow many people on Godaddy managed WP?
Forum: Plugins
In reply to: [APCu Object Cache Backend] My site is down due to this pluginIm finding that we get the same problem, with ANY plugin enabled – even hello dolly….
Forum: Plugins
In reply to: [Simple Image Sizes] Bug with 3.0.4 when remove size ButtonForum: Plugins
In reply to: [Simple Image Sizes] PHP warning: Illegal offsetObligatory me too! post.
Is preventing any action like deleting and or inserting new thumbnail size.
Forum: Plugins
In reply to: [Photospace Gallery] Strict Standards and WarningsOut of curiosity I also tried the responsive version of this plugin, and sadly the same issue. More importantly, the warning is fatal, causing the white screen of death.
Forum: Plugins
In reply to: [Duplicate Title Checker] Suggestionsfor an added layer of security we should be using $wpdb->prepare
The following is an example:
$sim_query = "SELECT ID FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'venue' AND post_title LIKE '%%%s%%' AND ID != '%d'"; $sim_results = $wpdb->get_results( $wpdb->prepare( $sim_query, $title, $post_id ) );
I too would like more permissive results but given the above, Im not seeing any variation with longer strings (ie. most every title).
Forum: Plugins
In reply to: [Active Directory Integration] Unable to Authenticatedid either of you ever get this sorted?
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Upgrade to GF v1.7?I think i was in a time warp, and didn’t notice the date on the GF post when I wrote that — GF is now up to Version 1.7.6. That said, CC Add-on does NOT like wordpress debugging, and I’ve not be able to add forms to feeds (pinwheel of death).