Thread Starter
kzimp
(@kzimp)
@aurangajeb
Sure, because I hide this by using code:
function wpb_admin_account(){
}
add_action(‘init’,’wpb_admin_account’);
add_action(‘template_redirect’, function () {
ob_start(function ($content) {
return str_replace(‘img:is([sizes=”auto” i], [sizes^=”auto,” i]) { contain-intrinsic-size: 3000px 1500px }’, ”, $content);
});
});
But I still want to hide this by solving plugin problem, I will delete this code at the moment then you can look what’s going on.
Thread Starter
kzimp
(@kzimp)
@aurangajeb
Miscellaneous Verification field is clear and there is nothing to remove.
Thread Starter
kzimp
(@kzimp)
Hi @farazfrank
How to use Simple Lightbox with your Slider? I installed it and photo on slider still doesn’t open in lightbox :/