lasertits
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Error: Sample WP-Cache config file is missing it thinks.Same exact issue here. I’ve tried what you’ve tried in addition to chmod permissions. Having no luck with that plugin. Did you ever get this resolved?
Man that “SEO Friendly Images” plugin would work perfect if it ignored media files that had the “Alternative Text” field filled out. End result would be any image that had no alt text = %title, match it to the post title, but if the image had alt text already defined, ignore it. Unfortunately the plugin does not have this feature. I’m still looking for other options. Will update the thread if I’m successful.
Edit: “SEO for images” does include an %alt option (the original alt of image (if exists)), however it has a bug where it shows “data src” for some reason, so it looks like this “This is custom alt text data src Post Title”
Another issue is if no alternative text is defined for the image, it’ll just default to the file name, so it becomes “IMG_29389283_293829382 data src Post Title” instead of simply “Post Title” which is what I was hoping for.
Looks like both “SEO Friendly Images” and “SEO for images” are close but no cigar.
The search continues…
I’ve been using that for other purposes but it appears it doesn’t do what I need in terms of renaming the media titles. Plenty of options on how to map the image data into wordpress but nothing that allows me to bulk edit the image titles or have them match their parent.
Thank you again for suggesting a possible solution!
Edit: Another idea that might work is a plugin that would allow me to replace the ALT tags with the post title and image caption if there is one.
Something like “Replace all ALT tags with: %caption %title”
%caption = caption of attachment
%title = post titleThis would solve the SEO issues I was having with random file names being the alt tags, as well as any lightbox or similar viewers showing random file names as the titles. So I’d have my caption as “This is a caption – “. The end result would be something like “This is a caption – Assorted Photos 2013”, and if no caption existed: “Assorted Photos 2013”.
I found “SEO Friendly Images” plugin and it does exactly this, the only problem is it only supports %title, %name (file name of media), %category, %tags. The %name is always “e” due to the gallery using a blank e.gif 1×1 pixel image for each gallery image and then a data value for the actual image, e.g.:
src=”e.gif” data-original=”wp-content/uploads/2013/09/IMG_20130127_123103-314×209.jpg”So the end result when trying to use %name %title is “e Assorted Photos 2013” or whatever. Right now I’m just using it with %title as simply having that is an improvment over what I had before, but it does eliminate the ability to define a caption for individual images which is something I need, so I guess this plugin won’t do.
Something just like it, perhaps with more options though might be perfect.
I’ve got some research to do!
Thanks for the suggestion, but I have tried Media File Renamer and that only renames the actual file (name.jpg), not the File (title) used in the wordpress database.
These appear to do the same thing more or less as well:
http://ww.wp.xz.cn/plugins/media-rename/
http://ww.wp.xz.cn/plugins/rename-media-files/I need one that doesn’t bother touching the actual filename, but rather edits the file/title of the media. Even if it were just bulk edit and then I could enter my own new title, that would work and save me a lot of work & time.
Forum: Plugins
In reply to: [Media Tools] Can only register one image sizeSame exact issue here. Came here to see if there were any posts on this. To see a post on the bug that was posted 8 months ago though and it still hasn’t been addressed is fairly disheartening. This plugin would be very useful otherwise, but currently it only allows 1 image size and is rather useless to me if that’s the case.
Hopefully someone knows a fix or this can be addressed soon. Plugin was last updated a year ago so I’m not sure if the author is even still active.