Hi there,
We purchased the upgrade for WooCommerce pages – it worked good on the primary photo, but does not appear to work for the related product images. Could you explain how to configure this?
]]>Hello
I have a WordPress multisite installation with 50 subsites. If I want Pro, do I need 50 licences or 1 licence?
Many thanks Jonas
]]>The way this plugin wraps a bialty_container div around the content breaks lots of things in my page template for my theme – why is it there?
Regardless, I therefore wanted to disable Bialty for pages, so unchecked Pages from the settings page. This achieves nothing at all; checking the code, it appears the plugin ignores these checkboxes entirely and hardcodes posts and pages as valid into the plugin code, with no filters available to override anything.
Not a great first impression..
]]>Is it possible to bulk copy alt text to captions of featured images?
]]>Hello,
I read a lot on this plugin introduction at https://www.ads-software.com/plugins/bulk-image-alt-text-with-yoast/
There are Image attributes Title, ALt, Caption, Description for SEO, but what about image fine name? is that important for SEO?
We are using the plugin of Renamer to rename image file name at https://www.ads-software.com/plugins/media-file-renamer/
After reading your post, I quite doubt if it is nessarry to rename image file name now. I understand it is out of support, but it would be great appriected if you could clarify.
Thanks in advance.
]]><img src="ss_m_hosting_shared.svg" width="50px" height="50px" class="ss_icon_img">
This is icon for menu item.
]]>Hi,
Bialty is doing a great job throughout the site except for paginated archive pages. On those, the alt text isn’t applied.
Any thoughts on how to get this working there?
Chris
]]>Hi,
I am not able to save the setting here, https://somnathjadhav.com/wp-admin/admin.php?page=bialty
Its giving me an error,
?Bulk Image Alt Attribute Settings
Please help me.
Thank you.
]]>Hi,
I installed and ran the Bulk Auto Image Alt Text plugin, but it doesn’t work. Screaming Frog still found 4 Missing Alt Texts. It’s alo weird the missing alt text are on pages where there are no images I can find. Is there maybe a better plugin in the jungle of plugins? Please help!
Best regards,
Evert
The plugin has fixed almost all of the missing alt texts. I’m going to close this thread .
]]>Hey there,
I see many PHP errors in Query Monitor.
How can we fix it?
Warning (Suppressed)DOMDocument::loadHTML():
Tag svg invalid in Entity, line: 34
wp-content/plugins/bulk-image-alt-text-with-yoast/admin/controllers/DomController.php:24
Thank you
]]>Software: Apache/2.4.54 (Unix) OpenSSL/1.0.2u PHP/7.4.33 mod_wsgi/3.5 Python/2.7.18 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1
MySQL version: MySQL Community Server (GPL) v5.7.39
PHP Version: 7.4.33
PHP Memory Limit: 512M
PHP Max Input Vars: 1000
PHP Max Post Size: 256M
GD Installed: Yes
ZIP Installed: Yes
Write Permissions: All right
Elementor Library: ConnectedWordPress Environment
Version: 6.2
WP Multisite: Yes
Max Upload Size: 146 MB
Memory limit: 64M
Max Memory limit: 512M
Permalink Structure: /%category%/%postname%/
Language: en-US
Timezone: 0
Debug Mode: Active
We were trying to edit some pages with Beaver Builder but the builder was stop loading halfway through the page.
It started working correctly after we deactivated the plugin.
Here is the error:
Warning (Suppressed)DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 24
We have always been able to load Beaver Builder with this plugin, this seems to be a recent issue.
]]>Warning: require_once(/home/acupun18/public_html/wp-content/plugins/bulk-image-alt-text-with-yoast/vendor/freemius/includes/managers/class-fs-clone-manager.php): failed to open stream: No such file or directory in /home/acupun18/public_html/wp-content/plugins/bulk-image-alt-text-with-yoast/vendor/freemius/require.php on line 24
Fatal error: require_once(): Failed opening required ‘/home/acupun18/public_html/wp-content/plugins/bulk-image-alt-text-with-yoast/vendor/freemius/includes/managers/class-fs-clone-manager.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) in /home/acupun18/public_html/wp-content/plugins/bulk-image-alt-text-with-yoast/vendor/freemius/require.php on line 24
Notice: Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/acupun18/public_html/wp-includes/functions.php on line 5835
Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/acupun18/public_html/wp-includes/functions.php on line 5835
]]>FTR I’m still on WP 6.0.3 on this site:
Error Details
=============
An error of type E_COMPILE_ERROR was caused in line 24 of the file /wp-content/plugins/bulk-image-alt-text-with-yoast/vendor/freemius/require.php. Error message: require_once(): Failed opening required ‘/wp-content/plugins/bulk-image-alt-text-with-yoast/vendor/freemius/includes/managers/class-fs-clone-manager.php’ (include_path=’.:/usr/share/php’)
]]>Hello, after updating the plugin this morning I received the following error.
Please let me know once the require.php file has been updated. Thank you!
Warning: require_once(/home/customer/www/********/public_html/wp-content/plugins/bulk-image-alt-text-with-yoast/vendor/freemius/includes/managers/class-fs-clone-manager.php): failed to open stream: No such file or directory in /home/customer/www/********/public_html/wp-content/plugins/bulk-image-alt-text-with-yoast/vendor/freemius/require.php on line 24
]]>After uninstalling the plugin, the alt text is left in the html code. How can I remove them? I would like to be able to set them manually. Currently the alt text set in the media library is not valid. Cache, database cleanup has been done.
]]>Can you implement unicalization for images with same post name in alt text? For example by adding image number to text end: if page content 3 images and post name is “My post name”, alt text for first image will be My post name – 1, for second My post name – 2, for third My post name – 3… I implement it in DomHelper trait setEmpty()/setNotEmpty() static function as third variable with default null value, but after updating it will be lost.
// DomHelper
public function setEmpty($option, $node, $img_url, $num = null)
{
if ( Option::check($option) ) {
$numText = $num ? ' - ' . $num : '';
switch ( Option::get($option) ) {
case Option::get($option) == 'alt_empty_fkw':
$node->setAttribute("alt", $this->focus_keyword() . $this->site_title() . $numText);
break;
...
// DomController
$imagesNodes = $html->query( "https://img" );
for ($i = 0; $i < count($imagesNodes); $i++ ) {
$node = $imagesNodes[$i];
// Return image URL
$img_url = $node->getAttribute( "src" );
// Set alt for Post & Pages
if ( is_singular( array( 'post', 'page' ) ) ) {
$index = $i + 1;
....
]]>
Featured images on post (list of post’s featured images on archeve) are empty. Plugin not adding alt text. For elementor pro (“Pro” tab -> posts widget) not working
]]>what happens if some of the images have already alt text ?
]]>Our designers define the content that is inside the image inside the filename which equals to $ARTICLE_TITLE-$IMAGE-CONTENT.
Is there a way to take FILENAME content, but remove hyphens (“-“) that are inside filename?
Hi,
I installed and set up the plugin so I could add mass edit alt images to our products. I just want the images to have the same info as the product titles. For whatever reason, I can’t find any data in the code using ‘inspect’ of an alt tag and my Semrush crawler is telling me that no changes have been made on the site after Saving the settings in the plugin.
Basically, I’ve installed the plugin and nothing happened… Thoughts?
]]>Hello Bulk
Is your plugin at the level for PHP 8.1
thanks
Hello and good day.
Would this work with AIOSEO?
Their SEO plugin is impressive but I would like the added benefit of automatically adding Alt text.
]]>Hi
Can you explain the warning message you receive once you start the plugin process please?
The explanation doesn’t make sense to me. Since I though search engines can read frontend alt tags?
“Alt texts added/created by BIALTY plugin ARE NOT added to MEDIA LIBRARY (which is useless as not visible to search engines). All image Alt text are added to HTML code, on frontend. Please follow instructions below, at “How to check Alt Text now?”, to see your settings applied.”
In my opinion alt tags in the media library are not useless, this is conflicting info with word press since this appears in the source code. Is this what you mean?? As it’s very off putting for someone to use this, are you saying that frontend html alt tags run by Bialty cannot be read?
Thanks to explain
]]>Plugin adds alts to all images but does not ad alts to .svg which is quite common now. Is there a solution?
]]>Great plugin, but why doesn’t it also fit the title which is important to google?
Thanks
Hi there,
someone mentioned that the alt texts disappears when there is no active subscription
https://www.ads-software.com/support/topic/great-disappointment/
I am looking at your plugin to help with Alt texts on product pages but I do not need it continuously. I would only purchase it to get the Alt texts fixed once. For future uploads and future Alt text I would train the website owner to get it done right when uploading new images.
Furthermore, can you elaborate how it actually works. Usually when adding an Alt text in the media library, the alt text will be shown on the page (HTML) itself as well. Even when it’s done later on, i.e. image added to media library without alt text, image added to page/product, alt text added to image in media library → Alt text will be added to the page/post/product as well (at least this is how it works with Divi & Elementor).
My question – where is the alt text added if not in the media library?
Thanks in advance
Markus
]]>Avertissement DOMDocument::loadHTML(): Unexpected end tag : p in Entity, line: 1 8
wp-content/plugins/bulk-image-alt-text-with-yoast/admin/controllers/DomController.php:24
Extension : bulk-image-alt-text-with-yoas
Avertissement DOMDocument::loadHTML(): Unexpected end tag : p in Entity, line: 1 8
wp-content/plugins/bulk-image-alt-text-with-yoast/admin/controllers/DomController.php:24
DOMDocument->loadHTML()
wp-content/plugins/bulk-image-alt-text-with-yoast/admin/controllers/DomController.php:24
Pagup\B\C\DomController->bialty()
wp-includes/class-wp-hook.php:307
apply_filters('the_content')
wp-includes/formatting.php:3865
wp_trim_excerpt()
wp-includes/class-wp-hook.php:307
apply_filters('get_the_excerpt')
wp-includes/post-template.php:429
get_the_excerpt()
wp-admin/includes/class-wp-posts-list-table.php:1123
WP_Posts_List_Table->column_title()
wp-admin/includes/class-wp-posts-list-table.php:1028
WP_Posts_List_Table->_column_title()
wp-admin/includes/class-wp-list-table.php:1441
WP_List_Table->single_row_columns()
wp-admin/includes/class-wp-posts-list-table.php:1384
WP_Posts_List_Table->single_row()
wp-admin/includes/class-wp-posts-list-table.php:795
WP_Posts_List_Table->_display_rows()
wp-admin/includes/class-wp-posts-list-table.php:772
WP_Posts_List_Table->display_rows()
wp-admin/includes/class-wp-list-table.php:1362
WP_List_Table->display_rows_or_placeholder()
wp-admin/includes/class-wp-list-table.php:1289
WP_List_Table->display()
wp-admin/edit.php:477
AVERTISSEMENT PHP
IN PAGE EDIT POSTS IN ADMIN
Thanks
Hi.
I’m using your plugin and had this installed via the Plugin marketplace. No issues.
But, now I’m changing it up to load via composer (using wpackagist). For some reason after I’ve setup the composer base, the following error appears:
Fatal error: Uncaught Error: Class 'Pagup\Bialty\Core\Plugin' not found
This is due to the fact that the autoload.php in the plugin folder is loaded as
require 'vendor/autoload.php'
which can’t be reached for some reason.
I’ve changed this to
require plugin_dir_path(__FILE__) . 'vendor/autoload.php';
and now it works. Is it possible to include this into the plugin please?
Thanks in advance.
Kind regards, Axel
Hi,
Thanks for the plugin, its working great. I noticed it has the setting to add the site title, which shows the capability to add a suffix to the alt text term.
I have a site with thousands of product images, so the most optimized alt text for them would be *Page title ‘product image’*. Is there a way to have this ‘product image’ suffix applied to the alt text I am generating with the page title?
]]>Good morning, will existing tags be overwritten?
Best regards Carsten
]]>