ScruffyDan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Replace links to media pages with links to imagesThis answer from Stack overflow worked for me… mostly. It still didn’t link to the original image but rather the scaled down image linked in the post.
Forum: Fixing WordPress
In reply to: Replace links to media pages with links to imagesis anyone able to help with this?
Forum: Fixing WordPress
In reply to: Replace links to media pages with links to imagesI am looking for a way to do this in bulk. It is not practical to do this one image at a time
Forum: Hacks
In reply to: comment meta_query for keys that aren't yet setThanks, that didn’t help. ultimately adding ‘post_id’ => get_the_ID() is what did the trick. I have no idea why though since this code was always running as part of the loop
Forum: Plugins
In reply to: Allow contributors to moderate comments comments on posts they writeI was advised to try the User Role Editor plugin but unfortunately this doesn’t work.
I think the problem lies in the fact that contributors don’t have the edit_posts capability after the post has been published, and ‘edit_posts’ is required for ‘moderate_comments’ to work.
Is there a way to work around this?
Thanks
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Is this plugin still supported?thank you
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Is this plugin still supported?I can’t speak for everyone but it stopped working for me recently (I think it was somewhere around the 3.5.1 mark but I can’t be sure).
I have the same problem (though I am using the headway theme). This plugin no longer sends any emails and I have no idea why.
Any help would be greatly appreciated
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] I want use SMTP ServerHas anyone gotten this to work?
Thanks!
Thanks!
Cool thanks! Any idea what the ETA is? If not that is no problem.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Feedwordpress & PHP 5.4Thanks! I was hoping that you had managed to get feed wordpress working with php5.4 but your solution works just fine
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Feedwordpress & PHP 5.4Did you ever figure out a solution? I am having the same issue
Forum: Themes and Templates
In reply to: Resizing images for a responsive designNot sure if this applies to all themes or not but this is the css I used to get images with captions (and the captions themselves to resize properly
.wp-caption,
.wp-caption-text {
max-width: 97.5%;
height: auto;
width: auto9; /* ie8 */
}Hope others find this useful.
BTW I am using the headway theme (not free unfortunately) and the tabloid child theme.
Now I want to figure out how to resize embedded videos