thehen2
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Simple Image Sizes] Array crop bugThanks!
Forum: Plugins
In reply to: [Simple Image Sizes] Array crop bugAny update on this? Same issue here.
Forum: Plugins
In reply to: [Search Unleashed] Plugin is displaying drafts & scheduled postsI fixed this by adding the following line of code to spiders.php after line 82:
$this->post_sql .= " AND {$wpdb->posts}.post_status!='trash' AND {$wpdb->posts}.post_status!='pending' AND {$wpdb->posts}.post_status!='draft' AND {$wpdb->posts}.post_status!='auto-draft' AND {$wpdb->posts}.post_status!='future' AND {$wpdb->posts}.post_status!='private' AND {$wpdb->posts}.post_status!='inherit'";Forum: Plugins
In reply to: [MapQuest Map Builder for WordPress] Mapquest Plugin blocks all popupsI’m having the same problem. It seems to be a javascript conflict. Having to disable mapquest for the time being.
Life saver
Viewing 6 replies - 1 through 6 (of 6 total)