Hello Pascal,
Can you please update us on when this vulnerability will be fixed. https://patchstack.com/database/vulnerability/pb-seo-friendly-images/wordpress-pb-seo-friendly-images-plugin-4-0-5-cross-site-scripting-xss
The vulnerability was detected more than 7 months ago and it is not yet fixed. Please update us whether the plugin is still supported and there will be a fix for the vulnerability.
Thanks!
]]>Hi, are you going to be releasing an update to fix the WordPress PB SEO Friendly Images plugin <= 4.0.5 – Cross Site Scripting (XSS) found in version(s) <= 4.0.5.
]]>Hi Pascal,
Thanks for the great plugin.
Is it possible to sync from Caption to Alt Tag?
Thank you
]]>Hi,
with PHP 8 I get a fatal error when activating your plugin.
Can you provide a fix for that please?
Thank you!
]]>Hi,
Can you tell me if the pro version of the plugin adds alt text to the gallery / thumbnail images on a WooCommerce page, as well as the main image?
(I have been using Woo Image SEO plugin for some time, but it does not add alt text to these images).
Thanks & regards
Jules
]]>Hi this plugin has not been updated in almost a year, is this plugin compatible with the latest wordpress and woocomers update ?
]]>I do not have the checkboxes checked for overriding existing alt and title fields, but it is happening in spite of that. What can I do to prevent this from happening? Otherwise, it’s perfect for my needs. Thanks
]]>Hi,
Did the plugin support the php’s new version PHP 8 because I got a fatal error when I enabled it.
Best Regards
]]>I only see the image and title when activated. The rest of my blog post is hidden the past few days
]]>Hello,
I wish to desactivate the plugin on the my account page. I use a plugin to connect with Quickbooks and it adds a link to download his Quickbooks invoice directly from his WC account. This plugin add a PDF icon wich is in a folder in the plugin directory. With your plugin, this icon is not displayed because the class “pb-seo-lazy” is added. So I need to display it.
How can I do ?
Thanks a lot
]]>“Only post thumbnails” does not work. Other options works.
]]>HI
I am clearing out my databases, and I have found soem rows with the meta keys:
_pbseo_meta_optimizer_keyword
_pbseo_meta_optimizer_seo_rating
_pbseo_meta_links_seo_target
_pbseo_meta_content_news_keyword
_pbseo_meta_links_external_keyword
I inherited the site, and have never seen this plugin before – it’s not been in use since before I took over anyway.
THanks
Becky
IS it safe to delete them from my wp_postmeta table please. (Will do all appropriate database backups of course)
]]>Hi,
The plugin interferes with an HTML line;
<div class="cmplz-tcf-policy-url"><a target="_blank" rel="noopener noreferrer nofollow" href="{privacy_policy}">Polityka prywatno?ci</a></div>
Could you contact [ email deleted ] to discuss this further?
regards Aert | Complianz
]]>Hello
Thank you for your good plugin
Does this plugin interfere with the dokan plugin?
https://www.ads-software.com/plugins/dokan-lite/
When I activate PB SEO Friendly Images plugin,
in the dokan > dashboard/products/ and “add new product”
It gets messed up
https://s10.picofile.com/file/8405129134/1k.jpg
While it should be like this
https://s11.picofile.com/file/8405129234/3.JPG
Can I prevent PB SEO Friendly from working on a specific page (www.mysite.com/dashboard/…) ?
How can I solve this problem?
Thank You
]]>Hello, I’m setting the “alt scheme” to “%media_alt” but in the site front-end the alt attrib on every img is being set to the post title, any idea on what could be going wrong?
The images got their alts and titles set up on the media gallery, and I’m not checking the override function checkboxes on the plugin, with them checked the behaviour is the same.
The wp version is 5.3.4 and the plugin is the free version. Thanks in advance!
]]>Hi,
I want to use Page Meta Title as the alt of the image. How can I add a custom variable to be used with your plugin ? Is there any hook I should use ?
]]>If this plugin is installed, the famous “Nextend Social Login and Register” only puts out scrambled code instead of the social media login buttons.
]]>After the version 4 update, all language special characters (in my case Croatian) in page content missing. I am using WPML. The problem occurs only with your plugin enabled.
Thank you for your help.
Hello,
I have some difficulty to understand the functioning.
I try to explain my needs: I don’t want to touch images with already title and alt. So I left “override” for both unchecked.
If missing alt and title values, I want my title and alt having image filename.
alt and title scheme= %name
I tried saving and nothing changes!
What did I wrong?
thank you!
]]>Hello everyone,
I am using this plugin but it’s killing my script. How can solve this problem?
<script data-wpfc-render=”false” type=”text/javascript”>
document.write(‘<div style=”box-sizing:border-box;text-align:center;width:100%;padding:5px;font-size:16px;color:#fff;font-weight:bold;background:#fff;border-radius:6px;box-shadow: 0 1px 2px rgba(0,0,0,.4);” id=”counter-images-wrapper-id” >’);
document.write(‘<div style=”box-sizing:border-box;background:red;padding:10px” id=”counter-images-desc”>’);
document.write(‘Loading… <span id=”counter-images-time” >120</span> ‘);
document.write(‘</div></div>’);
function counter_image_gallery(){
var counter_image_id=document.getElementById(“counter-images-time”);
var counter_image_time=120;
var counter_image_interval=setInterval(function()
{
counter_image_time–;
counter_image_id.innerHTML=counter_image_time;
if(counter_image_time===0) {
document.getElementById(“counter-images-wrapper-id”).style.display=”none”;
clearInterval(counter_image_interval);
}
}, 1000);
}
window.onload = counter_image_gallery;
</script>
I had trouble with ACF Text Area. It causes a blank text_area list the last field.
]]>Good day
Just wanted to report a bug that I have found on your plugin.
Bug
When ACF field WYSIWYG/Textarea left empty it will automatically get the page/post content.
Trace Code
add_filter(‘acf/load_value/type=textarea’, [$this, ‘optimize_html’], 20, 3);
add_filter(‘acf/load_value/type=wysiwyg’, [$this, ‘optimize_html’], 20, 3);
Found the issue it was
$content = $this->optimizer->optimize_html($content);
$return = $this->document->saveHTML(); // this is the code that causes the issue.
Hope you can quickly release some patch.
]]>After updating PB SEO Friendly Images to version 4.X.X (from 3.X.X), it causes our Ultimate Member “Member Directory” page to appear broken:
Our Member Directory page is now looking like: https://i.imgur.com/ogLbPLE.gif
This is the error in the Dev Console: https://i.imgur.com/oVtL8oS.png
Uncaught SyntaxError: Unexpected token ‘)’
at new Function (<anonymous>)
at Function.v.template (underscore.min.js:1)
at wp-util.min.js:1
at Object.success (um-members.min.js?ver=2.1.3:1)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Object.<anonymous> (wp-util.min.js:1)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at x (jquery.js:4)
v.template @ underscore.min.js:1
(anonymous) @ wp-util.min.js:1
success @ um-members.min.js?ver=2.1.3:1
i @ jquery.js:2
fireWith @ jquery.js:2
(anonymous) @ wp-util.min.js:1
i @ jquery.js:2
fireWith @ jquery.js:2
x @ jquery.js:4
c @ jquery.js:4
XMLHttpRequest.send (async)
send @ jquery.js:4
ajax @ jquery.js:4
(anonymous) @ wp-util.min.js:1
a.Deferred @ jquery-migrate.min.js:2
send @ wp-util.min.js:1
um_ajax_get_members @ um-members.min.js?ver=2.1.3:1
(anonymous) @ um-members.min.js?ver=2.1.3:1
each @ jquery.js:2
each @ jquery.js:2
(anonymous) @ um-members.min.js?ver=2.1.3:1
i @ jquery.js:2
fireWith @ jquery.js:2
ready @ jquery.js:2
J @ jquery.js:2
Why are you treating the WordPress admin area as an advertisement opportunity? And for services that are beyond what this plugin does. Unacceptable.
Won’t be using this plugin anymore.
]]>When are you going to solve this problem??
Every time I want to update your plugin the whole site crashes!!!
Fatal error: Cannot redeclare non static pbSEOFriendlyImages::$settings as static pbSEOFriendlyImagesSettings::$settings in /web/htdocs/www.lavallata-umbria.it/home/ned/wp-content/plugins/pb-seo-friendly-images/inc/settings.php on line 10
Time to uninstall…
]]>Hi
Can we save results after delete this plugin?!
in other word…
i want all of my images re-generate and save in my library ??
is this possible with this plugin?! if yes how?! and else no please help me to handle this
thank you
]]>Warning (Suppressed) mb_convert_encoding(): Illegal character encoding specified 1 –
wp-content/plugins/pb-seo-friendly-images/pb-seo-friendly-images.php:275
mb_convert_encoding()
wp-content/plugins/pb-seo-friendly-images/pb-seo-friendly-images.php:275
pbSEOFriendlyImages::prepareContentImages()
wp-includes/class-wp-hook.php:288
apply_filters(‘the_content’)
wp-includes/post-template.php:253
the_content()
wp-content/themes/Divi/page.php:45
Plugin: pb-seo-friendly-images
Warning (Suppressed) DOMDocument::loadHTML(): Tag section invalid in Entity, line: 9 1 –
wp-content/plugins/pb-seo-friendly-images/pb-seo-friendly-images.php:279
DOMDocument->loadHTML()
wp-content/plugins/pb-seo-friendly-images/pb-seo-friendly-images.php:279
pbSEOFriendlyImages::prepareContentImages()
wp-includes/class-wp-hook.php:288
apply_filters(‘the_content’)
wp-includes/post-template.php:253
the_content()
wp-content/themes/Divi/page.php:45
Plugin: pb-seo-friendly-images
The site is experiencing periodic image loading issues, and we’re seeing these PHP errors.
]]>
Problem with cyrrilic symbols in the_content. Any ideas how to fix this? I see settings field in plugin for encoding. But its don’t work
]]>Hi,
It is not possible to keep the alt and title data after deactivating the plugin?
It would be better if we can set that forever without relaying on plugin forever.
Thanks.
]]>Hi! We’re using the free version of your plugin and the following thing happens. In the alt tag, I’ve written @media_alt and in the title tag, @media_title, but the plugin displays the blogpost title/page title no matter what:
]]>