gormley
Forum Replies Created
-
Forum: Plugins
In reply to: [Safe Report Comments] Notify the moderatorthe code you listed above has been added to the functions yet no email is ever received. all other emails works and have been confirmed.
Forum: Plugins
In reply to: [Facebook] Change Location of Buttons / Manually InsertI actually found the shortcodes in the read me text within the installed plugin documentation. working properly with the genesis framework simple hooks method.
Forum: Plugins
In reply to: [Facebook] Change Location of Buttons / Manually InsertUnfortunately, I’m a bit of a novice so I’m not exactly sure how to go about doing the above. I was assuming there would be an easier method to simple call the plugin via a predetermined function or pastable short code as an option within the plugin. Is this not something that is on the radar?
Has anyone gotten this to work successfully?
Thanks.
Has there been a fix for the “posted on” text? Is it removable somehow?
Forum: Plugins
In reply to: [Safe Report Comments] Notify the moderatorunfortunately, nothing happens when someone reports a comment now. i even installed WP-Mail-SMTP to reconfigure the wp_mail() function to use SMTP instead of mail()
i get email for new comments but nothing for reporting. checked spam & junk folder, but nothing.
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails have stopped working with WP 3.5there are also plugins that will create featured images automatically. based o first image in a post. that might be useful for this particular plug-in issue as well as with other plug-ins in the future.
I was able to get it to work with 2 or 3 test comments/flagging messages and then it suddenly stopped 1 minute later.
using gmail email account.
using wordpress 3.5.1
Forum: Plugins
In reply to: [Special Recent Posts] Only Limited Number Of Posts ShowAny fix for this? the plugin still limits the number of posts it pulls from to show…
Forum: Plugins
In reply to: [Safe Report Comments] Notify the moderatorwith some extra research i realized my new host + a WP upgrade was causing some email issues, but now my question to you is how do you receive an email that specifies someone has “reported” a comment. the current email i get looks exactly like a “moderate” email…
“A new comment on the post “Post Title” is waiting for your approval”
this will get confusing as there should be some way to differentiate a comment that has been “reporter.”
thanks!
Forum: Plugins
In reply to: [Safe Report Comments] Notify the moderatornotifications are not disabled.
should this be going to the email address identified in the WP general settings?so to verify only the following needs to be inserted into my function file:
add_action( 'safe_report_comments_mark_flagged', 'wp_notify_moderator' );
Forum: Plugins
In reply to: [Safe Report Comments] Notify the moderatorhi daniel,
your code didn’t seem to do anything. are we supposed to combine the two above codes in the functions file or should yours work directly?
thanks.
Forum: Plugins
In reply to: [WP-PostRatings] Update "individual rating text/valuer display"I am experiencing the same thing with 3.5.1.
When hitting the “update individual rating text/value display” the loading circle spins endlessly and never updates the image options, ratings changes, etc.Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails have stopped working with WP 3.5Hector,
I figured it out! Unbelievably, my server turned off PHP-GD off… I had them reinstall and I now see the thumbnails!
Thanks for the great plugin and sorry for the misinformation.
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails have stopped working with WP 3.5@shawna1 – give your
“li” a height. for example:#wpp-3 .widget-pad li { height: 50px; }
and then remove the 18px from
[ img.wpp-thumbnail ]
Forum: Plugins
In reply to: [WordPress Popular Posts] Thumbnails have stopped working with WP 3.5All my settings are the same as they were before updating to wordpress 3.5.1. I have the plugin set to “Featured image” and have verified that my posts all have featured images set. I tried deactivating, deleting and then removing the plug folder manually and reinstalling. In addition I tried installing the development version you listed again and I am still experiencing the same issue. When I hit the thumbnails box within the plugin settings it gets checked but when I hit save everything within the plugin saves except the thumbnail box goes blank again. And still not thumbnails appear on the site.
I think it used to also ask for a size specification once you hit the “thumbnails” box? It does not do that any more either.