Something is broken here and isn’t responsive, and some spelling mistakes are made (Genral)
It only makes sense on 4K monitor in native resolution. It’s not responsive, doesn’t shrink/expand with zoom in/out
At the moment, Title and Alt values can’t be arranged. For example, I’d like to have in this order my alt tags ($title – %sitename) but that’s impossible at the moment.
]]>If there’s an empty alt tag (alt=””), which is created by wordpress or theme by default and can’t be turned off, logic should be that there is no alt tags (because there isn’t any).
Instead, I have to turn on Override Existing Alt Attribute to get the alt tag, but in that way, I am ruining some existing alt tags.
Can you possibly fix this and create an option that can be turned on/off, so that possible update doesn’t mess with the settings existing users have already made?
When changing from PHP 7.4 to 8.1
Warning: Undefined array key 0 in ..\OpenServer\domains\datt\wp-content\plugins\seo-image-optimizer\options\option-panel.php on line 141
Could you fix it, Thanks!
]]>Is it normal or not?
]]>Hi,
the logo images are not displayed correctly after the latest seo-optimizer update.
When the plugin is removed everything is displayed properly.
Can you have a look?
]]>Hi
Your plugin is very effective, but every time I update, I have to fix Alt, Title
Plugin space:
alt = "..."
– why not: alt="..."
title = "..."
– why not: title="..."
HAVE A SPACE – Why??
Is this a mistake or did you intentionally leave it?
//configure tags with specified values from option panel.
$t = 'alt = "'.$alt_text.'"'; //have space
$t = 'alt="'.$alt_text.'"'; //why not? (FIX)
$t_title = 'title = "'.$title_text.'"'; //have space
$t_title = 'title="'.$title_text.'"'; //why not? (FIX)
Thank you so much.
]]>Dear Support,
i installed the plugin, but i dont get any change at my alt or title tags at my pictures.
can you tell me what i do wrong?
i configure the easy settings right.
thank you
]]>This is more of a test ask from the author and community then a problem with the plugin.
The plugin is working fine and does what it says.
As the plugin is dynamically adding title and alt tags at the time of page load, I want to know what is its effects on the page load speed and time. Dynamically adding anything means we are using the CPU seconds of the hosting server and that will definitely translate into more time and may be more money if cpu is overused.
Also I would like to know how well is does the plugin work with different cache plugins.
I am using Cloudflare, does that have any impact.
Thanks for the plugin, it works well.
Regards
Kirtiman Sharma
Is there a chance change all alt-text in all product images to the product title? This would be a huge step forward in our SEO.
]]>Sorry, I had to delete the plugin. The site is going live soon.
]]>Hello !
i’m checking for SEO image Optimizer,
i seen the overwrite the title & alt form POST or PAGE it’s work fine,
but i wanna to do bulk overwrite “post title” or “page title” all image back to Media Libary all image title & alt ,
is it possible?
]]>Does this plugin update previously uploaded images? There are thousands of past images missing tags. Do a bulk batch???
Thank you!
]]>Hi, thanks for the plugin!
I bought the pro version for my woocommerce and everything works ok (featured product and product gallery images) but when I choose an attribute variation the featured image loose it’s title-alt (the plug stops working on it). The title-alt returns to normal (plugin works on it) only when the attribute variation is cleared. (The gallery images title-alt work ok all times, the problem is only with the featured image on attribute selection)
I hope you have a fix for this.
Thanks!
]]>Could you make the options:!!
1. To exclude certain posts and pages. (ID for example)
2. %H% is the nearest tag above H6, H5, H1…
Hi It doesn’t seem to work for images in custom post types. Can you suggest what change to be done so that the images in custom post type also reflect the title and alt changes.
]]>Hello
I was previously using seo friendly images plugin, now its not been developed for so long. That’s why I am looking for an alternative. So does this plugin words on featured image too? Thanks.
]]>I’ve been working on translating your plugin into Russian, I hope to see your plugin in your native language in the nearest update. Good luck
]]>Hi,
When it generates tag the attributes are not properly set and have improper spaces like this
<img src="..." title = "..."width="..." height="..." alt = "..." ...>
The correct way should be:
<img src="..." title="..." width="..." height="..." alt="..." ...>
It is causing issues with GTranslate paid versions.
Thanks!
]]>Hi.
I want to set Alt tag by %tag or %category on Featured image and gallery images in products of woocommerce.
If i set to Custom Alt Attribute is working perfectly but auto alt attribute is only work %title.
I checked another values like %sitename, %tag ….
Please let me know how to solve this problem.
Thank you.
]]>Not working for images in the galleries.In particular with plugin galleries Photospace Responsive Gallery. It uses the native gallery of wordpress.
]]>Hi, thanks for the plugin!
The fatal error got fixed by deleting the plugin and reinstalling, now the plugin it’s working, but I have another error now.
On my homepage all images show Home as title (I have selected %title% on config page since 4.6 but on 4.6 it showed the images related posts titles).
Now First image on my homepage shows Home as title, second image: Home Home, third image: Home Home Home, etc…
Post images show post title correctly but it repeats itself: First image: title, Second image: title title, third image: title title title, etc… I read the other support thread but it says you fixed this “multiplication” issue on a prior update.
Is there a fix for this now? I’m using your latest version 1.0.5
Thanks for your help
]]>Hello Weblizar,
The current version of Seo Image Optimizer is replacing the alt and title tags good.
Bug there is a loop bug/ recursive bug in this:
For every extra image in the post, it repeats the image title or tags in the alt text.
Example:
Post with 4 images. 2 tags and 1 category
Replacement is defined as: %tags, %category
Result is:
image 1:
alt = tag1, tag2, category1
image2:
alt = tag1, tag2, category1, tag1, tag2, category1
image3:
alt = tag1, tag2, category1, tag1, tag2, category1, tag1, tag2, category1
etc…
Loop on line 175 of option-panel.php contains an error. It adds the properties of the post to the existing variable every time the loop continues with every image.
Can you fix this?
]]>