teeray
Forum Replies Created
-
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Twitter Got BiggerHi Leo, thanks for getting back to me so quickly. Here’s a screenshot:
http://screencast.com/t/j5ftZtOxax
I’ve only made some slight css changes to get rid of shadow, background and changed border-radius.
Forum: Plugins
In reply to: [Digg Digg] Digg Digg and email buttonAnything? I’ve tried signing up for sharethis again and nothing – there is no link on the email button within the floating bar at all.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Twitter Got Biggeris it just me, or are the buttons all over the place now?
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Twitter Got BiggerSame here. I’ve got it installed on a development site, but it damn near made me crazy when I noticed it suddenly.
Forum: Plugins
In reply to: [Plugin:Events Manager] Issue with locations/events not showingOk. I did some scouring of the forums/internets and turns out the above issue has nothing to do with Events Manager.
I still had the db issue though and found this
http://wp-events-plugin.com/blog/2012/01/05/events-gone-after-upgrading-read-this/
This fixed it.
Forum: Plugins
In reply to: [Plugin:Events Manager] Issue with locations/events not showingupdate: when I deactivate the plugin, there is an error message in wp-admin/includes/misc.php on line 133.
This is the code:
// If the file doesn't already exist check for write access to the directory and whether we have some rules. // else check for write access to the file. if ((!file_exists($htaccess_file) && is_writable($home_path) && $wp_rewrite->using_mod_rewrite_permalinks()) || is_writable($htaccess_file)) { if ( got_mod_rewrite() ) { $rules = explode( "\n", $wp_rewrite->mod_rewrite_rules() ); return insert_with_markers( $htaccess_file, 'WordPress', $rules ); } } return false; }So I figured it might be a permissions issue, but I set permissions to 755 and the problem still exists.