Greybox
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Media Cleaner] Bulk delete optionPlease what?
Forum: Plugins
In reply to: [Post Like Dislike] Fatal errorThis is not a proper way to resolve the situation. Plugin developers should use unique function names. Otherwise the users will have to manually rename the functions every time the plugin is updated.
Is it possible for you to rename your function to something like
post_like_dislike_options()? This will resolve the problem for good.Thank you.
Forum: Reviews
In reply to: [Random Text] Great pluginI got it! Use something like:
<img class="alignleft size-thumbnail wp-image-2839" alt="YMCA-fun-logo" src="http://www.website.com/wordpress/wp-content/uploads/YMCA-fun-logo-200x69.jpg" width="200" height="69" />Forum: Plugins
In reply to: [WP-Members Membership Plugin] User ActivationThank you! This is something to consider for the new plugin installations and avoiding “Why did you change my password?” questions from the users. 🙂
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Feature request – Logout shortcodeMaybe you could add the list of shortcodes somewhere in WP-Members settings to have them handy (if it’s possible)?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Feature request – Logout shortcodeThank you!
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Firefox Existing Users Log In fields problemI understand. As long the this is my Graphene theme issue and not a pure Firefox issue, this should be alright.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Firefox Existing Users Log In fields problemThank you. Is it theme related or browser related issue? Would you be able to try to reproduce it and possibly alter the default “No Float” style?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Firefox Existing Users Log In fields problemUpdate: changed stylesheet settings – everything works for Firefox except the default “No Float”.
Forum: Plugins
In reply to: [Events Made Easy] Location name and address fonts in Google mapI saw that:
.eme-location-map { width: 600px; height: 400px; } .eme-location-balloon { color: #FF7146; }But how I can change the location name and the address font attribute (font type, size, bold/italic)?
Forum: Plugins
In reply to: [WP Media Cleaner] Empty trash doesn't workI have deleted the log and recreated it from scratch. There is a bunch of new warnings in the new log after pressing the Empty Trash button:
[06-Mar-2014 00:20:50 UTC] PHP Warning: filesize() [<a href='function.filesize'>function.filesize</a>]: stat failed for /services/webpages/n/a/nautilus-intl.com/public/wordpress/wp-content/uploads/award_animation.swf in /services/webpages/n/a/nautilus-intl.com/public/wordpress/wp-content/plugins/wp-media-cleaner/wp-media-cleaner.php on line 276 [06-Mar-2014 00:20:50 UTC] PHP Warning: rename(/services/webpages/n/a/nautilus-intl.com/public/wordpress/wp-content/uploads/award_animation.swf,/services/webpages/n/a/nautilus-intl.com/public/wordpress/wp-content/uploads/wpmc-trash/award_animation.swf) [<a href='function.rename'>function.rename</a>]: No such file or directory in /services/webpages/n/a/nautilus-intl.com/public/wordpress/wp-content/plugins/wp-media-cleaner/wp-media-cleaner.php on line 227where line 276 looks like:
$size = filesize ($fullpath);Forum: Plugins
In reply to: [WP Media Cleaner] Gallery and widget src processingSorry, I should have used this thread:
http://wordpress.org/support/topic/images-in-wp-galleries-not-detected-as-in-useBut img src in the text widget is something new..
Forum: Plugins
In reply to: [WP Media Cleaner] Images in WP galleries not detected as "in use."This is odd, because it worked and now it doesn’t work for old galleries. Maybe something is lost in between the sessions, maybe it has to do with the Reset function? I will see what I can find out.
Forum: Plugins
In reply to: [WP Media Cleaner] Empty trash doesn't workJordy:
I enabled the log as per the codex, clicked “empty trash” and received a bunch of messages related to media cleaner in debug.log. Here is one of them:
[05-Mar-2014 23:43:48 UTC] PHP Warning: rename(/services/webpages/n/a/nautilus-intl.com/public/wordpress/wp-content/uploads/./ags_laser_box_animation-400x120.gif,/services/webpages/n/a/nautilus-intl.com/public/wordpress/wp-content/uploads/wpmc-trash/./ags_laser_box_animation-400x120.gif) [<a href='function.rename'>function.rename</a>]: No such file or directory in /services/webpages/n/a/nautilus-intl.com/public/wordpress/wp-content/plugins/wp-media-cleaner/wp-media-cleaner.php on line 227My line 227 states:
if ( is_dir( $originalPath ) || !rename( $originalPath, $trashPath ) ) {I have the file ags_laser_box_animation-400×120.gif in wp-content/uploads/wpmc-trash/ folder, but if I am not mistaken, it looks like the script is trying to move the file again instead of dumping it.
Forum: Plugins
In reply to: [WP Media Cleaner] Empty trash doesn't workJordy:
According to my service provider, we need to enable error logging by modifying wp-config.php as per the plugin developer’s instructions. This actually agrees with this codex article:
https://codex.wordpress.org/Debugging_in_WordPressCould you e-mail me what statements should I include into wp-config.php? Where can I collect the logs?
Thank you.