Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi!
It’s impossible to display the alt attribute of images loaded in page. “Alt Text” is defined in media file of specular WP Bakery Addons:
$alt = esc_attr__( ‘Alt Text’, ‘specular’ );
Something like could correct the problem:
$alt = get_post_meta( $atts[“image”], ‘_wp_attachment_image_alt’, true);
Could you help me or fix it please ?!
Specular WPBakery Addons & Backward Compatibility 1.0.0
WPBakery 6.6.0
Specular 4.1.3
Best regards
Hi,
We will be considering this in future updates by now if you want to edit your file yes you can.
Thanks
Hi,
Thanks for you response. Hope the next update will be coming soon!-)
If I change some theme files, at the next theme update, I lose all my modifications :/
Can I override them? And then, how?
Thanks,
H&T
Hi,
Then you can use child theme and can update your desired templates properly then even if theme get updates your changes will be there.
Thanks
You must be logged in to reply to this topic.